#020549

Color #020549 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #020549

Tints of Midnight Express #020549

Color information

#020549 (or 0x020549) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 49. RGB value is (2,5,73). Sum of RGB (Red+Green+Blue) = 2+5+73=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #020549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020549 is #FDFAB6. Grayscale: #0B0B0B. Windows color (decimal): -16644791 or 4785410. OLE color: 4785410.

HSL color Cylindrical-coordinate representation of color #020549: hue angle of 237.46º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020549 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB2573-
CMYK0.970.9300.71
HSL237.46º94.67%14.71%-
HSV(B)237.46º97.26%28.63%-
XYZ1.280.66.35-
YUV11.86162.51120.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 73 (28.91% from 255) = 91.25%
R=2.5%
G=6.25%
B=91.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal25730.970.9300.71237.4694.6714.71
Hex2549615D047ed5ff
Octal25111141135010735513717
Binary10101100100111000011011101010001111110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020549; }

 p { color: rgb(2,5,73); }

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

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

 a { background-color: rgb(2,5,73); }

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

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

 span { border-color: rgb(2,5,73); }

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