Shades of Midnight Blue #131964
Tints of Midnight Blue #131964
RGB
CMYK
RGB Variations
Color information
#131964 (or 0x131964) is known color: Midnight Blue. HEX triplet: 13, 19 and 64. RGB value is (19,25,100). Sum of RGB (Red+Green+Blue) = 19+25+100=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #131964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131964 is #ECE69B. Grayscale: #1F1F1F. Windows color (decimal): -15525532 or 6560019. OLE color: 6560019.
HSL color Cylindrical-coordinate representation of color #131964: hue angle of 235.56º 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 #131964 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 25 | 100 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.61 |
| HSL | 235.56º | 0.68% | 0.23% | - |
| HSV(B) | 235.56º | 0.81% | 0.39% | - |
| XYZ | 2.92 | 1.75 | 12.24 | - |
| YUV | 31.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 100 | 0.81 | 0.75 | 0 | 0.61 | 235.56 | 0.68 | 0.23 |
| Hex | 13 | 19 | 64 | 51 | 4B | 0 | 3D | EC | 44 | 17 |
| Octal | 23 | 31 | 144 | 121 | 113 | 0 | 75 | 354 | 104 | 27 |
| Binary | 10011 | 11001 | 1100100 | 1010001 | 1001011 | 0 | 111101 | 11101100 | 1000100 | 10111 |
Color Harmonies of #131964
Complementary color
Monochromatic Colors of #131964
Black with #131964
Text Example
Text Example
White with #131964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131964; }
p { color: rgb(19,25,100); }
H1.HeaderClassName
{
color: #131964;
}
.AnyTagClassName
{
color: #131964;
}
</style>
background-color css
<style>
a { background-color: #131964; }
a { background-color: rgb(19,25,100); }
div.DivClassName
{
background-color: #131964;
}
.BgClassName
{
background-color: #131964;
}
</style>
border-color css
<style>
span { border-color: #131964; }
span { border-color: rgb(19,25,100); }
td.TdClassName
{
border-color: #131964;
}
.TagClassName
{
border-color: #131964;
}
</style>