#020A93

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

Shades of Dark Blue #020A93

Tints of Dark Blue #020A93

Color information

#020A93 (or 0x020A93) is unknown color: approx Dark Blue. HEX triplet: 02, 0A and 93. RGB value is (2,10,147). Sum of RGB (Red+Green+Blue) = 2+10+147=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 147 (57.81% from 255 or 92.45% from 159); Max value from RGB is 147 - color contains mainly: blue. Hex color #020A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A93 is #FDF56C. Grayscale: #161616. Windows color (decimal): -16643437 or 9636354. OLE color: 9636354.

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

Color convert

RGB210147-
CMYK0.990.9300.42
HSL236.69º97.32%29.22%-
HSV(B)236.69º98.64%57.65%-
XYZ5.42.3427.77-
YUV23.23197.85112.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 147 (57.81% from 255) = 92.45%
R=1.26%
G=6.29%
B=92.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2101470.990.9300.42236.6997.3229.22
Hex2A93635D02Aed611d
Octal21222314313505235514135
Binary1010101001001111000111011101010101011101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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