#020A89

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

Shades of Dark Blue #020A89

Tints of Dark Blue #020A89

Color information

#020A89 (or 0x020A89) is unknown color: approx Dark Blue. HEX triplet: 02, 0A and 89. RGB value is (2,10,137). Sum of RGB (Red+Green+Blue) = 2+10+137=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 137 (53.91% from 255 or 91.95% from 149); Max value from RGB is 137 - color contains mainly: blue. Hex color #020A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A89 is #FDF576. Grayscale: #151515. Windows color (decimal): -16643447 or 8980994. OLE color: 8980994.

HSL color Cylindrical-coordinate representation of color #020A89: hue angle of 236.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A89 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB210137-
CMYK0.990.9300.46
HSL236.44º97.12%27.25%-
HSV(B)236.44º98.54%53.73%-
XYZ4.652.0423.81-
YUV22.09192.85113.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 137 (53.91% from 255) = 91.95%
R=1.34%
G=6.71%
B=91.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2101370.990.9300.46236.4497.1227.25
Hex2A89635D02Eec611b
Octal21221114313505635414133
Binary1010101000100111000111011101010111011101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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