Shades of Midnight Blue #131463
Tints of Midnight Blue #131463
RGB
CMYK
RGB Variations
Color information
#131463 (or 0x131463) is known color: Midnight Blue. HEX triplet: 13, 14 and 63. RGB value is (19,20,99). Sum of RGB (Red+Green+Blue) = 19+20+99=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #131463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131463 is #ECEB9C. Grayscale: #1C1C1C. Windows color (decimal): -15526813 or 6493203. OLE color: 6493203.
HSL color Cylindrical-coordinate representation of color #131463: hue angle of 239.25º 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 #131463 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 20 | 99 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.61 |
| HSL | 239.25º | 0.68% | 0.23% | - |
| HSV(B) | 239.25º | 0.81% | 0.39% | - |
| XYZ | 2.77 | 1.54 | 11.96 | - |
| YUV | 28.71 | 167.67 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 99 | 0.81 | 0.80 | 0 | 0.61 | 239.25 | 0.68 | 0.23 |
| Hex | 13 | 14 | 63 | 51 | 50 | 0 | 3D | EF | 44 | 17 |
| Octal | 23 | 24 | 143 | 121 | 120 | 0 | 75 | 357 | 104 | 27 |
| Binary | 10011 | 10100 | 1100011 | 1010001 | 1010000 | 0 | 111101 | 11101111 | 1000100 | 10111 |
Color Harmonies of #131463
Complementary color
Monochromatic Colors of #131463
Black with #131463
Text Example
Text Example
White with #131463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131463; }
p { color: rgb(19,20,99); }
H1.HeaderClassName
{
color: #131463;
}
.AnyTagClassName
{
color: #131463;
}
</style>
background-color css
<style>
a { background-color: #131463; }
a { background-color: rgb(19,20,99); }
div.DivClassName
{
background-color: #131463;
}
.BgClassName
{
background-color: #131463;
}
</style>
border-color css
<style>
span { border-color: #131463; }
span { border-color: rgb(19,20,99); }
td.TdClassName
{
border-color: #131463;
}
.TagClassName
{
border-color: #131463;
}
</style>