Shades of Midnight Blue #132983
Tints of Midnight Blue #132983
RGB
CMYK
RGB Variations
Color information
#132983 (or 0x132983) is known color: Midnight Blue. HEX triplet: 13, 29 and 83. RGB value is (19,41,131). Sum of RGB (Red+Green+Blue) = 19+41+131=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 131 (51.56% from 255 or 68.59% from 191); Max value from RGB is 131 - color contains mainly: blue. Hex color #132983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132983 is #ECD67C. Grayscale: #2C2C2C. Windows color (decimal): -15521405 or 8595731. OLE color: 8595731.
HSL color Cylindrical-coordinate representation of color #132983: hue angle of 228.21º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132983 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 41 | 131 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.49 |
| HSL | 228.21º | 0.75% | 0.29% | - |
| HSV(B) | 228.21º | 0.85% | 0.51% | - |
| XYZ | 5.16 | 3.36 | 21.85 | - |
| YUV | 44.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 131 | 0.85 | 0.69 | 0 | 0.49 | 228.21 | 0.75 | 0.29 |
| Hex | 13 | 29 | 83 | 55 | 45 | 0 | 31 | E4 | 4B | 1D |
| Octal | 23 | 51 | 203 | 125 | 105 | 0 | 61 | 344 | 113 | 35 |
| Binary | 10011 | 101001 | 10000011 | 1010101 | 1000101 | 0 | 110001 | 11100100 | 1001011 | 11101 |
Color Harmonies of #132983
Complementary color
Monochromatic Colors of #132983
Black with #132983
Text Example
Text Example
White with #132983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132983; }
p { color: rgb(19,41,131); }
H1.HeaderClassName
{
color: #132983;
}
.AnyTagClassName
{
color: #132983;
}
</style>
background-color css
<style>
a { background-color: #132983; }
a { background-color: rgb(19,41,131); }
div.DivClassName
{
background-color: #132983;
}
.BgClassName
{
background-color: #132983;
}
</style>
border-color css
<style>
span { border-color: #132983; }
span { border-color: rgb(19,41,131); }
td.TdClassName
{
border-color: #132983;
}
.TagClassName
{
border-color: #132983;
}
</style>