#050848

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

Shades of Midnight Express #050848

Tints of Midnight Express #050848

Color information

#050848 (or 0x050848) is unknown color: approx Midnight Express. HEX triplet: 05, 08 and 48. RGB value is (5,8,72). Sum of RGB (Red+Green+Blue) = 5+8+72=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #050848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050848 is #FAF7B7. Grayscale: #0E0E0E. Windows color (decimal): -16447416 or 4720645. OLE color: 4720645.

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

Color convert

RGB5872-
CMYK0.930.8900.72
HSL237.31º87.01%15.1%-
HSV(B)237.31º93.06%28.24%-
XYZ1.320.676.19-
YUV14.4160.51121.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 72 (28.52% from 255) = 84.71%
R=5.88%
G=9.41%
B=84.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal58720.930.8900.72237.3187.0115.1
Hex58485D59048ed57f
Octal510110135131011035512717
Binary1011000100100010111011011001010010001110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050848; }

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

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

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

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

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

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

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

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