#016FDA

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

Shades of Navy Blue #016FDA

Tints of Navy Blue #016FDA

Color information

#016FDA (or 0x016FDA) is unknown color: approx Navy Blue. HEX triplet: 01, 6F and DA. RGB value is (1,111,218). Sum of RGB (Red+Green+Blue) = 1+111+218=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #016FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FDA is #FE9025. Grayscale: #595959. Windows color (decimal): -16683046 or 14315265. OLE color: 14315265.

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

Color convert

RGB1111218-
CMYK1.000.4900.15
HSL209.59º99.09%42.94%-
HSV(B)209.59º99.54%85.49%-
XYZ18.3516.4468.54-
YUV90.31200.0664.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 218 (85.55% from 255) = 66.06%
R=0.30%
G=33.64%
B=66.06%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11112181.000.4900.15209.5999.0942.94
Hex16FDA64310Fd2632b
Octal11573321446101732214353
Binary1110111111011010110010011000101111110100101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,111,218); }

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

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

 a { background-color: rgb(1,111,218); }

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

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

 span { border-color: rgb(1,111,218); }

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