#020976

Color #020976 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #020976

Tints of Navy #020976

Color information

#020976 (or 0x020976) is unknown color: approx Navy. HEX triplet: 02, 09 and 76. RGB value is (2,9,118). Sum of RGB (Red+Green+Blue) = 2+9+118=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 118 (46.48% from 255 or 91.47% from 129); Max value from RGB is 118 - color contains mainly: blue. Hex color #020976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020976 is #FDF689. Grayscale: #121212. Windows color (decimal): -16643722 or 7735554. OLE color: 7735554.

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

Color convert

RGB29118-
CMYK0.980.9200.54
HSL236.38º96.67%23.53%-
HSV(B)236.38º98.31%46.27%-
XYZ3.391.5217.25-
YUV19.33183.68115.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 118 (46.48% from 255) = 91.47%
R=1.55%
G=6.98%
B=91.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291180.980.9200.54236.3896.6723.53
Hex2976625C036ec6118
Octal21116614213406635414130
Binary101001111011011000101011100011011011101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020976; }

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

 H1.HeaderClassName
 {
   color: #020976;
 }
 .AnyTagClassName
 {
   color: #020976;
 }
</style>
background-color css

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

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

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

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

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

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