Shades of Midnight Blue #152086
Tints of Midnight Blue #152086
RGB
CMYK
RGB Variations
Color information
#152086 (or 0x152086) is known color: Midnight Blue. HEX triplet: 15, 20 and 86. RGB value is (21,32,134). Sum of RGB (Red+Green+Blue) = 21+32+134=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #152086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152086 is #EADF79. Grayscale: #272727. Windows color (decimal): -15392634 or 8790037. OLE color: 8790037.
HSL color Cylindrical-coordinate representation of color #152086: hue angle of 234.16º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152086 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 32 | 134 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.47 |
| HSL | 234.16º | 0.73% | 0.3% | - |
| HSV(B) | 234.16º | 0.84% | 0.53% | - |
| XYZ | 5.13 | 2.91 | 22.85 | - |
| YUV | 40.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 134 | 0.84 | 0.76 | 0 | 0.47 | 234.16 | 0.73 | 0.3 |
| Hex | 15 | 20 | 86 | 54 | 4C | 0 | 2F | EA | 49 | 1E |
| Octal | 25 | 40 | 206 | 124 | 114 | 0 | 57 | 352 | 111 | 36 |
| Binary | 10101 | 100000 | 10000110 | 1010100 | 1001100 | 0 | 101111 | 11101010 | 1001001 | 11110 |
Color Harmonies of #152086
Complementary color
Monochromatic Colors of #152086
Black with #152086
Text Example
Text Example
White with #152086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152086; }
p { color: rgb(21,32,134); }
H1.HeaderClassName
{
color: #152086;
}
.AnyTagClassName
{
color: #152086;
}
</style>
background-color css
<style>
a { background-color: #152086; }
a { background-color: rgb(21,32,134); }
div.DivClassName
{
background-color: #152086;
}
.BgClassName
{
background-color: #152086;
}
</style>
border-color css
<style>
span { border-color: #152086; }
span { border-color: rgb(21,32,134); }
td.TdClassName
{
border-color: #152086;
}
.TagClassName
{
border-color: #152086;
}
</style>