Shades of Midnight Blue #132372
Tints of Midnight Blue #132372
RGB
CMYK
RGB Variations
Color information
#132372 (or 0x132372) is known color: Midnight Blue. HEX triplet: 13, 23 and 72. RGB value is (19,35,114). Sum of RGB (Red+Green+Blue) = 19+35+114=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #132372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132372 is #ECDC8D. Grayscale: #262626. Windows color (decimal): -15522958 or 7480083. OLE color: 7480083.
HSL color Cylindrical-coordinate representation of color #132372: hue angle of 229.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132372 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 35 | 114 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.55 |
| HSL | 229.89º | 0.71% | 0.26% | - |
| HSV(B) | 229.89º | 0.83% | 0.45% | - |
| XYZ | 3.91 | 2.56 | 16.21 | - |
| YUV | 39.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 114 | 0.83 | 0.69 | 0 | 0.55 | 229.89 | 0.71 | 0.26 |
| Hex | 13 | 23 | 72 | 53 | 45 | 0 | 37 | E6 | 47 | 1A |
| Octal | 23 | 43 | 162 | 123 | 105 | 0 | 67 | 346 | 107 | 32 |
| Binary | 10011 | 100011 | 1110010 | 1010011 | 1000101 | 0 | 110111 | 11100110 | 1000111 | 11010 |
Color Harmonies of #132372
Complementary color
Monochromatic Colors of #132372
Black with #132372
Text Example
Text Example
White with #132372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132372; }
p { color: rgb(19,35,114); }
H1.HeaderClassName
{
color: #132372;
}
.AnyTagClassName
{
color: #132372;
}
</style>
background-color css
<style>
a { background-color: #132372; }
a { background-color: rgb(19,35,114); }
div.DivClassName
{
background-color: #132372;
}
.BgClassName
{
background-color: #132372;
}
</style>
border-color css
<style>
span { border-color: #132372; }
span { border-color: rgb(19,35,114); }
td.TdClassName
{
border-color: #132372;
}
.TagClassName
{
border-color: #132372;
}
</style>