#151A31

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

Shades of Midnight Express #151A31

Tints of Midnight Express #151A31

Color information

#151A31 (or 0x151A31) is unknown color: approx Midnight Express. HEX triplet: 15, 1A and 31. RGB value is (21,26,49). Sum of RGB (Red+Green+Blue) = 21+26+49=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #151A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A31 is #EAE5CE. Grayscale: #1B1B1B. Windows color (decimal): -15394255 or 3217941. OLE color: 3217941.

HSL color Cylindrical-coordinate representation of color #151A31: hue angle of 229.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151A31 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB212649-
CMYK0.570.4700.81
HSL229.29º40%13.73%-
HSV(B)229.29º57.14%19.22%-
XYZ1.231.123.06-
YUV27.13140.34123.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=21.88%
G=27.08%
B=51.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2126490.570.4700.81229.294013.73
Hex151A31392F051e528e
Octal253261715701213455016
Binary101011101011000111100110111101010001111001011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A31; }

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

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

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

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

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

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

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

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