#151932

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

Shades of Midnight Express #151932

Tints of Midnight Express #151932

Color information

#151932 (or 0x151932) is unknown color: approx Midnight Express. HEX triplet: 15, 19 and 32. RGB value is (21,25,50). Sum of RGB (Red+Green+Blue) = 21+25+50=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #151932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151932 is #EAE6CD. Grayscale: #1A1A1A. Windows color (decimal): -15394510 or 3283221. OLE color: 3283221.

HSL color Cylindrical-coordinate representation of color #151932: hue angle of 231.72º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151932 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB212550-
CMYK0.580.5000.80
HSL231.72º40.85%13.92%-
HSV(B)231.72º58%19.61%-
XYZ1.231.083.16-
YUV26.65141.17123.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=21.88%
G=26.04%
B=52.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2125500.580.5000.80231.7240.8513.92
Hex1519323A32050e829e
Octal253162726201203505116
Binary101011100111001011101011001001010000111010001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151932; }

 p { color: rgb(21,25,50); }

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

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

 a { background-color: rgb(21,25,50); }

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

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

 span { border-color: rgb(21,25,50); }

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