#020A88

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

Shades of Dark Blue #020A88

Tints of Dark Blue #020A88

Color information

#020A88 (or 0x020A88) is unknown color: approx Dark Blue. HEX triplet: 02, 0A and 88. RGB value is (2,10,136). Sum of RGB (Red+Green+Blue) = 2+10+136=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 136 (53.52% from 255 or 91.89% from 148); Max value from RGB is 136 - color contains mainly: blue. Hex color #020A88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A88 is #FDF577. Grayscale: #151515. Windows color (decimal): -16643448 or 8915458. OLE color: 8915458.

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

Color convert

RGB210136-
CMYK0.990.9300.47
HSL236.42º97.1%27.06%-
HSV(B)236.42º98.53%53.33%-
XYZ4.582.0123.44-
YUV21.97192.35113.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 136 (53.52% from 255) = 91.89%
R=1.35%
G=6.76%
B=91.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2101360.990.9300.47236.4297.127.06
Hex2A88635D02Fec611b
Octal21221014313505735414133
Binary1010101000100011000111011101010111111101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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