#020A7A

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

Shades of Navy #020A7A

Tints of Navy #020A7A

Color information

#020A7A (or 0x020A7A) is unknown color: approx Navy. HEX triplet: 02, 0A and 7A. RGB value is (2,10,122). Sum of RGB (Red+Green+Blue) = 2+10+122=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 122 (48.05% from 255 or 91.04% from 134); Max value from RGB is 122 - color contains mainly: blue. Hex color #020A7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A7A is #FDF585. Grayscale: #131313. Windows color (decimal): -16643462 or 7997954. OLE color: 7997954.

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

Color convert

RGB210122-
CMYK0.980.9200.52
HSL236º96.77%24.31%-
HSV(B)236º98.36%47.84%-
XYZ3.651.6418.54-
YUV20.38185.35114.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 10 (4.30% from 255) = 7.46%
BLUE value IS 122 (48.05% from 255) = 91.04%
R=1.49%
G=7.46%
B=91.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2101220.980.9200.5223696.7724.31
Hex2A7A625C034ec6118
Octal21217214213406435414130
Binary101010111101011000101011100011010011101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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