#152240

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

Shades of Midnight Express #152240

Tints of Midnight Express #152240

Color information

#152240 (or 0x152240) is unknown color: approx Midnight Express. HEX triplet: 15, 22 and 40. RGB value is (21,34,64). Sum of RGB (Red+Green+Blue) = 21+34+64=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #152240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152240 is #EADDBF. Grayscale: #212121. Windows color (decimal): -15392192 or 4203029. OLE color: 4203029.

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

Color convert

RGB213464-
CMYK0.670.4700.75
HSL221.86º50.59%16.67%-
HSV(B)221.86º67.19%25.1%-
XYZ1.811.675.08-
YUV33.53145.19119.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=17.65%
G=28.57%
B=53.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2134640.670.4700.75221.8650.5916.67
Hex152240432F04Bde3311
Octal25421001035701133366321
Binary1010110001010000001000011101111010010111101111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152240; }

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

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

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

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

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

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

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

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