Shades of Midnight Blue #132584
Tints of Midnight Blue #132584
RGB
CMYK
RGB Variations
Color information
#132584 (or 0x132584) is known color: Midnight Blue. HEX triplet: 13, 25 and 84. RGB value is (19,37,132). Sum of RGB (Red+Green+Blue) = 19+37+132=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #132584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132584 is #ECDA7B. Grayscale: #2A2A2A. Windows color (decimal): -15522428 or 8660243. OLE color: 8660243.
HSL color Cylindrical-coordinate representation of color #132584: hue angle of 230.44º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132584 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 37 | 132 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.48 |
| HSL | 230.44º | 0.75% | 0.3% | - |
| HSV(B) | 230.44º | 0.86% | 0.52% | - |
| XYZ | 5.09 | 3.13 | 22.16 | - |
| YUV | 42.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 132 | 0.86 | 0.72 | 0 | 0.48 | 230.44 | 0.75 | 0.3 |
| Hex | 13 | 25 | 84 | 56 | 48 | 0 | 30 | E6 | 4B | 1E |
| Octal | 23 | 45 | 204 | 126 | 110 | 0 | 60 | 346 | 113 | 36 |
| Binary | 10011 | 100101 | 10000100 | 1010110 | 1001000 | 0 | 110000 | 11100110 | 1001011 | 11110 |
Color Harmonies of #132584
Complementary color
Monochromatic Colors of #132584
Black with #132584
Text Example
Text Example
White with #132584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132584; }
p { color: rgb(19,37,132); }
H1.HeaderClassName
{
color: #132584;
}
.AnyTagClassName
{
color: #132584;
}
</style>
background-color css
<style>
a { background-color: #132584; }
a { background-color: rgb(19,37,132); }
div.DivClassName
{
background-color: #132584;
}
.BgClassName
{
background-color: #132584;
}
</style>
border-color css
<style>
span { border-color: #132584; }
span { border-color: rgb(19,37,132); }
td.TdClassName
{
border-color: #132584;
}
.TagClassName
{
border-color: #132584;
}
</style>