Html Css Color HEX #020076 Navy

📋 copy color: '#020076'

red 2 ◦ green 0 ◦ blue 118

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

Shades of Navy #020076

Tints of Navy #020076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 98.33%

R = 1.67%
G = 0%
B = 98.33%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020076 (or 0x020076) is known color: Navy. HEX triplet: 02, 00 and 76. RGB value is (2,0,118). Sum of RGB (Red+Green+Blue) = 2+0+118=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 118 (46.48% from 255 or 98.33% from 120); Max value from RGB is 118 - color contains mainly: blue. Hex color #020076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020076 is #FDFF89. Grayscale: #0D0D0D. Windows color (decimal): -16646026 or 7733250. OLE color: 7733250.

HSL color Cylindrical-coordinate representation of color #020076: hue angle of 241.02º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020076 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 0 118 -
CMYK 0.98 1 0 0.54
HSL 241.02º 1% 0.23% -
HSV(B) 241.02º 1% 0.46% -
XYZ 3.3 1.32 17.22 -
YUV 14.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 2 0 118 0.98 1 0 0.54 241.02 1 0.23
Hex 2 0 76 62 64 0 36 F1 64 17
Octal 2 0 166 142 144 0 66 361 144 27
Binary 10 0 1110110 1100010 1100100 0 110110 11110001 1100100 10111

Color Harmonies of #020076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020076

Black with #020076

Text Example


Text Example

White with #020076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020076; }

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

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

background-color css

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

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

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

border-color css

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

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

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