#016DE6

Color #016DE6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #016DE6

Tints of Navy Blue #016DE6

Color information

#016DE6 (or 0x016DE6) is unknown color: approx Navy Blue. HEX triplet: 01, 6D and E6. RGB value is (1,109,230). Sum of RGB (Red+Green+Blue) = 1+109+230=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #016DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DE6 is #FE9219. Grayscale: #595959. Windows color (decimal): -16683546 or 15101185. OLE color: 15101185.

HSL color Cylindrical-coordinate representation of color #016DE6: hue angle of 211.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DE6 is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1109230-
CMYK1.000.5300.10
HSL211.7º99.13%45.29%-
HSV(B)211.7º99.57%90.2%-
XYZ19.7616.6677.04-
YUV90.5206.7264.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 230 (90.23% from 255) = 67.65%
R=0.29%
G=32.06%
B=67.65%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11092301.000.5300.10211.799.1345.29
Hex16DE664350Ad4632d
Octal11553461446501232414355
Binary1110110111100110110010011010101010110101001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016DE6; }

 p { color: rgb(1,109,230); }

 H1.HeaderClassName
 {
   color: #016DE6;
 }
 .AnyTagClassName
 {
   color: #016DE6;
 }
</style>
background-color css

<style>
 a { background-color: #016DE6; }

 a { background-color: rgb(1,109,230); }

 div.DivClassName
 {
   background-color: #016DE6;
 }
 .BgClassName
 {
   background-color: #016DE6;
 }
</style>
border-color css

<style>
 span { border-color: #016DE6; }

 span { border-color: rgb(1,109,230); }

 td.TdClassName
 {
   border-color: #016DE6;
 }
 .TagClassName
 {
   border-color: #016DE6;
 }
</style>