Shades of Midnight Blue #131E76
Tints of Midnight Blue #131E76
RGB
CMYK
RGB Variations
Color information
#131E76 (or 0x131E76) is known color: Midnight Blue. HEX triplet: 13, 1E and 76. RGB value is (19,30,118). Sum of RGB (Red+Green+Blue) = 19+30+118=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #131E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E76 is #ECE189. Grayscale: #242424. Windows color (decimal): -15524234 or 7740947. OLE color: 7740947.
HSL color Cylindrical-coordinate representation of color #131E76: hue angle of 233.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131E76 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 30 | 118 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.54 |
| HSL | 233.33º | 0.72% | 0.27% | - |
| HSV(B) | 233.33º | 0.84% | 0.46% | - |
| XYZ | 4 | 2.38 | 17.39 | - |
| YUV | 36.74 | 173.86 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 118 | 0.84 | 0.75 | 0 | 0.54 | 233.33 | 0.72 | 0.27 |
| Hex | 13 | 1E | 76 | 54 | 4B | 0 | 36 | E9 | 48 | 1B |
| Octal | 23 | 36 | 166 | 124 | 113 | 0 | 66 | 351 | 110 | 33 |
| Binary | 10011 | 11110 | 1110110 | 1010100 | 1001011 | 0 | 110110 | 11101001 | 1001000 | 11011 |
Color Harmonies of #131E76
Complementary color
Monochromatic Colors of #131E76
Black with #131E76
Text Example
Text Example
White with #131E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E76; }
p { color: rgb(19,30,118); }
H1.HeaderClassName
{
color: #131E76;
}
.AnyTagClassName
{
color: #131E76;
}
</style>
background-color css
<style>
a { background-color: #131E76; }
a { background-color: rgb(19,30,118); }
div.DivClassName
{
background-color: #131E76;
}
.BgClassName
{
background-color: #131E76;
}
</style>
border-color css
<style>
span { border-color: #131E76; }
span { border-color: rgb(19,30,118); }
td.TdClassName
{
border-color: #131E76;
}
.TagClassName
{
border-color: #131E76;
}
</style>