Shades of Midnight Blue #131E77
Tints of Midnight Blue #131E77
RGB
CMYK
RGB Variations
Color information
#131E77 (or 0x131E77) is known color: Midnight Blue. HEX triplet: 13, 1E and 77. RGB value is (19,30,119). Sum of RGB (Red+Green+Blue) = 19+30+119=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #131E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E77 is #ECE188. Grayscale: #242424. Windows color (decimal): -15524233 or 7806483. OLE color: 7806483.
HSL color Cylindrical-coordinate representation of color #131E77: hue angle of 233.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131E77 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 30 | 119 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.53 |
| HSL | 233.4º | 0.72% | 0.27% | - |
| HSV(B) | 233.4º | 0.84% | 0.47% | - |
| XYZ | 4.06 | 2.4 | 17.7 | - |
| YUV | 36.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 119 | 0.84 | 0.75 | 0 | 0.53 | 233.4 | 0.72 | 0.27 |
| Hex | 13 | 1E | 77 | 54 | 4B | 0 | 35 | E9 | 48 | 1B |
| Octal | 23 | 36 | 167 | 124 | 113 | 0 | 65 | 351 | 110 | 33 |
| Binary | 10011 | 11110 | 1110111 | 1010100 | 1001011 | 0 | 110101 | 11101001 | 1001000 | 11011 |
Color Harmonies of #131E77
Complementary color
Monochromatic Colors of #131E77
Black with #131E77
Text Example
Text Example
White with #131E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E77; }
p { color: rgb(19,30,119); }
H1.HeaderClassName
{
color: #131E77;
}
.AnyTagClassName
{
color: #131E77;
}
</style>
background-color css
<style>
a { background-color: #131E77; }
a { background-color: rgb(19,30,119); }
div.DivClassName
{
background-color: #131E77;
}
.BgClassName
{
background-color: #131E77;
}
</style>
border-color css
<style>
span { border-color: #131E77; }
span { border-color: rgb(19,30,119); }
td.TdClassName
{
border-color: #131E77;
}
.TagClassName
{
border-color: #131E77;
}
</style>