Shades of Midnight Blue #131D86
Tints of Midnight Blue #131D86
RGB
CMYK
RGB Variations
Color information
#131D86 (or 0x131D86) is known color: Midnight Blue. HEX triplet: 13, 1D and 86. RGB value is (19,29,134). Sum of RGB (Red+Green+Blue) = 19+29+134=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #131D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D86 is #ECE279. Grayscale: #252525. Windows color (decimal): -15524474 or 8789267. OLE color: 8789267.
HSL color Cylindrical-coordinate representation of color #131D86: hue angle of 234.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131D86 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 29 | 134 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.47 |
| HSL | 234.78º | 0.75% | 0.3% | - |
| HSV(B) | 234.78º | 0.86% | 0.53% | - |
| XYZ | 5.01 | 2.74 | 22.82 | - |
| YUV | 37.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 134 | 0.86 | 0.78 | 0 | 0.47 | 234.78 | 0.75 | 0.3 |
| Hex | 13 | 1D | 86 | 56 | 4E | 0 | 2F | EB | 4B | 1E |
| Octal | 23 | 35 | 206 | 126 | 116 | 0 | 57 | 353 | 113 | 36 |
| Binary | 10011 | 11101 | 10000110 | 1010110 | 1001110 | 0 | 101111 | 11101011 | 1001011 | 11110 |
Color Harmonies of #131D86
Complementary color
Monochromatic Colors of #131D86
Black with #131D86
Text Example
Text Example
White with #131D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D86; }
p { color: rgb(19,29,134); }
H1.HeaderClassName
{
color: #131D86;
}
.AnyTagClassName
{
color: #131D86;
}
</style>
background-color css
<style>
a { background-color: #131D86; }
a { background-color: rgb(19,29,134); }
div.DivClassName
{
background-color: #131D86;
}
.BgClassName
{
background-color: #131D86;
}
</style>
border-color css
<style>
span { border-color: #131D86; }
span { border-color: rgb(19,29,134); }
td.TdClassName
{
border-color: #131D86;
}
.TagClassName
{
border-color: #131D86;
}
</style>