Shades of Midnight Blue #131982
Tints of Midnight Blue #131982
RGB
CMYK
RGB Variations
Color information
#131982 (or 0x131982) is known color: Midnight Blue. HEX triplet: 13, 19 and 82. RGB value is (19,25,130). Sum of RGB (Red+Green+Blue) = 19+25+130=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #131982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131982 is #ECE67D. Grayscale: #222222. Windows color (decimal): -15525502 or 8526099. OLE color: 8526099.
HSL color Cylindrical-coordinate representation of color #131982: hue angle of 236.76º 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 #131982 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 25 | 130 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.49 |
| HSL | 236.76º | 0.74% | 0.29% | - |
| HSV(B) | 236.76º | 0.85% | 0.51% | - |
| XYZ | 4.65 | 2.45 | 21.35 | - |
| YUV | 35.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 130 | 0.85 | 0.81 | 0 | 0.49 | 236.76 | 0.74 | 0.29 |
| Hex | 13 | 19 | 82 | 55 | 51 | 0 | 31 | ED | 4A | 1D |
| Octal | 23 | 31 | 202 | 125 | 121 | 0 | 61 | 355 | 112 | 35 |
| Binary | 10011 | 11001 | 10000010 | 1010101 | 1010001 | 0 | 110001 | 11101101 | 1001010 | 11101 |
Color Harmonies of #131982
Complementary color
Monochromatic Colors of #131982
Black with #131982
Text Example
Text Example
White with #131982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131982; }
p { color: rgb(19,25,130); }
H1.HeaderClassName
{
color: #131982;
}
.AnyTagClassName
{
color: #131982;
}
</style>
background-color css
<style>
a { background-color: #131982; }
a { background-color: rgb(19,25,130); }
div.DivClassName
{
background-color: #131982;
}
.BgClassName
{
background-color: #131982;
}
</style>
border-color css
<style>
span { border-color: #131982; }
span { border-color: rgb(19,25,130); }
td.TdClassName
{
border-color: #131982;
}
.TagClassName
{
border-color: #131982;
}
</style>