Html Css Color HEX #02066A Navy

📋 copy color: '#02066A'

red 2 ◦ green 6 ◦ blue 106

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

Shades of Navy #02066A

Tints of Navy #02066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 92.98%

R = 1.75%
G = 5.26%
B = 92.98%

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

#02066A (or 0x02066A) is known color: Navy. HEX triplet: 02, 06 and 6A. RGB value is (2,6,106). Sum of RGB (Red+Green+Blue) = 2+6+106=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 106 (41.80% from 255 or 92.98% from 114); Max value from RGB is 106 - color contains mainly: blue. Hex color #02066A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02066A is #FDF995. Grayscale: #0F0F0F. Windows color (decimal): -16644502 or 6948354. OLE color: 6948354.

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

Color convert

RGB 2 6 106 -
CMYK 0.98 0.94 0 0.58
HSL 237.69º 0.96% 0.21% -
HSV(B) 237.69º 0.98% 0.42% -
XYZ 2.69 1.18 13.72 -
YUV 16.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 2 6 106 0.98 0.94 0 0.58 237.69 0.96 0.21
Hex 2 6 6A 62 5E 0 3A EE 60 15
Octal 2 6 152 142 136 0 72 356 140 25
Binary 10 110 1101010 1100010 1011110 0 111010 11101110 1100000 10101

Color Harmonies of #02066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02066A

Black with #02066A

Text Example


Text Example

White with #02066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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