#02066B

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

Shades of Navy #02066B

Tints of Navy #02066B

Color information

#02066B (or 0x02066B) is unknown color: approx Navy. HEX triplet: 02, 06 and 6B. RGB value is (2,6,107). Sum of RGB (Red+Green+Blue) = 2+6+107=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 107 (42.19% from 255 or 93.04% from 115); Max value from RGB is 107 - color contains mainly: blue. Hex color #02066B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02066B is #FDF994. Grayscale: #0F0F0F. Windows color (decimal): -16644501 or 7013890. OLE color: 7013890.

HSL color Cylindrical-coordinate representation of color #02066B: hue angle of 237.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02066B is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB26107-
CMYK0.980.9400.58
HSL237.71º96.33%21.37%-
HSV(B)237.71º98.13%41.96%-
XYZ2.741.214-
YUV16.32179.17117.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 107 (42.19% from 255) = 93.04%
R=1.74%
G=5.22%
B=93.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal261070.980.9400.58237.7196.3321.37
Hex266B625E03Aee6015
Octal2615314213607235614025
Binary10110110101111000101011110011101011101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02066B; }

 p { color: rgb(2,6,107); }

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

<style>
 a { background-color: #02066B; }

 a { background-color: rgb(2,6,107); }

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

<style>
 span { border-color: #02066B; }

 span { border-color: rgb(2,6,107); }

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