#050E39

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

Shades of Midnight Express #050E39

Tints of Midnight Express #050E39

Color information

#050E39 (or 0x050E39) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 39. RGB value is (5,14,57). Sum of RGB (Red+Green+Blue) = 5+14+57=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 57 (22.66% from 255 or 75% from 76); Max value from RGB is 57 - color contains mainly: blue. Hex color #050E39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E39 is #FAF1C6. Grayscale: #101010. Windows color (decimal): -16445895 or 3739141. OLE color: 3739141.

HSL color Cylindrical-coordinate representation of color #050E39: hue angle of 229.62º 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 #050E39 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51457-
CMYK0.910.7500.78
HSL229.62º83.87%12.16%-
HSV(B)229.62º91.23%22.35%-
XYZ0.960.643.94-
YUV16.21151.02120-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 57 (22.66% from 255) = 75%
R=6.58%
G=18.42%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal514570.910.7500.78229.6283.8712.16
Hex5E395B4B04Ee654c
Octal51671133113011634612414
Binary101111011100110110111001011010011101110011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050E39; }

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

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

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

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

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

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

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

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