Html Css Color HEX #02066C Navy

📋 copy color: '#02066C'

red 2 ◦ green 6 ◦ blue 108

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

Shades of Navy #02066C

Tints of Navy #02066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 93.1%

R = 1.72%
G = 5.17%
B = 93.1%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02066C (or 0x02066C) is known color: Navy. HEX triplet: 02, 06 and 6C. RGB value is (2,6,108). Sum of RGB (Red+Green+Blue) = 2+6+108=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 108 (42.58% from 255 or 93.10% from 116); Max value from RGB is 108 - color contains mainly: blue. Hex color #02066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02066C is #FDF993. Grayscale: #101010. Windows color (decimal): -16644500 or 7079426. OLE color: 7079426.

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

Color convert

RGB 2 6 108 -
CMYK 0.98 0.94 0 0.58
HSL 237.74º 0.96% 0.22% -
HSV(B) 237.74º 0.98% 0.42% -
XYZ 2.8 1.23 14.28 -
YUV 16.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 2 6 108 0.98 0.94 0 0.58 237.74 0.96 0.22
Hex 2 6 6C 62 5E 0 3A EE 60 16
Octal 2 6 154 142 136 0 72 356 140 26
Binary 10 110 1101100 1100010 1011110 0 111010 11101110 1100000 10110

Color Harmonies of #02066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02066C

Black with #02066C

Text Example


Text Example

White with #02066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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