#051232

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

Shades of Midnight Express #051232

Tints of Midnight Express #051232

Color information

#051232 (or 0x051232) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 32. RGB value is (5,18,50). Sum of RGB (Red+Green+Blue) = 5+18+50=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #051232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051232 is #FAEDCD. Grayscale: #111111. Windows color (decimal): -16444878 or 3281413. OLE color: 3281413.

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

Color convert

RGB51850-
CMYK0.900.6400.80
HSL222.67º81.82%10.78%-
HSV(B)222.67º90%19.61%-
XYZ0.850.73.11-
YUV17.76146.19118.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=6.85%
G=24.66%
B=68.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal518500.900.6400.80222.6781.8210.78
Hex512325A40050df52b
Octal52262132100012033712213
Binary1011001011001010110101000000010100001101111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051232; }

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

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

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

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

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

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

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

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