Shades of Midnight Blue #152188
Tints of Midnight Blue #152188
RGB
CMYK
RGB Variations
Color information
#152188 (or 0x152188) is known color: Midnight Blue. HEX triplet: 15, 21 and 88. RGB value is (21,33,136). Sum of RGB (Red+Green+Blue) = 21+33+136=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #152188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152188 is #EADE77. Grayscale: #282828. Windows color (decimal): -15392376 or 8921365. OLE color: 8921365.
HSL color Cylindrical-coordinate representation of color #152188: hue angle of 233.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152188 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 33 | 136 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.47 |
| HSL | 233.74º | 0.73% | 0.31% | - |
| HSV(B) | 233.74º | 0.85% | 0.53% | - |
| XYZ | 5.3 | 3.02 | 23.6 | - |
| YUV | 41.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 136 | 0.85 | 0.76 | 0 | 0.47 | 233.74 | 0.73 | 0.31 |
| Hex | 15 | 21 | 88 | 55 | 4C | 0 | 2F | EA | 49 | 1F |
| Octal | 25 | 41 | 210 | 125 | 114 | 0 | 57 | 352 | 111 | 37 |
| Binary | 10101 | 100001 | 10001000 | 1010101 | 1001100 | 0 | 101111 | 11101010 | 1001001 | 11111 |
Color Harmonies of #152188
Complementary color
Monochromatic Colors of #152188
Black with #152188
Text Example
Text Example
White with #152188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152188; }
p { color: rgb(21,33,136); }
H1.HeaderClassName
{
color: #152188;
}
.AnyTagClassName
{
color: #152188;
}
</style>
background-color css
<style>
a { background-color: #152188; }
a { background-color: rgb(21,33,136); }
div.DivClassName
{
background-color: #152188;
}
.BgClassName
{
background-color: #152188;
}
</style>
border-color css
<style>
span { border-color: #152188; }
span { border-color: rgb(21,33,136); }
td.TdClassName
{
border-color: #152188;
}
.TagClassName
{
border-color: #152188;
}
</style>