Html Css Color HEX #02066F Navy

📋 copy color: '#02066F'

red 2 ◦ green 6 ◦ blue 111

#02066F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #02066F

Tints of Navy #02066F

RGB

 RED value IS 2 (1.17% from 255) = 1.68%

 GREEN value IS 6 (2.73% from 255) = 5.04%

 BLUE value IS 111 (43.75% from 255) = 93.28%

R = 1.68%
G = 5.04%
B = 93.28%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02066F (or 0x02066F) is known color: Navy. HEX triplet: 02, 06 and 6F. RGB value is (2,6,111). Sum of RGB (Red+Green+Blue) = 2+6+111=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 111 (43.75% from 255 or 93.28% from 119); Max value from RGB is 111 - color contains mainly: blue. Hex color #02066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02066F is #FDF990. Grayscale: #101010. Windows color (decimal): -16644497 or 7276034. OLE color: 7276034.

HSL color Cylindrical-coordinate representation of color #02066F: hue angle of 237.8º 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 #02066F is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 6 111 -
CMYK 0.98 0.95 0 0.56
HSL 237.8º 0.96% 0.22% -
HSV(B) 237.8º 0.98% 0.44% -
XYZ 2.96 1.29 15.13 -
YUV 16.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 2 6 111 0.98 0.95 0 0.56 237.8 0.96 0.22
Hex 2 6 6F 62 5F 0 38 EE 60 16
Octal 2 6 157 142 137 0 70 356 140 26
Binary 10 110 1101111 1100010 1011111 0 111000 11101110 1100000 10110

Color Harmonies of #02066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02066F

Black with #02066F

Text Example


Text Example

White with #02066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02066F;
 }
 .AnyTagClassName
 {
   color: #02066F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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