#050E31

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

Shades of Midnight Express #050E31

Tints of Midnight Express #050E31

Color information

#050E31 (or 0x050E31) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 31. RGB value is (5,14,49). Sum of RGB (Red+Green+Blue) = 5+14+49=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #050E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E31 is #FAF1CE. Grayscale: #0F0F0F. Windows color (decimal): -16445903 or 3214853. OLE color: 3214853.

HSL color Cylindrical-coordinate representation of color #050E31: hue angle of 227.73º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050E31 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51449-
CMYK0.900.7100.81
HSL227.73º81.48%10.59%-
HSV(B)227.73º89.8%19.22%-
XYZ0.770.572.97-
YUV15.3147.02120.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 49 (19.53% from 255) = 72.06%
R=7.35%
G=20.59%
B=72.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal514490.900.7100.81227.7381.4810.59
Hex5E315A47051e451b
Octal51661132107012134412113
Binary101111011000110110101000111010100011110010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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