#020C74

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

Shades of Navy #020C74

Tints of Navy #020C74

Color information

#020C74 (or 0x020C74) is unknown color: approx Navy. HEX triplet: 02, 0C and 74. RGB value is (2,12,116). Sum of RGB (Red+Green+Blue) = 2+12+116=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #020C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C74 is #FDF38B. Grayscale: #141414. Windows color (decimal): -16642956 or 7605250. OLE color: 7605250.

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

Color convert

RGB212116-
CMYK0.980.9000.55
HSL234.74º96.61%23.14%-
HSV(B)234.74º98.28%45.49%-
XYZ3.311.5416.65-
YUV20.87181.69114.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 116 (45.70% from 255) = 89.23%
R=1.54%
G=9.23%
B=89.23%

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
Decimal2121160.980.9000.55234.7496.6123.14
Hex2C74625A037eb6117
Octal21416414213206735314127
Binary101100111010011000101011010011011111101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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