#050849

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

Shades of Midnight Express #050849

Tints of Midnight Express #050849

Color information

#050849 (or 0x050849) is unknown color: approx Midnight Express. HEX triplet: 05, 08 and 49. RGB value is (5,8,73). Sum of RGB (Red+Green+Blue) = 5+8+73=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #050849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050849 is #FAF7B6. Grayscale: #0E0E0E. Windows color (decimal): -16447415 or 4786181. OLE color: 4786181.

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

Color convert

RGB5873-
CMYK0.930.8900.71
HSL237.35º87.18%15.29%-
HSV(B)237.35º93.15%28.63%-
XYZ1.350.696.36-
YUV14.51161.01121.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 73 (28.91% from 255) = 84.88%
R=5.81%
G=9.30%
B=84.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal58730.930.8900.71237.3587.1815.29
Hex58495D59047ed57f
Octal510111135131010735512717
Binary1011000100100110111011011001010001111110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050849; }

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

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

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

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

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

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

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

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