#051236

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

Shades of Midnight Express #051236

Tints of Midnight Express #051236

Color information

#051236 (or 0x051236) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 36. RGB value is (5,18,54). Sum of RGB (Red+Green+Blue) = 5+18+54=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #051236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051236 is #FAEDC9. Grayscale: #121212. Windows color (decimal): -16444874 or 3543557. OLE color: 3543557.

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

Color convert

RGB51854-
CMYK0.910.6700.79
HSL224.08º83.05%11.57%-
HSV(B)224.08º90.74%21.18%-
XYZ0.940.733.58-
YUV18.22148.19118.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 54 (21.48% from 255) = 70.13%
R=6.49%
G=23.38%
B=70.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal518540.910.6700.79224.0883.0511.57
Hex512365B4304Fe053c
Octal52266133103011734012314
Binary1011001011011010110111000011010011111110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051236; }

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

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

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

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

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

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

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

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