Shades of Midnight Blue #131E7E
Tints of Midnight Blue #131E7E
RGB
CMYK
RGB Variations
Color information
#131E7E (or 0x131E7E) is known color: Midnight Blue. HEX triplet: 13, 1E and 7E. RGB value is (19,30,126). Sum of RGB (Red+Green+Blue) = 19+30+126=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #131E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E7E is #ECE181. Grayscale: #252525. Windows color (decimal): -15524226 or 8265235. OLE color: 8265235.
HSL color Cylindrical-coordinate representation of color #131E7E: hue angle of 233.83º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131E7E is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 30 | 126 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.51 |
| HSL | 233.83º | 0.74% | 0.28% | - |
| HSV(B) | 233.83º | 0.85% | 0.49% | - |
| XYZ | 4.5 | 2.57 | 20 | - |
| YUV | 37.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 126 | 0.85 | 0.76 | 0 | 0.51 | 233.83 | 0.74 | 0.28 |
| Hex | 13 | 1E | 7E | 55 | 4C | 0 | 33 | EA | 4A | 1C |
| Octal | 23 | 36 | 176 | 125 | 114 | 0 | 63 | 352 | 112 | 34 |
| Binary | 10011 | 11110 | 1111110 | 1010101 | 1001100 | 0 | 110011 | 11101010 | 1001010 | 11100 |
Color Harmonies of #131E7E
Complementary color
Monochromatic Colors of #131E7E
Black with #131E7E
Text Example
Text Example
White with #131E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E7E; }
p { color: rgb(19,30,126); }
H1.HeaderClassName
{
color: #131E7E;
}
.AnyTagClassName
{
color: #131E7E;
}
</style>
background-color css
<style>
a { background-color: #131E7E; }
a { background-color: rgb(19,30,126); }
div.DivClassName
{
background-color: #131E7E;
}
.BgClassName
{
background-color: #131E7E;
}
</style>
border-color css
<style>
span { border-color: #131E7E; }
span { border-color: rgb(19,30,126); }
td.TdClassName
{
border-color: #131E7E;
}
.TagClassName
{
border-color: #131E7E;
}
</style>