#050A31

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

Shades of Midnight Express #050A31

Tints of Midnight Express #050A31

Color information

#050A31 (or 0x050A31) is unknown color: approx Midnight Express. HEX triplet: 05, 0A and 31. RGB value is (5,10,49). Sum of RGB (Red+Green+Blue) = 5+10+49=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #050A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A31 is #FAF5CE. Grayscale: #0C0C0C. Windows color (decimal): -16446927 or 3213829. OLE color: 3213829.

HSL color Cylindrical-coordinate representation of color #050A31: hue angle of 233.18º 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 #050A31 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51049-
CMYK0.900.8000.81
HSL233.18º81.48%10.59%-
HSV(B)233.18º89.8%19.22%-
XYZ0.730.472.96-
YUV12.95148.34122.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=7.81%
G=15.62%
B=76.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal510490.900.8000.81233.1881.4810.59
Hex5A315A50051e951b
Octal51261132120012135112113
Binary101101011000110110101010000010100011110100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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