Shades of Midnight Blue #132083
Tints of Midnight Blue #132083
RGB
CMYK
RGB Variations
Color information
#132083 (or 0x132083) is known color: Midnight Blue. HEX triplet: 13, 20 and 83. RGB value is (19,32,131). Sum of RGB (Red+Green+Blue) = 19+32+131=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #132083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132083 is #ECDF7C. Grayscale: #262626. Windows color (decimal): -15523709 or 8593427. OLE color: 8593427.
HSL color Cylindrical-coordinate representation of color #132083: hue angle of 233.04º 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 #132083 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 32 | 131 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.49 |
| HSL | 233.04º | 0.75% | 0.29% | - |
| HSV(B) | 233.04º | 0.85% | 0.51% | - |
| XYZ | 4.88 | 2.81 | 21.76 | - |
| YUV | 39.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 131 | 0.85 | 0.76 | 0 | 0.49 | 233.04 | 0.75 | 0.29 |
| Hex | 13 | 20 | 83 | 55 | 4C | 0 | 31 | E9 | 4B | 1D |
| Octal | 23 | 40 | 203 | 125 | 114 | 0 | 61 | 351 | 113 | 35 |
| Binary | 10011 | 100000 | 10000011 | 1010101 | 1001100 | 0 | 110001 | 11101001 | 1001011 | 11101 |
Color Harmonies of #132083
Complementary color
Monochromatic Colors of #132083
Black with #132083
Text Example
Text Example
White with #132083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132083; }
p { color: rgb(19,32,131); }
H1.HeaderClassName
{
color: #132083;
}
.AnyTagClassName
{
color: #132083;
}
</style>
background-color css
<style>
a { background-color: #132083; }
a { background-color: rgb(19,32,131); }
div.DivClassName
{
background-color: #132083;
}
.BgClassName
{
background-color: #132083;
}
</style>
border-color css
<style>
span { border-color: #132083; }
span { border-color: rgb(19,32,131); }
td.TdClassName
{
border-color: #132083;
}
.TagClassName
{
border-color: #132083;
}
</style>