Shades of Midnight Blue #131F74
Tints of Midnight Blue #131F74
RGB
CMYK
RGB Variations
Color information
#131F74 (or 0x131F74) is known color: Midnight Blue. HEX triplet: 13, 1F and 74. RGB value is (19,31,116). Sum of RGB (Red+Green+Blue) = 19+31+116=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #131F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F74 is #ECE08B. Grayscale: #242424. Windows color (decimal): -15523980 or 7610131. OLE color: 7610131.
HSL color Cylindrical-coordinate representation of color #131F74: hue angle of 232.58º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131F74 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 31 | 116 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.55 |
| HSL | 232.58º | 0.72% | 0.26% | - |
| HSV(B) | 232.58º | 0.84% | 0.45% | - |
| XYZ | 3.91 | 2.38 | 16.78 | - |
| YUV | 37.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 116 | 0.84 | 0.73 | 0 | 0.55 | 232.58 | 0.72 | 0.26 |
| Hex | 13 | 1F | 74 | 54 | 49 | 0 | 37 | E9 | 48 | 1A |
| Octal | 23 | 37 | 164 | 124 | 111 | 0 | 67 | 351 | 110 | 32 |
| Binary | 10011 | 11111 | 1110100 | 1010100 | 1001001 | 0 | 110111 | 11101001 | 1001000 | 11010 |
Color Harmonies of #131F74
Complementary color
Monochromatic Colors of #131F74
Black with #131F74
Text Example
Text Example
White with #131F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F74; }
p { color: rgb(19,31,116); }
H1.HeaderClassName
{
color: #131F74;
}
.AnyTagClassName
{
color: #131F74;
}
</style>
background-color css
<style>
a { background-color: #131F74; }
a { background-color: rgb(19,31,116); }
div.DivClassName
{
background-color: #131F74;
}
.BgClassName
{
background-color: #131F74;
}
</style>
border-color css
<style>
span { border-color: #131F74; }
span { border-color: rgb(19,31,116); }
td.TdClassName
{
border-color: #131F74;
}
.TagClassName
{
border-color: #131F74;
}
</style>