Shades of Midnight Blue #131F70
Tints of Midnight Blue #131F70
RGB
CMYK
RGB Variations
Color information
#131F70 (or 0x131F70) is known color: Midnight Blue. HEX triplet: 13, 1F and 70. RGB value is (19,31,112). Sum of RGB (Red+Green+Blue) = 19+31+112=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #131F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F70 is #ECE08F. Grayscale: #242424. Windows color (decimal): -15523984 or 7347987. OLE color: 7347987.
HSL color Cylindrical-coordinate representation of color #131F70: hue angle of 232.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131F70 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 31 | 112 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.56 |
| HSL | 232.26º | 0.71% | 0.26% | - |
| HSV(B) | 232.26º | 0.83% | 0.44% | - |
| XYZ | 3.68 | 2.29 | 15.58 | - |
| YUV | 36.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 112 | 0.83 | 0.72 | 0 | 0.56 | 232.26 | 0.71 | 0.26 |
| Hex | 13 | 1F | 70 | 53 | 48 | 0 | 38 | E8 | 47 | 1A |
| Octal | 23 | 37 | 160 | 123 | 110 | 0 | 70 | 350 | 107 | 32 |
| Binary | 10011 | 11111 | 1110000 | 1010011 | 1001000 | 0 | 111000 | 11101000 | 1000111 | 11010 |
Color Harmonies of #131F70
Complementary color
Monochromatic Colors of #131F70
Black with #131F70
Text Example
Text Example
White with #131F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F70; }
p { color: rgb(19,31,112); }
H1.HeaderClassName
{
color: #131F70;
}
.AnyTagClassName
{
color: #131F70;
}
</style>
background-color css
<style>
a { background-color: #131F70; }
a { background-color: rgb(19,31,112); }
div.DivClassName
{
background-color: #131F70;
}
.BgClassName
{
background-color: #131F70;
}
</style>
border-color css
<style>
span { border-color: #131F70; }
span { border-color: rgb(19,31,112); }
td.TdClassName
{
border-color: #131F70;
}
.TagClassName
{
border-color: #131F70;
}
</style>