Shades of Midnight Blue #190063
Tints of Midnight Blue #190063
RGB
CMYK
RGB Variations
Color information
#190063 (or 0x190063) is known color: Midnight Blue. HEX triplet: 19, 00 and 63. RGB value is (25,0,99). Sum of RGB (Red+Green+Blue) = 25+0+99=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #190063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190063 is #E6FF9C. Grayscale: #121212. Windows color (decimal): -15138717 or 6488089. OLE color: 6488089.
HSL color Cylindrical-coordinate representation of color #190063: hue angle of 255.15º 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 #190063 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 0 | 99 | - |
| CMYK | 0.75 | 1 | 0 | 0.61 |
| HSL | 255.15º | 1% | 0.19% | - |
| HSV(B) | 255.15º | 1% | 0.39% | - |
| XYZ | 2.65 | 1.11 | 11.88 | - |
| YUV | 18.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 99 | 0.75 | 1 | 0 | 0.61 | 255.15 | 1 | 0.19 |
| Hex | 19 | 0 | 63 | 4B | 64 | 0 | 3D | FF | 64 | 13 |
| Octal | 31 | 0 | 143 | 113 | 144 | 0 | 75 | 377 | 144 | 23 |
| Binary | 11001 | 0 | 1100011 | 1001011 | 1100100 | 0 | 111101 | 11111111 | 1100100 | 10011 |
Color Harmonies of #190063
Complementary color
Monochromatic Colors of #190063
Black with #190063
Text Example
Text Example
White with #190063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190063; }
p { color: rgb(25,0,99); }
H1.HeaderClassName
{
color: #190063;
}
.AnyTagClassName
{
color: #190063;
}
</style>
background-color css
<style>
a { background-color: #190063; }
a { background-color: rgb(25,0,99); }
div.DivClassName
{
background-color: #190063;
}
.BgClassName
{
background-color: #190063;
}
</style>
border-color css
<style>
span { border-color: #190063; }
span { border-color: rgb(25,0,99); }
td.TdClassName
{
border-color: #190063;
}
.TagClassName
{
border-color: #190063;
}
</style>