#152848

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

Shades of Midnight #152848

Tints of Midnight #152848

Color information

#152848 (or 0x152848) is unknown color: approx Midnight. HEX triplet: 15, 28 and 48. RGB value is (21,40,72). Sum of RGB (Red+Green+Blue) = 21+40+72=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #152848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152848 is #EAD7B7. Grayscale: #252525. Windows color (decimal): -15390648 or 4728853. OLE color: 4728853.

HSL color Cylindrical-coordinate representation of color #152848: hue angle of 217.65º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152848 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB214072-
CMYK0.710.4400.72
HSL217.65º54.84%18.24%-
HSV(B)217.65º70.83%28.24%-
XYZ2.242.146.43-
YUV37.97147.21115.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=15.79%
G=30.08%
B=54.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2140720.710.4400.72217.6554.8418.24
Hex152848472C048da3712
Octal25501101075401103326722
Binary1010110100010010001000111101100010010001101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152848; }

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

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

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

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

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

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

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

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