Shades of Midnight Blue #132289
Tints of Midnight Blue #132289
RGB
CMYK
RGB Variations
Color information
#132289 (or 0x132289) is known color: Midnight Blue. HEX triplet: 13, 22 and 89. RGB value is (19,34,137). Sum of RGB (Red+Green+Blue) = 19+34+137=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #132289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132289 is #ECDD76. Grayscale: #282828. Windows color (decimal): -15523191 or 8987155. OLE color: 8987155.
HSL color Cylindrical-coordinate representation of color #132289: hue angle of 232.37º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132289 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 34 | 137 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.46 |
| HSL | 232.37º | 0.76% | 0.31% | - |
| HSV(B) | 232.37º | 0.86% | 0.54% | - |
| XYZ | 5.36 | 3.09 | 23.98 | - |
| YUV | 41.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 137 | 0.86 | 0.75 | 0 | 0.46 | 232.37 | 0.76 | 0.31 |
| Hex | 13 | 22 | 89 | 56 | 4B | 0 | 2E | E8 | 4C | 1F |
| Octal | 23 | 42 | 211 | 126 | 113 | 0 | 56 | 350 | 114 | 37 |
| Binary | 10011 | 100010 | 10001001 | 1010110 | 1001011 | 0 | 101110 | 11101000 | 1001100 | 11111 |
Color Harmonies of #132289
Complementary color
Monochromatic Colors of #132289
Black with #132289
Text Example
Text Example
White with #132289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132289; }
p { color: rgb(19,34,137); }
H1.HeaderClassName
{
color: #132289;
}
.AnyTagClassName
{
color: #132289;
}
</style>
background-color css
<style>
a { background-color: #132289; }
a { background-color: rgb(19,34,137); }
div.DivClassName
{
background-color: #132289;
}
.BgClassName
{
background-color: #132289;
}
</style>
border-color css
<style>
span { border-color: #132289; }
span { border-color: rgb(19,34,137); }
td.TdClassName
{
border-color: #132289;
}
.TagClassName
{
border-color: #132289;
}
</style>