#051237

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

Shades of Midnight Express #051237

Tints of Midnight Express #051237

Color information

#051237 (or 0x051237) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 37. RGB value is (5,18,55). Sum of RGB (Red+Green+Blue) = 5+18+55=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #051237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051237 is #FAEDC8. Grayscale: #121212. Windows color (decimal): -16444873 or 3609093. OLE color: 3609093.

HSL color Cylindrical-coordinate representation of color #051237: hue angle of 224.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051237 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51855-
CMYK0.910.6700.78
HSL224.4º83.33%11.76%-
HSV(B)224.4º90.91%21.57%-
XYZ0.970.743.71-
YUV18.33148.69118.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 55 (21.88% from 255) = 70.51%
R=6.41%
G=23.08%
B=70.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal518550.910.6700.78224.483.3311.76
Hex512375B4304Ee053c
Octal52267133103011634012314
Binary1011001011011110110111000011010011101110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051237; }

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

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

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

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

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

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

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

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