#020A6D

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

Shades of Navy #020A6D

Tints of Navy #020A6D

Color information

#020A6D (or 0x020A6D) is unknown color: approx Navy. HEX triplet: 02, 0A and 6D. RGB value is (2,10,109). Sum of RGB (Red+Green+Blue) = 2+10+109=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #020A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A6D is #FDF592. Grayscale: #121212. Windows color (decimal): -16643475 or 7145986. OLE color: 7145986.

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

Color convert

RGB210109-
CMYK0.980.9100.57
HSL235.51º96.4%21.76%-
HSV(B)235.51º98.17%42.75%-
XYZ2.891.3314.57-
YUV18.89178.85115.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 109 (42.97% from 255) = 90.08%
R=1.65%
G=8.26%
B=90.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2101090.980.9100.57235.5196.421.76
Hex2A6D625B039ec6016
Octal21215514213307135414026
Binary101010110110111000101011011011100111101100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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