#152840

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

Shades of Midnight #152840

Tints of Midnight #152840

Color information

#152840 (or 0x152840) is unknown color: approx Midnight. HEX triplet: 15, 28 and 40. RGB value is (21,40,64). Sum of RGB (Red+Green+Blue) = 21+40+64=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #152840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152840 is #EAD7BF. Grayscale: #242424. Windows color (decimal): -15390656 or 4204565. OLE color: 4204565.

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

Color convert

RGB214064-
CMYK0.670.3800.75
HSL213.49º50.59%16.67%-
HSV(B)213.49º67.19%25.1%-
XYZ1.992.055.14-
YUV37.06143.21116.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=16.8%
G=32%
B=51.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2140640.670.3800.75213.4950.5916.67
Hex152840432604Bd53311
Octal25501001034601133256321
Binary1010110100010000001000011100110010010111101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152840; }

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

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

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

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

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

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

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

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