#051531

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

Shades of Midnight Express #051531

Tints of Midnight Express #051531

Color information

#051531 (or 0x051531) is unknown color: approx Midnight Express. HEX triplet: 05, 15 and 31. RGB value is (5,21,49). Sum of RGB (Red+Green+Blue) = 5+21+49=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #051531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051531 is #FAEACE. Grayscale: #131313. Windows color (decimal): -16444111 or 3216645. OLE color: 3216645.

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

Color convert

RGB52149-
CMYK0.900.5700.81
HSL218.18º81.48%10.59%-
HSV(B)218.18º89.8%19.22%-
XYZ0.890.793.01-
YUV19.41144.7117.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=6.67%
G=28%
B=65.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal521490.900.5700.81218.1881.4810.59
Hex515315A39051da51b
Octal5256113271012133212113
Binary101101011100011011010111001010100011101101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051531; }

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

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

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

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

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

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

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

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