Shades of Midnight Blue #132379
Tints of Midnight Blue #132379
RGB
CMYK
RGB Variations
Color information
#132379 (or 0x132379) is known color: Midnight Blue. HEX triplet: 13, 23 and 79. RGB value is (19,35,121). Sum of RGB (Red+Green+Blue) = 19+35+121=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #132379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132379 is #ECDC86. Grayscale: #272727. Windows color (decimal): -15522951 or 7938835. OLE color: 7938835.
HSL color Cylindrical-coordinate representation of color #132379: hue angle of 230.59º 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 #132379 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 35 | 121 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.53 |
| HSL | 230.59º | 0.73% | 0.27% | - |
| HSV(B) | 230.59º | 0.84% | 0.47% | - |
| XYZ | 4.32 | 2.72 | 18.39 | - |
| YUV | 40.02 | 173.7 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 121 | 0.84 | 0.71 | 0 | 0.53 | 230.59 | 0.73 | 0.27 |
| Hex | 13 | 23 | 79 | 54 | 47 | 0 | 35 | E7 | 49 | 1B |
| Octal | 23 | 43 | 171 | 124 | 107 | 0 | 65 | 347 | 111 | 33 |
| Binary | 10011 | 100011 | 1111001 | 1010100 | 1000111 | 0 | 110101 | 11100111 | 1001001 | 11011 |
Color Harmonies of #132379
Complementary color
Monochromatic Colors of #132379
Black with #132379
Text Example
Text Example
White with #132379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132379; }
p { color: rgb(19,35,121); }
H1.HeaderClassName
{
color: #132379;
}
.AnyTagClassName
{
color: #132379;
}
</style>
background-color css
<style>
a { background-color: #132379; }
a { background-color: rgb(19,35,121); }
div.DivClassName
{
background-color: #132379;
}
.BgClassName
{
background-color: #132379;
}
</style>
border-color css
<style>
span { border-color: #132379; }
span { border-color: rgb(19,35,121); }
td.TdClassName
{
border-color: #132379;
}
.TagClassName
{
border-color: #132379;
}
</style>