Shades of Midnight #152E50
Tints of Midnight #152E50
RGB
CMYK
RGB Variations
Color information
#152E50 (or 0x152E50) is known color: Midnight. HEX triplet: 15, 2E and 50. RGB value is (21,46,80). Sum of RGB (Red+Green+Blue) = 21+46+80=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #152E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E50 is #EAD1AF. Grayscale: #2A2A2A. Windows color (decimal): -15389104 or 5254677. OLE color: 5254677.
HSL color Cylindrical-coordinate representation of color #152E50: hue angle of 214.58º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152E50 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 46 | 80 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.69 |
| HSL | 214.58º | 0.58% | 0.2% | - |
| HSV(B) | 214.58º | 0.74% | 0.31% | - |
| XYZ | 2.73 | 2.69 | 7.97 | - |
| YUV | 42.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 80 | 0.74 | 0.42 | 0 | 0.69 | 214.58 | 0.58 | 0.2 |
| Hex | 15 | 2E | 50 | 4A | 2A | 0 | 45 | D7 | 3A | 14 |
| Octal | 25 | 56 | 120 | 112 | 52 | 0 | 105 | 327 | 72 | 24 |
| Binary | 10101 | 101110 | 1010000 | 1001010 | 101010 | 0 | 1000101 | 11010111 | 111010 | 10100 |
Color Harmonies of #152E50
Complementary color
Monochromatic Colors of #152E50
Black with #152E50
Text Example
Text Example
White with #152E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E50; }
p { color: rgb(21,46,80); }
H1.HeaderClassName
{
color: #152E50;
}
.AnyTagClassName
{
color: #152E50;
}
</style>
background-color css
<style>
a { background-color: #152E50; }
a { background-color: rgb(21,46,80); }
div.DivClassName
{
background-color: #152E50;
}
.BgClassName
{
background-color: #152E50;
}
</style>
border-color css
<style>
span { border-color: #152E50; }
span { border-color: rgb(21,46,80); }
td.TdClassName
{
border-color: #152E50;
}
.TagClassName
{
border-color: #152E50;
}
</style>