Shades of Midnight Blue #131A79
Tints of Midnight Blue #131A79
RGB
CMYK
RGB Variations
Color information
#131A79 (or 0x131A79) is known color: Midnight Blue. HEX triplet: 13, 1A and 79. RGB value is (19,26,121). Sum of RGB (Red+Green+Blue) = 19+26+121=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #131A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A79 is #ECE586. Grayscale: #222222. Windows color (decimal): -15525255 or 7936531. OLE color: 7936531.
HSL color Cylindrical-coordinate representation of color #131A79: hue angle of 235.88º 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 #131A79 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 26 | 121 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.53 |
| HSL | 235.88º | 0.73% | 0.27% | - |
| HSV(B) | 235.88º | 0.84% | 0.47% | - |
| XYZ | 4.09 | 2.26 | 18.31 | - |
| YUV | 34.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 121 | 0.84 | 0.79 | 0 | 0.53 | 235.88 | 0.73 | 0.27 |
| Hex | 13 | 1A | 79 | 54 | 4F | 0 | 35 | EC | 49 | 1B |
| Octal | 23 | 32 | 171 | 124 | 117 | 0 | 65 | 354 | 111 | 33 |
| Binary | 10011 | 11010 | 1111001 | 1010100 | 1001111 | 0 | 110101 | 11101100 | 1001001 | 11011 |
Color Harmonies of #131A79
Complementary color
Monochromatic Colors of #131A79
Black with #131A79
Text Example
Text Example
White with #131A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A79; }
p { color: rgb(19,26,121); }
H1.HeaderClassName
{
color: #131A79;
}
.AnyTagClassName
{
color: #131A79;
}
</style>
background-color css
<style>
a { background-color: #131A79; }
a { background-color: rgb(19,26,121); }
div.DivClassName
{
background-color: #131A79;
}
.BgClassName
{
background-color: #131A79;
}
</style>
border-color css
<style>
span { border-color: #131A79; }
span { border-color: rgb(19,26,121); }
td.TdClassName
{
border-color: #131A79;
}
.TagClassName
{
border-color: #131A79;
}
</style>