Shades of Midnight Blue #131C79
Tints of Midnight Blue #131C79
RGB
CMYK
RGB Variations
Color information
#131C79 (or 0x131C79) is known color: Midnight Blue. HEX triplet: 13, 1C and 79. RGB value is (19,28,121). Sum of RGB (Red+Green+Blue) = 19+28+121=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #131C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C79 is #ECE386. Grayscale: #232323. Windows color (decimal): -15524743 or 7937043. OLE color: 7937043.
HSL color Cylindrical-coordinate representation of color #131C79: hue angle of 234.71º degrees, saturation: 0.73, 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 #131C79 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 28 | 121 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.53 |
| HSL | 234.71º | 0.73% | 0.27% | - |
| HSV(B) | 234.71º | 0.84% | 0.47% | - |
| XYZ | 4.14 | 2.35 | 18.32 | - |
| YUV | 35.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 121 | 0.84 | 0.77 | 0 | 0.53 | 234.71 | 0.73 | 0.27 |
| Hex | 13 | 1C | 79 | 54 | 4D | 0 | 35 | EB | 49 | 1B |
| Octal | 23 | 34 | 171 | 124 | 115 | 0 | 65 | 353 | 111 | 33 |
| Binary | 10011 | 11100 | 1111001 | 1010100 | 1001101 | 0 | 110101 | 11101011 | 1001001 | 11011 |
Color Harmonies of #131C79
Complementary color
Monochromatic Colors of #131C79
Black with #131C79
Text Example
Text Example
White with #131C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C79; }
p { color: rgb(19,28,121); }
H1.HeaderClassName
{
color: #131C79;
}
.AnyTagClassName
{
color: #131C79;
}
</style>
background-color css
<style>
a { background-color: #131C79; }
a { background-color: rgb(19,28,121); }
div.DivClassName
{
background-color: #131C79;
}
.BgClassName
{
background-color: #131C79;
}
</style>
border-color css
<style>
span { border-color: #131C79; }
span { border-color: rgb(19,28,121); }
td.TdClassName
{
border-color: #131C79;
}
.TagClassName
{
border-color: #131C79;
}
</style>