#020B76

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

Shades of Navy #020B76

Tints of Navy #020B76

Color information

#020B76 (or 0x020B76) is unknown color: approx Navy. HEX triplet: 02, 0B and 76. RGB value is (2,11,118). Sum of RGB (Red+Green+Blue) = 2+11+118=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 118 (46.48% from 255 or 90.08% from 131); Max value from RGB is 118 - color contains mainly: blue. Hex color #020B76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B76 is #FDF489. Grayscale: #141414. Windows color (decimal): -16643210 or 7736066. OLE color: 7736066.

HSL color Cylindrical-coordinate representation of color #020B76: hue angle of 235.34º 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 #020B76 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB211118-
CMYK0.980.9100.54
HSL235.34º96.67%23.53%-
HSV(B)235.34º98.31%46.27%-
XYZ3.411.5617.26-
YUV20.51183.02114.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 118 (46.48% from 255) = 90.08%
R=1.53%
G=8.40%
B=90.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2111180.980.9100.54235.3496.6723.53
Hex2B76625B036eb6118
Octal21316614213306635314130
Binary101011111011011000101011011011011011101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020B76; }

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

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

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

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

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

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

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

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