Shades of Midnight Blue #132279
Tints of Midnight Blue #132279
RGB
CMYK
RGB Variations
Color information
#132279 (or 0x132279) is known color: Midnight Blue. HEX triplet: 13, 22 and 79. RGB value is (19,34,121). Sum of RGB (Red+Green+Blue) = 19+34+121=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #132279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132279 is #ECDD86. Grayscale: #272727. Windows color (decimal): -15523207 or 7938579. OLE color: 7938579.
HSL color Cylindrical-coordinate representation of color #132279: hue angle of 231.18º 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 #132279 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 34 | 121 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.53 |
| HSL | 231.18º | 0.73% | 0.27% | - |
| HSV(B) | 231.18º | 0.84% | 0.47% | - |
| XYZ | 4.29 | 2.66 | 18.38 | - |
| YUV | 39.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 121 | 0.84 | 0.72 | 0 | 0.53 | 231.18 | 0.73 | 0.27 |
| Hex | 13 | 22 | 79 | 54 | 48 | 0 | 35 | E7 | 49 | 1B |
| Octal | 23 | 42 | 171 | 124 | 110 | 0 | 65 | 347 | 111 | 33 |
| Binary | 10011 | 100010 | 1111001 | 1010100 | 1001000 | 0 | 110101 | 11100111 | 1001001 | 11011 |
Color Harmonies of #132279
Complementary color
Monochromatic Colors of #132279
Black with #132279
Text Example
Text Example
White with #132279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132279; }
p { color: rgb(19,34,121); }
H1.HeaderClassName
{
color: #132279;
}
.AnyTagClassName
{
color: #132279;
}
</style>
background-color css
<style>
a { background-color: #132279; }
a { background-color: rgb(19,34,121); }
div.DivClassName
{
background-color: #132279;
}
.BgClassName
{
background-color: #132279;
}
</style>
border-color css
<style>
span { border-color: #132279; }
span { border-color: rgb(19,34,121); }
td.TdClassName
{
border-color: #132279;
}
.TagClassName
{
border-color: #132279;
}
</style>