Shades of Midnight Blue #132078
Tints of Midnight Blue #132078
RGB
CMYK
RGB Variations
Color information
#132078 (or 0x132078) is known color: Midnight Blue. HEX triplet: 13, 20 and 78. RGB value is (19,32,120). Sum of RGB (Red+Green+Blue) = 19+32+120=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #132078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132078 is #ECDF87. Grayscale: #252525. Windows color (decimal): -15523720 or 7872531. OLE color: 7872531.
HSL color Cylindrical-coordinate representation of color #132078: hue angle of 232.28º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132078 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 32 | 120 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.53 |
| HSL | 232.28º | 0.73% | 0.27% | - |
| HSV(B) | 232.28º | 0.84% | 0.47% | - |
| XYZ | 4.18 | 2.53 | 18.04 | - |
| YUV | 38.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 120 | 0.84 | 0.73 | 0 | 0.53 | 232.28 | 0.73 | 0.27 |
| Hex | 13 | 20 | 78 | 54 | 49 | 0 | 35 | E8 | 49 | 1B |
| Octal | 23 | 40 | 170 | 124 | 111 | 0 | 65 | 350 | 111 | 33 |
| Binary | 10011 | 100000 | 1111000 | 1010100 | 1001001 | 0 | 110101 | 11101000 | 1001001 | 11011 |
Color Harmonies of #132078
Complementary color
Monochromatic Colors of #132078
Black with #132078
Text Example
Text Example
White with #132078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132078; }
p { color: rgb(19,32,120); }
H1.HeaderClassName
{
color: #132078;
}
.AnyTagClassName
{
color: #132078;
}
</style>
background-color css
<style>
a { background-color: #132078; }
a { background-color: rgb(19,32,120); }
div.DivClassName
{
background-color: #132078;
}
.BgClassName
{
background-color: #132078;
}
</style>
border-color css
<style>
span { border-color: #132078; }
span { border-color: rgb(19,32,120); }
td.TdClassName
{
border-color: #132078;
}
.TagClassName
{
border-color: #132078;
}
</style>