Shades of Midnight Blue #132084
Tints of Midnight Blue #132084
RGB
CMYK
RGB Variations
Color information
#132084 (or 0x132084) is known color: Midnight Blue. HEX triplet: 13, 20 and 84. RGB value is (19,32,132). Sum of RGB (Red+Green+Blue) = 19+32+132=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #132084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132084 is #ECDF7B. Grayscale: #272727. Windows color (decimal): -15523708 or 8658963. OLE color: 8658963.
HSL color Cylindrical-coordinate representation of color #132084: hue angle of 233.1º 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 #132084 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 32 | 132 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.48 |
| HSL | 233.1º | 0.75% | 0.3% | - |
| HSV(B) | 233.1º | 0.86% | 0.52% | - |
| XYZ | 4.95 | 2.84 | 22.12 | - |
| YUV | 39.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 132 | 0.86 | 0.76 | 0 | 0.48 | 233.1 | 0.75 | 0.3 |
| Hex | 13 | 20 | 84 | 56 | 4C | 0 | 30 | E9 | 4B | 1E |
| Octal | 23 | 40 | 204 | 126 | 114 | 0 | 60 | 351 | 113 | 36 |
| Binary | 10011 | 100000 | 10000100 | 1010110 | 1001100 | 0 | 110000 | 11101001 | 1001011 | 11110 |
Color Harmonies of #132084
Complementary color
Monochromatic Colors of #132084
Black with #132084
Text Example
Text Example
White with #132084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132084; }
p { color: rgb(19,32,132); }
H1.HeaderClassName
{
color: #132084;
}
.AnyTagClassName
{
color: #132084;
}
</style>
background-color css
<style>
a { background-color: #132084; }
a { background-color: rgb(19,32,132); }
div.DivClassName
{
background-color: #132084;
}
.BgClassName
{
background-color: #132084;
}
</style>
border-color css
<style>
span { border-color: #132084; }
span { border-color: rgb(19,32,132); }
td.TdClassName
{
border-color: #132084;
}
.TagClassName
{
border-color: #132084;
}
</style>