Shades of Midnight Blue #152688
Tints of Midnight Blue #152688
RGB
CMYK
RGB Variations
Color information
#152688 (or 0x152688) is known color: Midnight Blue. HEX triplet: 15, 26 and 88. RGB value is (21,38,136). Sum of RGB (Red+Green+Blue) = 21+38+136=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #152688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152688 is #EAD977. Grayscale: #2B2B2B. Windows color (decimal): -15391096 or 8922645. OLE color: 8922645.
HSL color Cylindrical-coordinate representation of color #152688: hue angle of 231.13º 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 #152688 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 38 | 136 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.47 |
| HSL | 231.13º | 0.73% | 0.31% | - |
| HSV(B) | 231.13º | 0.85% | 0.53% | - |
| XYZ | 5.45 | 3.32 | 23.65 | - |
| YUV | 44.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 136 | 0.85 | 0.72 | 0 | 0.47 | 231.13 | 0.73 | 0.31 |
| Hex | 15 | 26 | 88 | 55 | 48 | 0 | 2F | E7 | 49 | 1F |
| Octal | 25 | 46 | 210 | 125 | 110 | 0 | 57 | 347 | 111 | 37 |
| Binary | 10101 | 100110 | 10001000 | 1010101 | 1001000 | 0 | 101111 | 11100111 | 1001001 | 11111 |
Color Harmonies of #152688
Complementary color
Monochromatic Colors of #152688
Black with #152688
Text Example
Text Example
White with #152688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152688; }
p { color: rgb(21,38,136); }
H1.HeaderClassName
{
color: #152688;
}
.AnyTagClassName
{
color: #152688;
}
</style>
background-color css
<style>
a { background-color: #152688; }
a { background-color: rgb(21,38,136); }
div.DivClassName
{
background-color: #152688;
}
.BgClassName
{
background-color: #152688;
}
</style>
border-color css
<style>
span { border-color: #152688; }
span { border-color: rgb(21,38,136); }
td.TdClassName
{
border-color: #152688;
}
.TagClassName
{
border-color: #152688;
}
</style>