Shades of Midnight Blue #130463
Tints of Midnight Blue #130463
RGB
CMYK
RGB Variations
Color information
#130463 (or 0x130463) is known color: Midnight Blue. HEX triplet: 13, 04 and 63. RGB value is (19,4,99). Sum of RGB (Red+Green+Blue) = 19+4+99=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #130463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130463 is #ECFB9C. Grayscale: #121212. Windows color (decimal): -15530909 or 6489107. OLE color: 6489107.
HSL color Cylindrical-coordinate representation of color #130463: hue angle of 249.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130463 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 4 | 99 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.61 |
| HSL | 249.47º | 0.92% | 0.2% | - |
| HSV(B) | 249.47º | 0.96% | 0.39% | - |
| XYZ | 2.56 | 1.13 | 11.89 | - |
| YUV | 19.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 99 | 0.81 | 0.96 | 0 | 0.61 | 249.47 | 0.92 | 0.2 |
| Hex | 13 | 4 | 63 | 51 | 60 | 0 | 3D | F9 | 5C | 14 |
| Octal | 23 | 4 | 143 | 121 | 140 | 0 | 75 | 371 | 134 | 24 |
| Binary | 10011 | 100 | 1100011 | 1010001 | 1100000 | 0 | 111101 | 11111001 | 1011100 | 10100 |
Color Harmonies of #130463
Complementary color
Monochromatic Colors of #130463
Black with #130463
Text Example
Text Example
White with #130463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130463; }
p { color: rgb(19,4,99); }
H1.HeaderClassName
{
color: #130463;
}
.AnyTagClassName
{
color: #130463;
}
</style>
background-color css
<style>
a { background-color: #130463; }
a { background-color: rgb(19,4,99); }
div.DivClassName
{
background-color: #130463;
}
.BgClassName
{
background-color: #130463;
}
</style>
border-color css
<style>
span { border-color: #130463; }
span { border-color: rgb(19,4,99); }
td.TdClassName
{
border-color: #130463;
}
.TagClassName
{
border-color: #130463;
}
</style>