Shades of Midnight Blue #152187
Tints of Midnight Blue #152187
RGB
CMYK
RGB Variations
Color information
#152187 (or 0x152187) is known color: Midnight Blue. HEX triplet: 15, 21 and 87. RGB value is (21,33,135). Sum of RGB (Red+Green+Blue) = 21+33+135=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #152187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152187 is #EADE78. Grayscale: #282828. Windows color (decimal): -15392377 or 8855829. OLE color: 8855829.
HSL color Cylindrical-coordinate representation of color #152187: hue angle of 233.68º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152187 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 33 | 135 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.47 |
| HSL | 233.68º | 0.73% | 0.31% | - |
| HSV(B) | 233.68º | 0.84% | 0.53% | - |
| XYZ | 5.23 | 3 | 23.22 | - |
| YUV | 41.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 135 | 0.84 | 0.76 | 0 | 0.47 | 233.68 | 0.73 | 0.31 |
| Hex | 15 | 21 | 87 | 54 | 4C | 0 | 2F | EA | 49 | 1F |
| Octal | 25 | 41 | 207 | 124 | 114 | 0 | 57 | 352 | 111 | 37 |
| Binary | 10101 | 100001 | 10000111 | 1010100 | 1001100 | 0 | 101111 | 11101010 | 1001001 | 11111 |
Color Harmonies of #152187
Complementary color
Monochromatic Colors of #152187
Black with #152187
Text Example
Text Example
White with #152187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152187; }
p { color: rgb(21,33,135); }
H1.HeaderClassName
{
color: #152187;
}
.AnyTagClassName
{
color: #152187;
}
</style>
background-color css
<style>
a { background-color: #152187; }
a { background-color: rgb(21,33,135); }
div.DivClassName
{
background-color: #152187;
}
.BgClassName
{
background-color: #152187;
}
</style>
border-color css
<style>
span { border-color: #152187; }
span { border-color: rgb(21,33,135); }
td.TdClassName
{
border-color: #152187;
}
.TagClassName
{
border-color: #152187;
}
</style>