Shades of Midnight Blue #131F6D
Tints of Midnight Blue #131F6D
RGB
CMYK
RGB Variations
Color information
#131F6D (or 0x131F6D) is known color: Midnight Blue. HEX triplet: 13, 1F and 6D. RGB value is (19,31,109). Sum of RGB (Red+Green+Blue) = 19+31+109=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #131F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F6D is #ECE092. Grayscale: #232323. Windows color (decimal): -15523987 or 7151379. OLE color: 7151379.
HSL color Cylindrical-coordinate representation of color #131F6D: hue angle of 232º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131F6D is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 31 | 109 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.57 |
| HSL | 232º | 0.7% | 0.25% | - |
| HSV(B) | 232º | 0.83% | 0.43% | - |
| XYZ | 3.52 | 2.22 | 14.71 | - |
| YUV | 36.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 109 | 0.83 | 0.72 | 0 | 0.57 | 232 | 0.7 | 0.25 |
| Hex | 13 | 1F | 6D | 53 | 48 | 0 | 39 | E8 | 46 | 19 |
| Octal | 23 | 37 | 155 | 123 | 110 | 0 | 71 | 350 | 106 | 31 |
| Binary | 10011 | 11111 | 1101101 | 1010011 | 1001000 | 0 | 111001 | 11101000 | 1000110 | 11001 |
Color Harmonies of #131F6D
Complementary color
Monochromatic Colors of #131F6D
Black with #131F6D
Text Example
Text Example
White with #131F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F6D; }
p { color: rgb(19,31,109); }
H1.HeaderClassName
{
color: #131F6D;
}
.AnyTagClassName
{
color: #131F6D;
}
</style>
background-color css
<style>
a { background-color: #131F6D; }
a { background-color: rgb(19,31,109); }
div.DivClassName
{
background-color: #131F6D;
}
.BgClassName
{
background-color: #131F6D;
}
</style>
border-color css
<style>
span { border-color: #131F6D; }
span { border-color: rgb(19,31,109); }
td.TdClassName
{
border-color: #131F6D;
}
.TagClassName
{
border-color: #131F6D;
}
</style>