#152941

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

Shades of Midnight #152941

Tints of Midnight #152941

Color information

#152941 (or 0x152941) is unknown color: approx Midnight. HEX triplet: 15, 29 and 41. RGB value is (21,41,65). Sum of RGB (Red+Green+Blue) = 21+41+65=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #152941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152941 is #EAD6BE. Grayscale: #252525. Windows color (decimal): -15390399 or 4270357. OLE color: 4270357.

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

Color convert

RGB214165-
CMYK0.680.3700.75
HSL212.73º51.16%16.86%-
HSV(B)212.73º67.69%25.49%-
XYZ2.062.135.3-
YUV37.76143.37116.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=16.54%
G=32.28%
B=51.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2141650.680.3700.75212.7351.1616.86
Hex152941442504Bd53311
Octal25511011044501133256321
Binary1010110100110000011000100100101010010111101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152941; }

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

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

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

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

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

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

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

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