#051131

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

Shades of Midnight Express #051131

Tints of Midnight Express #051131

Color information

#051131 (or 0x051131) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 31. RGB value is (5,17,49). Sum of RGB (Red+Green+Blue) = 5+17+49=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #051131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051131 is #FAEECE. Grayscale: #101010. Windows color (decimal): -16445135 or 3215621. OLE color: 3215621.

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

Color convert

RGB51749-
CMYK0.900.6500.81
HSL223.64º81.48%10.59%-
HSV(B)223.64º89.8%19.22%-
XYZ0.820.652.99-
YUV17.06146.02119.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=7.04%
G=23.94%
B=69.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal517490.900.6500.81223.6481.4810.59
Hex511315A41051e051b
Octal52161132101012134012113
Binary1011000111000110110101000001010100011110000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051131; }

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

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

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

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

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

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

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

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