#152041

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

Shades of Midnight Express #152041

Tints of Midnight Express #152041

Color information

#152041 (or 0x152041) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 41. RGB value is (21,32,65). Sum of RGB (Red+Green+Blue) = 21+32+65=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #152041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152041 is #EADFBE. Grayscale: #202020. Windows color (decimal): -15392703 or 4268053. OLE color: 4268053.

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

Color convert

RGB213265-
CMYK0.680.5100.75
HSL225º51.16%16.86%-
HSV(B)225º67.69%25.49%-
XYZ1.781.575.21-
YUV32.47146.36119.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=17.80%
G=27.12%
B=55.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2132650.680.5100.7522551.1616.86
Hex152041443304Be13311
Octal25401011046301133416321
Binary1010110000010000011000100110011010010111110000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152041; }

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

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

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

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

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

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

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

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