#051132

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

Shades of Midnight Express #051132

Tints of Midnight Express #051132

Color information

#051132 (or 0x051132) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 32. RGB value is (5,17,50). Sum of RGB (Red+Green+Blue) = 5+17+50=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #051132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051132 is #FAEECD. Grayscale: #111111. Windows color (decimal): -16445134 or 3281157. OLE color: 3281157.

HSL color Cylindrical-coordinate representation of color #051132: hue angle of 224º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051132 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB51750-
CMYK0.900.6600.80
HSL224º81.82%10.78%-
HSV(B)224º90%19.61%-
XYZ0.840.663.1-
YUV17.17146.52119.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=6.94%
G=23.61%
B=69.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal517500.900.6600.8022481.8210.78
Hex511325A42050e052b
Octal52162132102012034012213
Binary1011000111001010110101000010010100001110000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051132; }

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

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

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

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

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

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

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

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