#020E92

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

Shades of Dark Blue #020E92

Tints of Dark Blue #020E92

Color information

#020E92 (or 0x020E92) is unknown color: approx Dark Blue. HEX triplet: 02, 0E and 92. RGB value is (2,14,146). Sum of RGB (Red+Green+Blue) = 2+14+146=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 146 (57.42% from 255 or 90.12% from 162); Max value from RGB is 146 - color contains mainly: blue. Hex color #020E92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E92 is #FDF16D. Grayscale: #181818. Windows color (decimal): -16642414 or 9571842. OLE color: 9571842.

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

Color convert

RGB214146-
CMYK0.990.9000.43
HSL235º97.3%29.02%-
HSV(B)235º98.63%57.25%-
XYZ5.372.427.37-
YUV25.46196.02111.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 14 (5.86% from 255) = 8.64%
BLUE value IS 146 (57.42% from 255) = 90.12%
R=1.23%
G=8.64%
B=90.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2141460.990.9000.4323597.329.02
Hex2E92635A02Beb611d
Octal21622214313205335314135
Binary1011101001001011000111011010010101111101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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