Shades of Midnight Blue #132482
Tints of Midnight Blue #132482
RGB
CMYK
RGB Variations
Color information
#132482 (or 0x132482) is known color: Midnight Blue. HEX triplet: 13, 24 and 82. RGB value is (19,36,130). Sum of RGB (Red+Green+Blue) = 19+36+130=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #132482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132482 is #ECDB7D. Grayscale: #292929. Windows color (decimal): -15522686 or 8528915. OLE color: 8528915.
HSL color Cylindrical-coordinate representation of color #132482: hue angle of 230.81º degrees, saturation: 0.74, 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 #132482 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 36 | 130 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.49 |
| HSL | 230.81º | 0.74% | 0.29% | - |
| HSV(B) | 230.81º | 0.85% | 0.51% | - |
| XYZ | 4.93 | 3.01 | 21.44 | - |
| YUV | 41.63 | 177.87 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 130 | 0.85 | 0.72 | 0 | 0.49 | 230.81 | 0.74 | 0.29 |
| Hex | 13 | 24 | 82 | 55 | 48 | 0 | 31 | E7 | 4A | 1D |
| Octal | 23 | 44 | 202 | 125 | 110 | 0 | 61 | 347 | 112 | 35 |
| Binary | 10011 | 100100 | 10000010 | 1010101 | 1001000 | 0 | 110001 | 11100111 | 1001010 | 11101 |
Color Harmonies of #132482
Complementary color
Monochromatic Colors of #132482
Black with #132482
Text Example
Text Example
White with #132482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132482; }
p { color: rgb(19,36,130); }
H1.HeaderClassName
{
color: #132482;
}
.AnyTagClassName
{
color: #132482;
}
</style>
background-color css
<style>
a { background-color: #132482; }
a { background-color: rgb(19,36,130); }
div.DivClassName
{
background-color: #132482;
}
.BgClassName
{
background-color: #132482;
}
</style>
border-color css
<style>
span { border-color: #132482; }
span { border-color: rgb(19,36,130); }
td.TdClassName
{
border-color: #132482;
}
.TagClassName
{
border-color: #132482;
}
</style>