Shades of Midnight Blue #131663
Tints of Midnight Blue #131663
RGB
CMYK
RGB Variations
Color information
#131663 (or 0x131663) is known color: Midnight Blue. HEX triplet: 13, 16 and 63. RGB value is (19,22,99). Sum of RGB (Red+Green+Blue) = 19+22+99=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #131663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131663 is #ECE99C. Grayscale: #1D1D1D. Windows color (decimal): -15526301 or 6493715. OLE color: 6493715.
HSL color Cylindrical-coordinate representation of color #131663: hue angle of 237.75º 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 #131663 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 22 | 99 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.61 |
| HSL | 237.75º | 0.68% | 0.23% | - |
| HSV(B) | 237.75º | 0.81% | 0.39% | - |
| XYZ | 2.81 | 1.61 | 11.97 | - |
| YUV | 29.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 99 | 0.81 | 0.78 | 0 | 0.61 | 237.75 | 0.68 | 0.23 |
| Hex | 13 | 16 | 63 | 51 | 4E | 0 | 3D | EE | 44 | 17 |
| Octal | 23 | 26 | 143 | 121 | 116 | 0 | 75 | 356 | 104 | 27 |
| Binary | 10011 | 10110 | 1100011 | 1010001 | 1001110 | 0 | 111101 | 11101110 | 1000100 | 10111 |
Color Harmonies of #131663
Complementary color
Monochromatic Colors of #131663
Black with #131663
Text Example
Text Example
White with #131663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131663; }
p { color: rgb(19,22,99); }
H1.HeaderClassName
{
color: #131663;
}
.AnyTagClassName
{
color: #131663;
}
</style>
background-color css
<style>
a { background-color: #131663; }
a { background-color: rgb(19,22,99); }
div.DivClassName
{
background-color: #131663;
}
.BgClassName
{
background-color: #131663;
}
</style>
border-color css
<style>
span { border-color: #131663; }
span { border-color: rgb(19,22,99); }
td.TdClassName
{
border-color: #131663;
}
.TagClassName
{
border-color: #131663;
}
</style>