Shades of Midnight Blue #131959
Tints of Midnight Blue #131959
RGB
CMYK
RGB Variations
Color information
#131959 (or 0x131959) is known color: Midnight Blue. HEX triplet: 13, 19 and 59. RGB value is (19,25,89). Sum of RGB (Red+Green+Blue) = 19+25+89=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #131959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131959 is #ECE6A6. Grayscale: #1E1E1E. Windows color (decimal): -15525543 or 5839123. OLE color: 5839123.
HSL color Cylindrical-coordinate representation of color #131959: hue angle of 234.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131959 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 25 | 89 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.65 |
| HSL | 234.86º | 0.65% | 0.21% | - |
| HSV(B) | 234.86º | 0.79% | 0.35% | - |
| XYZ | 2.42 | 1.55 | 9.62 | - |
| YUV | 30.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 89 | 0.79 | 0.72 | 0 | 0.65 | 234.86 | 0.65 | 0.21 |
| Hex | 13 | 19 | 59 | 4F | 48 | 0 | 41 | EB | 41 | 15 |
| Octal | 23 | 31 | 131 | 117 | 110 | 0 | 101 | 353 | 101 | 25 |
| Binary | 10011 | 11001 | 1011001 | 1001111 | 1001000 | 0 | 1000001 | 11101011 | 1000001 | 10101 |
Color Harmonies of #131959
Complementary color
Monochromatic Colors of #131959
Black with #131959
Text Example
Text Example
White with #131959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131959; }
p { color: rgb(19,25,89); }
H1.HeaderClassName
{
color: #131959;
}
.AnyTagClassName
{
color: #131959;
}
</style>
background-color css
<style>
a { background-color: #131959; }
a { background-color: rgb(19,25,89); }
div.DivClassName
{
background-color: #131959;
}
.BgClassName
{
background-color: #131959;
}
</style>
border-color css
<style>
span { border-color: #131959; }
span { border-color: rgb(19,25,89); }
td.TdClassName
{
border-color: #131959;
}
.TagClassName
{
border-color: #131959;
}
</style>