#152140

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

Shades of Midnight Express #152140

Tints of Midnight Express #152140

Color information

#152140 (or 0x152140) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 40. RGB value is (21,33,64). Sum of RGB (Red+Green+Blue) = 21+33+64=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #152140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152140 is #EADEBF. Grayscale: #202020. Windows color (decimal): -15392448 or 4202773. OLE color: 4202773.

HSL color Cylindrical-coordinate representation of color #152140: hue angle of 223.26º 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 #152140 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB213364-
CMYK0.670.4800.75
HSL223.26º50.59%16.67%-
HSV(B)223.26º67.19%25.1%-
XYZ1.781.625.07-
YUV32.95145.52119.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=17.80%
G=27.97%
B=54.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2133640.670.4800.75223.2650.5916.67
Hex152140433004Bdf3311
Octal25411001036001133376321
Binary1010110000110000001000011110000010010111101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152140; }

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

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

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

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

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

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

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

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