Shades of Midnight Blue #131A57
Tints of Midnight Blue #131A57
RGB
CMYK
RGB Variations
Color information
#131A57 (or 0x131A57) is known color: Midnight Blue. HEX triplet: 13, 1A and 57. RGB value is (19,26,87). Sum of RGB (Red+Green+Blue) = 19+26+87=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #131A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A57 is #ECE5A8. Grayscale: #1E1E1E. Windows color (decimal): -15525289 or 5708307. OLE color: 5708307.
HSL color Cylindrical-coordinate representation of color #131A57: hue angle of 233.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131A57 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 26 | 87 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.66 |
| HSL | 233.82º | 0.64% | 0.21% | - |
| HSV(B) | 233.82º | 0.78% | 0.34% | - |
| XYZ | 2.36 | 1.57 | 9.19 | - |
| YUV | 30.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 87 | 0.78 | 0.70 | 0 | 0.66 | 233.82 | 0.64 | 0.21 |
| Hex | 13 | 1A | 57 | 4E | 46 | 0 | 42 | EA | 40 | 15 |
| Octal | 23 | 32 | 127 | 116 | 106 | 0 | 102 | 352 | 100 | 25 |
| Binary | 10011 | 11010 | 1010111 | 1001110 | 1000110 | 0 | 1000010 | 11101010 | 1000000 | 10101 |
Color Harmonies of #131A57
Complementary color
Monochromatic Colors of #131A57
Black with #131A57
Text Example
Text Example
White with #131A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A57; }
p { color: rgb(19,26,87); }
H1.HeaderClassName
{
color: #131A57;
}
.AnyTagClassName
{
color: #131A57;
}
</style>
background-color css
<style>
a { background-color: #131A57; }
a { background-color: rgb(19,26,87); }
div.DivClassName
{
background-color: #131A57;
}
.BgClassName
{
background-color: #131A57;
}
</style>
border-color css
<style>
span { border-color: #131A57; }
span { border-color: rgb(19,26,87); }
td.TdClassName
{
border-color: #131A57;
}
.TagClassName
{
border-color: #131A57;
}
</style>