Shades of Midnight Blue #131276
Tints of Midnight Blue #131276
RGB
CMYK
RGB Variations
Color information
#131276 (or 0x131276) is known color: Midnight Blue. HEX triplet: 13, 12 and 76. RGB value is (19,18,118). Sum of RGB (Red+Green+Blue) = 19+18+118=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #131276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131276 is #ECED89. Grayscale: #1D1D1D. Windows color (decimal): -15527306 or 7737875. OLE color: 7737875.
HSL color Cylindrical-coordinate representation of color #131276: hue angle of 240.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131276 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 18 | 118 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.54 |
| HSL | 240.6º | 0.74% | 0.27% | - |
| HSV(B) | 240.6º | 0.85% | 0.46% | - |
| XYZ | 3.75 | 1.88 | 17.3 | - |
| YUV | 29.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 118 | 0.84 | 0.85 | 0 | 0.54 | 240.6 | 0.74 | 0.27 |
| Hex | 13 | 12 | 76 | 54 | 55 | 0 | 36 | F1 | 4A | 1B |
| Octal | 23 | 22 | 166 | 124 | 125 | 0 | 66 | 361 | 112 | 33 |
| Binary | 10011 | 10010 | 1110110 | 1010100 | 1010101 | 0 | 110110 | 11110001 | 1001010 | 11011 |
Color Harmonies of #131276
Complementary color
Monochromatic Colors of #131276
Black with #131276
Text Example
Text Example
White with #131276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131276; }
p { color: rgb(19,18,118); }
H1.HeaderClassName
{
color: #131276;
}
.AnyTagClassName
{
color: #131276;
}
</style>
background-color css
<style>
a { background-color: #131276; }
a { background-color: rgb(19,18,118); }
div.DivClassName
{
background-color: #131276;
}
.BgClassName
{
background-color: #131276;
}
</style>
border-color css
<style>
span { border-color: #131276; }
span { border-color: rgb(19,18,118); }
td.TdClassName
{
border-color: #131276;
}
.TagClassName
{
border-color: #131276;
}
</style>