#020F6F

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

Shades of Navy #020F6F

Tints of Navy #020F6F

Color information

#020F6F (or 0x020F6F) is unknown color: approx Navy. HEX triplet: 02, 0F and 6F. RGB value is (2,15,111). Sum of RGB (Red+Green+Blue) = 2+15+111=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 111 (43.75% from 255 or 86.72% from 128); Max value from RGB is 111 - color contains mainly: blue. Hex color #020F6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F6F is #FDF090. Grayscale: #151515. Windows color (decimal): -16642193 or 7278338. OLE color: 7278338.

HSL color Cylindrical-coordinate representation of color #020F6F: hue angle of 232.84º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F6F is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB215111-
CMYK0.980.8600.56
HSL232.84º96.46%22.16%-
HSV(B)232.84º98.2%43.53%-
XYZ3.071.515.17-
YUV22.06178.19113.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 111 (43.75% from 255) = 86.72%
R=1.56%
G=11.72%
B=86.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2151110.980.8600.56232.8496.4622.16
Hex2F6F6256038e96016
Octal21715714212607035114026
Binary101111110111111000101010110011100011101001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F6F; }

 p { color: rgb(2,15,111); }

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

<style>
 a { background-color: #020F6F; }

 a { background-color: rgb(2,15,111); }

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

<style>
 span { border-color: #020F6F; }

 span { border-color: rgb(2,15,111); }

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