Shades of Midnight #152C50
Tints of Midnight #152C50
RGB
CMYK
RGB Variations
Color information
#152C50 (or 0x152C50) is known color: Midnight. HEX triplet: 15, 2C and 50. RGB value is (21,44,80). Sum of RGB (Red+Green+Blue) = 21+44+80=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #152C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C50 is #EAD3AF. Grayscale: #292929. Windows color (decimal): -15389616 or 5254165. OLE color: 5254165.
HSL color Cylindrical-coordinate representation of color #152C50: hue angle of 216.61º 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 #152C50 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 44 | 80 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.69 |
| HSL | 216.61º | 0.58% | 0.2% | - |
| HSV(B) | 216.61º | 0.74% | 0.31% | - |
| XYZ | 2.66 | 2.54 | 7.94 | - |
| YUV | 41.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 80 | 0.74 | 0.45 | 0 | 0.69 | 216.61 | 0.58 | 0.2 |
| Hex | 15 | 2C | 50 | 4A | 2D | 0 | 45 | D9 | 3A | 14 |
| Octal | 25 | 54 | 120 | 112 | 55 | 0 | 105 | 331 | 72 | 24 |
| Binary | 10101 | 101100 | 1010000 | 1001010 | 101101 | 0 | 1000101 | 11011001 | 111010 | 10100 |
Color Harmonies of #152C50
Complementary color
Monochromatic Colors of #152C50
Black with #152C50
Text Example
Text Example
White with #152C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C50; }
p { color: rgb(21,44,80); }
H1.HeaderClassName
{
color: #152C50;
}
.AnyTagClassName
{
color: #152C50;
}
</style>
background-color css
<style>
a { background-color: #152C50; }
a { background-color: rgb(21,44,80); }
div.DivClassName
{
background-color: #152C50;
}
.BgClassName
{
background-color: #152C50;
}
</style>
border-color css
<style>
span { border-color: #152C50; }
span { border-color: rgb(21,44,80); }
td.TdClassName
{
border-color: #152C50;
}
.TagClassName
{
border-color: #152C50;
}
</style>