Shades of Midnight Blue #152076
Tints of Midnight Blue #152076
RGB
CMYK
RGB Variations
Color information
#152076 (or 0x152076) is known color: Midnight Blue. HEX triplet: 15, 20 and 76. RGB value is (21,32,118). Sum of RGB (Red+Green+Blue) = 21+32+118=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #152076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152076 is #EADF89. Grayscale: #262626. Windows color (decimal): -15392650 or 7741461. OLE color: 7741461.
HSL color Cylindrical-coordinate representation of color #152076: hue angle of 233.2º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152076 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 32 | 118 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.54 |
| HSL | 233.2º | 0.7% | 0.27% | - |
| HSV(B) | 233.2º | 0.82% | 0.46% | - |
| XYZ | 4.1 | 2.5 | 17.41 | - |
| YUV | 38.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 118 | 0.82 | 0.73 | 0 | 0.54 | 233.2 | 0.7 | 0.27 |
| Hex | 15 | 20 | 76 | 52 | 49 | 0 | 36 | E9 | 46 | 1B |
| Octal | 25 | 40 | 166 | 122 | 111 | 0 | 66 | 351 | 106 | 33 |
| Binary | 10101 | 100000 | 1110110 | 1010010 | 1001001 | 0 | 110110 | 11101001 | 1000110 | 11011 |
Color Harmonies of #152076
Complementary color
Monochromatic Colors of #152076
Black with #152076
Text Example
Text Example
White with #152076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152076; }
p { color: rgb(21,32,118); }
H1.HeaderClassName
{
color: #152076;
}
.AnyTagClassName
{
color: #152076;
}
</style>
background-color css
<style>
a { background-color: #152076; }
a { background-color: rgb(21,32,118); }
div.DivClassName
{
background-color: #152076;
}
.BgClassName
{
background-color: #152076;
}
</style>
border-color css
<style>
span { border-color: #152076; }
span { border-color: rgb(21,32,118); }
td.TdClassName
{
border-color: #152076;
}
.TagClassName
{
border-color: #152076;
}
</style>