Shades of Midnight Blue #132687
Tints of Midnight Blue #132687
RGB
CMYK
RGB Variations
Color information
#132687 (or 0x132687) is known color: Midnight Blue. HEX triplet: 13, 26 and 87. RGB value is (19,38,135). Sum of RGB (Red+Green+Blue) = 19+38+135=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #132687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132687 is #ECD978. Grayscale: #2A2A2A. Windows color (decimal): -15522169 or 8857107. OLE color: 8857107.
HSL color Cylindrical-coordinate representation of color #132687: hue angle of 230.17º 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 #132687 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 38 | 135 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.47 |
| HSL | 230.17º | 0.75% | 0.3% | - |
| HSV(B) | 230.17º | 0.86% | 0.53% | - |
| XYZ | 5.33 | 3.27 | 23.27 | - |
| YUV | 43.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 135 | 0.86 | 0.72 | 0 | 0.47 | 230.17 | 0.75 | 0.3 |
| Hex | 13 | 26 | 87 | 56 | 48 | 0 | 2F | E6 | 4B | 1E |
| Octal | 23 | 46 | 207 | 126 | 110 | 0 | 57 | 346 | 113 | 36 |
| Binary | 10011 | 100110 | 10000111 | 1010110 | 1001000 | 0 | 101111 | 11100110 | 1001011 | 11110 |
Color Harmonies of #132687
Complementary color
Monochromatic Colors of #132687
Black with #132687
Text Example
Text Example
White with #132687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132687; }
p { color: rgb(19,38,135); }
H1.HeaderClassName
{
color: #132687;
}
.AnyTagClassName
{
color: #132687;
}
</style>
background-color css
<style>
a { background-color: #132687; }
a { background-color: rgb(19,38,135); }
div.DivClassName
{
background-color: #132687;
}
.BgClassName
{
background-color: #132687;
}
</style>
border-color css
<style>
span { border-color: #132687; }
span { border-color: rgb(19,38,135); }
td.TdClassName
{
border-color: #132687;
}
.TagClassName
{
border-color: #132687;
}
</style>