#020A92

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

Shades of Dark Blue #020A92

Tints of Dark Blue #020A92

Color information

#020A92 (or 0x020A92) is unknown color: approx Dark Blue. HEX triplet: 02, 0A and 92. RGB value is (2,10,146). Sum of RGB (Red+Green+Blue) = 2+10+146=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #020A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A92 is #FDF56D. Grayscale: #161616. Windows color (decimal): -16643438 or 9570818. OLE color: 9570818.

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

Color convert

RGB210146-
CMYK0.990.9300.43
HSL236.67º97.3%29.02%-
HSV(B)236.67º98.63%57.25%-
XYZ5.322.3127.36-
YUV23.11197.35112.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 146 (57.42% from 255) = 92.41%
R=1.27%
G=6.33%
B=92.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2101460.990.9300.43236.6797.329.02
Hex2A92635D02Bed611d
Octal21222214313505335514135
Binary1010101001001011000111011101010101111101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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