#020C73

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

Shades of Navy #020C73

Tints of Navy #020C73

Color information

#020C73 (or 0x020C73) is unknown color: approx Navy. HEX triplet: 02, 0C and 73. RGB value is (2,12,115). Sum of RGB (Red+Green+Blue) = 2+12+115=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #020C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C73 is #FDF38C. Grayscale: #141414. Windows color (decimal): -16642957 or 7539714. OLE color: 7539714.

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

Color convert

RGB212115-
CMYK0.980.9000.55
HSL234.69º96.58%22.94%-
HSV(B)234.69º98.26%45.1%-
XYZ3.251.5116.34-
YUV20.75181.19114.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 115 (45.31% from 255) = 89.15%
R=1.55%
G=9.30%
B=89.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2121150.980.9000.55234.6996.5822.94
Hex2C73625A037eb6117
Octal21416314213206735314127
Binary101100111001111000101011010011011111101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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