#051331

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

Shades of Midnight Express #051331

Tints of Midnight Express #051331

Color information

#051331 (or 0x051331) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 31. RGB value is (5,19,49). Sum of RGB (Red+Green+Blue) = 5+19+49=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #051331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051331 is #FAECCE. Grayscale: #121212. Windows color (decimal): -16444623 or 3216133. OLE color: 3216133.

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

Color convert

RGB51949-
CMYK0.900.6100.81
HSL220.91º81.48%10.59%-
HSV(B)220.91º89.8%19.22%-
XYZ0.850.723-
YUV18.23145.36118.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=6.85%
G=26.03%
B=67.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal519490.900.6100.81220.9181.4810.59
Hex513315A3D051dd51b
Octal5236113275012133512113
Binary101100111100011011010111101010100011101110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051331; }

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

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

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

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

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

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

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

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