#152B4E

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

Shades of Midnight #152B4E

Tints of Midnight #152B4E

Color information

#152B4E (or 0x152B4E) is unknown color: approx Midnight. HEX triplet: 15, 2B and 4E. RGB value is (21,43,78). Sum of RGB (Red+Green+Blue) = 21+43+78=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #152B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B4E is #EAD4B1. Grayscale: #282828. Windows color (decimal): -15389874 or 5122837. OLE color: 5122837.

HSL color Cylindrical-coordinate representation of color #152B4E: hue angle of 216.84º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #152B4E is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB214378-
CMYK0.730.4500.69
HSL216.84º57.58%19.41%-
HSV(B)216.84º73.08%30.59%-
XYZ2.552.447.54-
YUV40.41149.21114.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=14.79%
G=30.28%
B=54.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2143780.730.4500.69216.8457.5819.41
Hex152B4E492D045d93a13
Octal25531161115501053317223
Binary1010110101110011101001001101101010001011101100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152B4E; }

 p { color: rgb(21,43,78); }

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

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

 a { background-color: rgb(21,43,78); }

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

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

 span { border-color: rgb(21,43,78); }

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