#020892

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

Shades of Dark Blue #020892

Tints of Dark Blue #020892

Color information

#020892 (or 0x020892) is unknown color: approx Dark Blue. HEX triplet: 02, 08 and 92. RGB value is (2,8,146). Sum of RGB (Red+Green+Blue) = 2+8+146=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #020892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020892 is #FDF76D. Grayscale: #151515. Windows color (decimal): -16643950 or 9570306. OLE color: 9570306.

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

Color convert

RGB28146-
CMYK0.990.9500.43
HSL237.5º97.3%29.02%-
HSV(B)237.5º98.63%57.25%-
XYZ5.32.2627.35-
YUV21.94198.01113.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 146 (57.42% from 255) = 93.59%
R=1.28%
G=5.13%
B=93.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281460.990.9500.43237.597.329.02
Hex2892635F02Bee611d
Octal21022214313705335614135
Binary1010001001001011000111011111010101111101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020892; }

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

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

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

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

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

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

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

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