Shades of Midnight Blue #131966
Tints of Midnight Blue #131966
RGB
CMYK
RGB Variations
Color information
#131966 (or 0x131966) is known color: Midnight Blue. HEX triplet: 13, 19 and 66. RGB value is (19,25,102). Sum of RGB (Red+Green+Blue) = 19+25+102=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #131966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131966 is #ECE699. Grayscale: #1F1F1F. Windows color (decimal): -15525530 or 6691091. OLE color: 6691091.
HSL color Cylindrical-coordinate representation of color #131966: hue angle of 235.66º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131966 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 25 | 102 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.6 |
| HSL | 235.66º | 0.69% | 0.24% | - |
| HSV(B) | 235.66º | 0.81% | 0.4% | - |
| XYZ | 3.01 | 1.79 | 12.76 | - |
| YUV | 31.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 102 | 0.81 | 0.75 | 0 | 0.6 | 235.66 | 0.69 | 0.24 |
| Hex | 13 | 19 | 66 | 51 | 4B | 0 | 3C | EC | 45 | 18 |
| Octal | 23 | 31 | 146 | 121 | 113 | 0 | 74 | 354 | 105 | 30 |
| Binary | 10011 | 11001 | 1100110 | 1010001 | 1001011 | 0 | 111100 | 11101100 | 1000101 | 11000 |
Color Harmonies of #131966
Complementary color
Monochromatic Colors of #131966
Black with #131966
Text Example
Text Example
White with #131966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131966; }
p { color: rgb(19,25,102); }
H1.HeaderClassName
{
color: #131966;
}
.AnyTagClassName
{
color: #131966;
}
</style>
background-color css
<style>
a { background-color: #131966; }
a { background-color: rgb(19,25,102); }
div.DivClassName
{
background-color: #131966;
}
.BgClassName
{
background-color: #131966;
}
</style>
border-color css
<style>
span { border-color: #131966; }
span { border-color: rgb(19,25,102); }
td.TdClassName
{
border-color: #131966;
}
.TagClassName
{
border-color: #131966;
}
</style>