Shades of Midnight Blue #131F86
Tints of Midnight Blue #131F86
RGB
CMYK
RGB Variations
Color information
#131F86 (or 0x131F86) is known color: Midnight Blue. HEX triplet: 13, 1F and 86. RGB value is (19,31,134). Sum of RGB (Red+Green+Blue) = 19+31+134=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #131F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F86 is #ECE079. Grayscale: #262626. Windows color (decimal): -15523962 or 8789779. OLE color: 8789779.
HSL color Cylindrical-coordinate representation of color #131F86: hue angle of 233.74º 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 #131F86 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 31 | 134 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.47 |
| HSL | 233.74º | 0.75% | 0.3% | - |
| HSV(B) | 233.74º | 0.86% | 0.53% | - |
| XYZ | 5.06 | 2.84 | 22.84 | - |
| YUV | 39.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 134 | 0.86 | 0.77 | 0 | 0.47 | 233.74 | 0.75 | 0.3 |
| Hex | 13 | 1F | 86 | 56 | 4D | 0 | 2F | EA | 4B | 1E |
| Octal | 23 | 37 | 206 | 126 | 115 | 0 | 57 | 352 | 113 | 36 |
| Binary | 10011 | 11111 | 10000110 | 1010110 | 1001101 | 0 | 101111 | 11101010 | 1001011 | 11110 |
Color Harmonies of #131F86
Complementary color
Monochromatic Colors of #131F86
Black with #131F86
Text Example
Text Example
White with #131F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F86; }
p { color: rgb(19,31,134); }
H1.HeaderClassName
{
color: #131F86;
}
.AnyTagClassName
{
color: #131F86;
}
</style>
background-color css
<style>
a { background-color: #131F86; }
a { background-color: rgb(19,31,134); }
div.DivClassName
{
background-color: #131F86;
}
.BgClassName
{
background-color: #131F86;
}
</style>
border-color css
<style>
span { border-color: #131F86; }
span { border-color: rgb(19,31,134); }
td.TdClassName
{
border-color: #131F86;
}
.TagClassName
{
border-color: #131F86;
}
</style>