#020D92

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

Shades of Dark Blue #020D92

Tints of Dark Blue #020D92

Color information

#020D92 (or 0x020D92) is unknown color: approx Dark Blue. HEX triplet: 02, 0D and 92. RGB value is (2,13,146). Sum of RGB (Red+Green+Blue) = 2+13+146=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #020D92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D92 is #FDF26D. Grayscale: #181818. Windows color (decimal): -16642670 or 9571586. OLE color: 9571586.

HSL color Cylindrical-coordinate representation of color #020D92: hue angle of 235.42º 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 #020D92 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB213146-
CMYK0.990.9100.43
HSL235.42º97.3%29.02%-
HSV(B)235.42º98.63%57.25%-
XYZ5.362.3827.37-
YUV24.87196.36111.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 146 (57.42% from 255) = 90.68%
R=1.24%
G=8.07%
B=90.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2131460.990.9100.43235.4297.329.02
Hex2D92635B02Beb611d
Octal21522214313305335314135
Binary1011011001001011000111011011010101111101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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