#020C77

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

Shades of Navy #020C77

Tints of Navy #020C77

Color information

#020C77 (or 0x020C77) is unknown color: approx Navy. HEX triplet: 02, 0C and 77. RGB value is (2,12,119). Sum of RGB (Red+Green+Blue) = 2+12+119=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #020C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C77 is #FDF388. Grayscale: #141414. Windows color (decimal): -16642953 or 7801858. OLE color: 7801858.

HSL color Cylindrical-coordinate representation of color #020C77: hue angle of 234.87º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C77 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB212119-
CMYK0.980.9000.53
HSL234.87º96.69%23.73%-
HSV(B)234.87º98.32%46.67%-
XYZ3.491.6117.58-
YUV21.21183.19114.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 119 (46.88% from 255) = 89.47%
R=1.50%
G=9.02%
B=89.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2121190.980.9000.53234.8796.6923.73
Hex2C77625A035eb6118
Octal21416714213206535314130
Binary101100111011111000101011010011010111101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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