#020492

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

Shades of Dark Blue #020492

Tints of Dark Blue #020492

Color information

#020492 (or 0x020492) is unknown color: approx Dark Blue. HEX triplet: 02, 04 and 92. RGB value is (2,4,146). Sum of RGB (Red+Green+Blue) = 2+4+146=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #020492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020492 is #FDFB6D. Grayscale: #131313. Windows color (decimal): -16644974 or 9569282. OLE color: 9569282.

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

Color convert

RGB24146-
CMYK0.990.9700.43
HSL239.17º97.3%29.02%-
HSV(B)239.17º98.63%57.25%-
XYZ5.262.1827.34-
YUV19.59199.34115.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 146 (57.42% from 255) = 96.05%
R=1.32%
G=2.63%
B=96.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241460.990.9700.43239.1797.329.02
Hex2492636102Bef611d
Octal2422214314105335714135
Binary101001001001011000111100001010101111101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020492; }

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

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

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

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

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

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

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

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