#152440

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

Shades of Midnight Express #152440

Tints of Midnight Express #152440

Color information

#152440 (or 0x152440) is unknown color: approx Midnight Express. HEX triplet: 15, 24 and 40. RGB value is (21,36,64). Sum of RGB (Red+Green+Blue) = 21+36+64=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #152440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152440 is #EADBBF. Grayscale: #222222. Windows color (decimal): -15391680 or 4203541. OLE color: 4203541.

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

Color convert

RGB213664-
CMYK0.670.4400.75
HSL219.07º50.59%16.67%-
HSV(B)219.07º67.19%25.1%-
XYZ1.871.795.1-
YUV34.71144.53118.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=17.36%
G=29.75%
B=52.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2136640.670.4400.75219.0750.5916.67
Hex152440432C04Bdb3311
Octal25441001035401133336321
Binary1010110010010000001000011101100010010111101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152440; }

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

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

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

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

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

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

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

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