#020A70

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

Shades of Navy #020A70

Tints of Navy #020A70

Color information

#020A70 (or 0x020A70) is unknown color: approx Navy. HEX triplet: 02, 0A and 70. RGB value is (2,10,112). Sum of RGB (Red+Green+Blue) = 2+10+112=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #020A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A70 is #FDF58F. Grayscale: #121212. Windows color (decimal): -16643472 or 7342594. OLE color: 7342594.

HSL color Cylindrical-coordinate representation of color #020A70: hue angle of 235.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A70 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB210112-
CMYK0.980.9100.56
HSL235.64º96.49%22.35%-
HSV(B)235.64º98.21%43.92%-
XYZ3.061.415.44-
YUV19.24180.35115.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 112 (44.14% from 255) = 90.32%
R=1.61%
G=8.06%
B=90.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2101120.980.9100.56235.6496.4922.35
Hex2A70625B038ec6016
Octal21216014213307035414026
Binary101010111000011000101011011011100011101100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,10,112); }

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

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

 a { background-color: rgb(2,10,112); }

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

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

 span { border-color: rgb(2,10,112); }

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