#020C76

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

Shades of Navy #020C76

Tints of Navy #020C76

Color information

#020C76 (or 0x020C76) is unknown color: approx Navy. HEX triplet: 02, 0C and 76. RGB value is (2,12,118). Sum of RGB (Red+Green+Blue) = 2+12+118=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #020C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C76 is #FDF389. Grayscale: #141414. Windows color (decimal): -16642954 or 7736322. OLE color: 7736322.

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

Color convert

RGB212118-
CMYK0.980.9000.54
HSL234.83º96.67%23.53%-
HSV(B)234.83º98.31%46.27%-
XYZ3.431.5817.26-
YUV21.09182.69114.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 118 (46.48% from 255) = 89.39%
R=1.52%
G=9.09%
B=89.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2121180.980.9000.54234.8396.6723.53
Hex2C76625A036eb6118
Octal21416614213206635314130
Binary101100111011011000101011010011011011101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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