#016DD4

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

Shades of Navy Blue #016DD4

Tints of Navy Blue #016DD4

Color information

#016DD4 (or 0x016DD4) is unknown color: approx Navy Blue. HEX triplet: 01, 6D and D4. RGB value is (1,109,212). Sum of RGB (Red+Green+Blue) = 1+109+212=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #016DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DD4 is #FE922B. Grayscale: #575757. Windows color (decimal): -16683564 or 13921537. OLE color: 13921537.

HSL color Cylindrical-coordinate representation of color #016DD4: hue angle of 209.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DD4 is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1109212-
CMYK1.000.4900.17
HSL209.29º99.06%41.76%-
HSV(B)209.29º99.53%83.14%-
XYZ17.3615.764.4-
YUV88.45197.7265.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 212 (83.20% from 255) = 65.84%
R=0.31%
G=33.85%
B=65.84%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11092121.000.4900.17209.2999.0641.76
Hex16DD46431011d1632a
Octal11553241446102132114352
Binary11101101110101001100100110001010001110100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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