#051032

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

Shades of Midnight Express #051032

Tints of Midnight Express #051032

Color information

#051032 (or 0x051032) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 32. RGB value is (5,16,50). Sum of RGB (Red+Green+Blue) = 5+16+50=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #051032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051032 is #FAEFCD. Grayscale: #101010. Windows color (decimal): -16445390 or 3280901. OLE color: 3280901.

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

Color convert

RGB51650-
CMYK0.900.6800.80
HSL225.33º81.82%10.78%-
HSV(B)225.33º90%19.61%-
XYZ0.820.633.1-
YUV16.59146.86119.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 50 (19.92% from 255) = 70.42%
R=7.04%
G=22.54%
B=70.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal516500.900.6800.80225.3381.8210.78
Hex510325A44050e152b
Octal52062132104012034112213
Binary1011000011001010110101000100010100001110000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051032; }

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

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

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

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

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

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

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

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