#051231

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

Shades of Midnight Express #051231

Tints of Midnight Express #051231

Color information

#051231 (or 0x051231) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 31. RGB value is (5,18,49). Sum of RGB (Red+Green+Blue) = 5+18+49=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #051231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051231 is #FAEDCE. Grayscale: #111111. Windows color (decimal): -16444879 or 3215877. OLE color: 3215877.

HSL color Cylindrical-coordinate representation of color #051231: hue angle of 222.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051231 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51849-
CMYK0.900.6300.81
HSL222.27º81.48%10.59%-
HSV(B)222.27º89.8%19.22%-
XYZ0.830.692.99-
YUV17.65145.69118.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=6.94%
G=25%
B=68.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal518490.900.6300.81222.2781.4810.59
Hex512315A3F051de51b
Octal5226113277012133612113
Binary101100101100011011010111111010100011101111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051231; }

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

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

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

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

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

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

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

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