Shades of Midnight Blue #131963
Tints of Midnight Blue #131963
RGB
CMYK
RGB Variations
Color information
#131963 (or 0x131963) is known color: Midnight Blue. HEX triplet: 13, 19 and 63. RGB value is (19,25,99). Sum of RGB (Red+Green+Blue) = 19+25+99=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #131963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131963 is #ECE69C. Grayscale: #1F1F1F. Windows color (decimal): -15525533 or 6494483. OLE color: 6494483.
HSL color Cylindrical-coordinate representation of color #131963: hue angle of 235.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131963 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 25 | 99 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.61 |
| HSL | 235.5º | 0.68% | 0.23% | - |
| HSV(B) | 235.5º | 0.81% | 0.39% | - |
| XYZ | 2.87 | 1.73 | 11.99 | - |
| YUV | 31.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 99 | 0.81 | 0.75 | 0 | 0.61 | 235.5 | 0.68 | 0.23 |
| Hex | 13 | 19 | 63 | 51 | 4B | 0 | 3D | EC | 44 | 17 |
| Octal | 23 | 31 | 143 | 121 | 113 | 0 | 75 | 354 | 104 | 27 |
| Binary | 10011 | 11001 | 1100011 | 1010001 | 1001011 | 0 | 111101 | 11101100 | 1000100 | 10111 |
Color Harmonies of #131963
Complementary color
Monochromatic Colors of #131963
Black with #131963
Text Example
Text Example
White with #131963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131963; }
p { color: rgb(19,25,99); }
H1.HeaderClassName
{
color: #131963;
}
.AnyTagClassName
{
color: #131963;
}
</style>
background-color css
<style>
a { background-color: #131963; }
a { background-color: rgb(19,25,99); }
div.DivClassName
{
background-color: #131963;
}
.BgClassName
{
background-color: #131963;
}
</style>
border-color css
<style>
span { border-color: #131963; }
span { border-color: rgb(19,25,99); }
td.TdClassName
{
border-color: #131963;
}
.TagClassName
{
border-color: #131963;
}
</style>