Shades of Midnight Blue #132576
Tints of Midnight Blue #132576
RGB
CMYK
RGB Variations
Color information
#132576 (or 0x132576) is known color: Midnight Blue. HEX triplet: 13, 25 and 76. RGB value is (19,37,118). Sum of RGB (Red+Green+Blue) = 19+37+118=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #132576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132576 is #ECDA89. Grayscale: #282828. Windows color (decimal): -15522442 or 7742739. OLE color: 7742739.
HSL color Cylindrical-coordinate representation of color #132576: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132576 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 37 | 118 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.54 |
| HSL | 229.09º | 0.72% | 0.27% | - |
| HSV(B) | 229.09º | 0.84% | 0.46% | - |
| XYZ | 4.2 | 2.77 | 17.45 | - |
| YUV | 40.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 118 | 0.84 | 0.69 | 0 | 0.54 | 229.09 | 0.72 | 0.27 |
| Hex | 13 | 25 | 76 | 54 | 45 | 0 | 36 | E5 | 48 | 1B |
| Octal | 23 | 45 | 166 | 124 | 105 | 0 | 66 | 345 | 110 | 33 |
| Binary | 10011 | 100101 | 1110110 | 1010100 | 1000101 | 0 | 110110 | 11100101 | 1001000 | 11011 |
Color Harmonies of #132576
Complementary color
Monochromatic Colors of #132576
Black with #132576
Text Example
Text Example
White with #132576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132576; }
p { color: rgb(19,37,118); }
H1.HeaderClassName
{
color: #132576;
}
.AnyTagClassName
{
color: #132576;
}
</style>
background-color css
<style>
a { background-color: #132576; }
a { background-color: rgb(19,37,118); }
div.DivClassName
{
background-color: #132576;
}
.BgClassName
{
background-color: #132576;
}
</style>
border-color css
<style>
span { border-color: #132576; }
span { border-color: rgb(19,37,118); }
td.TdClassName
{
border-color: #132576;
}
.TagClassName
{
border-color: #132576;
}
</style>