Shades of Midnight Blue #131F81
Tints of Midnight Blue #131F81
RGB
CMYK
RGB Variations
Color information
#131F81 (or 0x131F81) is known color: Midnight Blue. HEX triplet: 13, 1F and 81. RGB value is (19,31,129). Sum of RGB (Red+Green+Blue) = 19+31+129=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #131F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F81 is #ECE07E. Grayscale: #262626. Windows color (decimal): -15523967 or 8462099. OLE color: 8462099.
HSL color Cylindrical-coordinate representation of color #131F81: hue angle of 233.45º 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 #131F81 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 31 | 129 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.49 |
| HSL | 233.45º | 0.74% | 0.29% | - |
| HSV(B) | 233.45º | 0.85% | 0.51% | - |
| XYZ | 4.72 | 2.7 | 21.04 | - |
| YUV | 38.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 129 | 0.85 | 0.76 | 0 | 0.49 | 233.45 | 0.74 | 0.29 |
| Hex | 13 | 1F | 81 | 55 | 4C | 0 | 31 | E9 | 4A | 1D |
| Octal | 23 | 37 | 201 | 125 | 114 | 0 | 61 | 351 | 112 | 35 |
| Binary | 10011 | 11111 | 10000001 | 1010101 | 1001100 | 0 | 110001 | 11101001 | 1001010 | 11101 |
Color Harmonies of #131F81
Complementary color
Monochromatic Colors of #131F81
Black with #131F81
Text Example
Text Example
White with #131F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F81; }
p { color: rgb(19,31,129); }
H1.HeaderClassName
{
color: #131F81;
}
.AnyTagClassName
{
color: #131F81;
}
</style>
background-color css
<style>
a { background-color: #131F81; }
a { background-color: rgb(19,31,129); }
div.DivClassName
{
background-color: #131F81;
}
.BgClassName
{
background-color: #131F81;
}
</style>
border-color css
<style>
span { border-color: #131F81; }
span { border-color: rgb(19,31,129); }
td.TdClassName
{
border-color: #131F81;
}
.TagClassName
{
border-color: #131F81;
}
</style>