#050839

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

Shades of Midnight Express #050839

Tints of Midnight Express #050839

Color information

#050839 (or 0x050839) is unknown color: approx Midnight Express. HEX triplet: 05, 08 and 39. RGB value is (5,8,57). Sum of RGB (Red+Green+Blue) = 5+8+57=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 57 (22.66% from 255 or 81.43% from 70); Max value from RGB is 57 - color contains mainly: blue. Hex color #050839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050839 is #FAF7C6. Grayscale: #0C0C0C. Windows color (decimal): -16447431 or 3737605. OLE color: 3737605.

HSL color Cylindrical-coordinate representation of color #050839: hue angle of 236.54º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050839 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB5857-
CMYK0.910.8600.78
HSL236.54º83.87%12.16%-
HSV(B)236.54º91.23%22.35%-
XYZ0.890.53.92-
YUV12.69153.01122.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 57 (22.66% from 255) = 81.43%
R=7.14%
G=11.43%
B=81.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal58570.910.8600.78236.5483.8712.16
Hex58395B5604Eed54c
Octal51071133126011635512414
Binary101100011100110110111010110010011101110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050839; }

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

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

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

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

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

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

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

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