Shades of Midnight Blue #132087
Tints of Midnight Blue #132087
RGB
CMYK
RGB Variations
Color information
#132087 (or 0x132087) is known color: Midnight Blue. HEX triplet: 13, 20 and 87. RGB value is (19,32,135). Sum of RGB (Red+Green+Blue) = 19+32+135=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #132087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132087 is #ECDF78. Grayscale: #272727. Windows color (decimal): -15523705 or 8855571. OLE color: 8855571.
HSL color Cylindrical-coordinate representation of color #132087: hue angle of 233.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132087 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 32 | 135 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.47 |
| HSL | 233.28º | 0.75% | 0.3% | - |
| HSV(B) | 233.28º | 0.86% | 0.53% | - |
| XYZ | 5.16 | 2.92 | 23.21 | - |
| YUV | 39.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 135 | 0.86 | 0.76 | 0 | 0.47 | 233.28 | 0.75 | 0.3 |
| Hex | 13 | 20 | 87 | 56 | 4C | 0 | 2F | E9 | 4B | 1E |
| Octal | 23 | 40 | 207 | 126 | 114 | 0 | 57 | 351 | 113 | 36 |
| Binary | 10011 | 100000 | 10000111 | 1010110 | 1001100 | 0 | 101111 | 11101001 | 1001011 | 11110 |
Color Harmonies of #132087
Complementary color
Monochromatic Colors of #132087
Black with #132087
Text Example
Text Example
White with #132087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132087; }
p { color: rgb(19,32,135); }
H1.HeaderClassName
{
color: #132087;
}
.AnyTagClassName
{
color: #132087;
}
</style>
background-color css
<style>
a { background-color: #132087; }
a { background-color: rgb(19,32,135); }
div.DivClassName
{
background-color: #132087;
}
.BgClassName
{
background-color: #132087;
}
</style>
border-color css
<style>
span { border-color: #132087; }
span { border-color: rgb(19,32,135); }
td.TdClassName
{
border-color: #132087;
}
.TagClassName
{
border-color: #132087;
}
</style>