Html Css Color HEX #02006D Navy

📋 copy color: '#02006D'

red 2 ◦ green 0 ◦ blue 109

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

Shades of Navy #02006D

Tints of Navy #02006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 98.2%

R = 1.8%
G = 0%
B = 98.2%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02006D (or 0x02006D) is known color: Navy. HEX triplet: 02, 00 and 6D. RGB value is (2,0,109). Sum of RGB (Red+Green+Blue) = 2+0+109=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 109 (42.97% from 255 or 98.20% from 111); Max value from RGB is 109 - color contains mainly: blue. Hex color #02006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02006D is #FDFF92. Grayscale: #0C0C0C. Windows color (decimal): -16646035 or 7143426. OLE color: 7143426.

HSL color Cylindrical-coordinate representation of color #02006D: hue angle of 241.1º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02006D is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 0 109 -
CMYK 0.98 1 0 0.57
HSL 241.1º 1% 0.21% -
HSV(B) 241.1º 1% 0.43% -
XYZ 2.79 1.12 14.54 -
YUV 13.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 2 0 109 0.98 1 0 0.57 241.1 1 0.21
Hex 2 0 6D 62 64 0 39 F1 64 15
Octal 2 0 155 142 144 0 71 361 144 25
Binary 10 0 1101101 1100010 1100100 0 111001 11110001 1100100 10101

Color Harmonies of #02006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02006D

Black with #02006D

Text Example


Text Example

White with #02006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02006D; }

 p { color: rgb(2,0,109); }

 H1.HeaderClassName
 {
   color: #02006D;
 }
 .AnyTagClassName
 {
   color: #02006D;
 }
</style>

background-color css

<style>
 a { background-color: #02006D; }

 a { background-color: rgb(2,0,109); }

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

border-color css

<style>
 span { border-color: #02006D; }

 span { border-color: rgb(2,0,109); }

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