Shades of Midnight Blue #130063
Tints of Midnight Blue #130063
RGB
CMYK
RGB Variations
Color information
#130063 (or 0x130063) is known color: Midnight Blue. HEX triplet: 13, 00 and 63. RGB value is (19,0,99). Sum of RGB (Red+Green+Blue) = 19+0+99=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #130063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130063 is #ECFF9C. Grayscale: #101010. Windows color (decimal): -15531933 or 6488083. OLE color: 6488083.
HSL color Cylindrical-coordinate representation of color #130063: hue angle of 251.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130063 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 0 | 99 | - |
| CMYK | 0.81 | 1 | 0 | 0.61 |
| HSL | 251.52º | 1% | 0.19% | - |
| HSV(B) | 251.52º | 1% | 0.39% | - |
| XYZ | 2.52 | 1.04 | 11.87 | - |
| YUV | 16.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 99 | 0.81 | 1 | 0 | 0.61 | 251.52 | 1 | 0.19 |
| Hex | 13 | 0 | 63 | 51 | 64 | 0 | 3D | FC | 64 | 13 |
| Octal | 23 | 0 | 143 | 121 | 144 | 0 | 75 | 374 | 144 | 23 |
| Binary | 10011 | 0 | 1100011 | 1010001 | 1100100 | 0 | 111101 | 11111100 | 1100100 | 10011 |
Color Harmonies of #130063
Complementary color
Monochromatic Colors of #130063
Black with #130063
Text Example
Text Example
White with #130063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130063; }
p { color: rgb(19,0,99); }
H1.HeaderClassName
{
color: #130063;
}
.AnyTagClassName
{
color: #130063;
}
</style>
background-color css
<style>
a { background-color: #130063; }
a { background-color: rgb(19,0,99); }
div.DivClassName
{
background-color: #130063;
}
.BgClassName
{
background-color: #130063;
}
</style>
border-color css
<style>
span { border-color: #130063; }
span { border-color: rgb(19,0,99); }
td.TdClassName
{
border-color: #130063;
}
.TagClassName
{
border-color: #130063;
}
</style>