Shades of Midnight Blue #152077
Tints of Midnight Blue #152077
RGB
CMYK
RGB Variations
Color information
#152077 (or 0x152077) is known color: Midnight Blue. HEX triplet: 15, 20 and 77. RGB value is (21,32,119). Sum of RGB (Red+Green+Blue) = 21+32+119=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #152077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152077 is #EADF88. Grayscale: #262626. Windows color (decimal): -15392649 or 7806997. OLE color: 7806997.
HSL color Cylindrical-coordinate representation of color #152077: hue angle of 233.27º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152077 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 32 | 119 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.53 |
| HSL | 233.27º | 0.7% | 0.27% | - |
| HSV(B) | 233.27º | 0.82% | 0.47% | - |
| XYZ | 4.16 | 2.52 | 17.72 | - |
| YUV | 38.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 119 | 0.82 | 0.73 | 0 | 0.53 | 233.27 | 0.7 | 0.27 |
| Hex | 15 | 20 | 77 | 52 | 49 | 0 | 35 | E9 | 46 | 1B |
| Octal | 25 | 40 | 167 | 122 | 111 | 0 | 65 | 351 | 106 | 33 |
| Binary | 10101 | 100000 | 1110111 | 1010010 | 1001001 | 0 | 110101 | 11101001 | 1000110 | 11011 |
Color Harmonies of #152077
Complementary color
Monochromatic Colors of #152077
Black with #152077
Text Example
Text Example
White with #152077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152077; }
p { color: rgb(21,32,119); }
H1.HeaderClassName
{
color: #152077;
}
.AnyTagClassName
{
color: #152077;
}
</style>
background-color css
<style>
a { background-color: #152077; }
a { background-color: rgb(21,32,119); }
div.DivClassName
{
background-color: #152077;
}
.BgClassName
{
background-color: #152077;
}
</style>
border-color css
<style>
span { border-color: #152077; }
span { border-color: rgb(21,32,119); }
td.TdClassName
{
border-color: #152077;
}
.TagClassName
{
border-color: #152077;
}
</style>