Shades of Midnight Blue #131E6D
Tints of Midnight Blue #131E6D
RGB
CMYK
RGB Variations
Color information
#131E6D (or 0x131E6D) is known color: Midnight Blue. HEX triplet: 13, 1E and 6D. RGB value is (19,30,109). Sum of RGB (Red+Green+Blue) = 19+30+109=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #131E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6D is #ECE192. Grayscale: #232323. Windows color (decimal): -15524243 or 7151123. OLE color: 7151123.
HSL color Cylindrical-coordinate representation of color #131E6D: hue angle of 232.67º 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 #131E6D is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 30 | 109 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.57 |
| HSL | 232.67º | 0.7% | 0.25% | - |
| HSV(B) | 232.67º | 0.83% | 0.43% | - |
| XYZ | 3.49 | 2.17 | 14.7 | - |
| YUV | 35.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 109 | 0.83 | 0.72 | 0 | 0.57 | 232.67 | 0.7 | 0.25 |
| Hex | 13 | 1E | 6D | 53 | 48 | 0 | 39 | E9 | 46 | 19 |
| Octal | 23 | 36 | 155 | 123 | 110 | 0 | 71 | 351 | 106 | 31 |
| Binary | 10011 | 11110 | 1101101 | 1010011 | 1001000 | 0 | 111001 | 11101001 | 1000110 | 11001 |
Color Harmonies of #131E6D
Complementary color
Monochromatic Colors of #131E6D
Black with #131E6D
Text Example
Text Example
White with #131E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E6D; }
p { color: rgb(19,30,109); }
H1.HeaderClassName
{
color: #131E6D;
}
.AnyTagClassName
{
color: #131E6D;
}
</style>
background-color css
<style>
a { background-color: #131E6D; }
a { background-color: rgb(19,30,109); }
div.DivClassName
{
background-color: #131E6D;
}
.BgClassName
{
background-color: #131E6D;
}
</style>
border-color css
<style>
span { border-color: #131E6D; }
span { border-color: rgb(19,30,109); }
td.TdClassName
{
border-color: #131E6D;
}
.TagClassName
{
border-color: #131E6D;
}
</style>