#152040

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

Shades of Midnight Express #152040

Tints of Midnight Express #152040

Color information

#152040 (or 0x152040) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 40. RGB value is (21,32,64). Sum of RGB (Red+Green+Blue) = 21+32+64=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #152040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152040 is #EADFBF. Grayscale: #202020. Windows color (decimal): -15392704 or 4202517. OLE color: 4202517.

HSL color Cylindrical-coordinate representation of color #152040: hue angle of 224.65º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152040 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB213264-
CMYK0.670.5000.75
HSL224.65º50.59%16.67%-
HSV(B)224.65º67.19%25.1%-
XYZ1.751.565.06-
YUV32.36145.86119.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=17.95%
G=27.35%
B=54.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2132640.670.5000.75224.6550.5916.67
Hex152040433204Be13311
Octal25401001036201133416321
Binary1010110000010000001000011110010010010111110000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152040; }

 p { color: rgb(21,32,64); }

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

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

 a { background-color: rgb(21,32,64); }

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

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

 span { border-color: rgb(21,32,64); }

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