Shades of Midnight Blue #190073
Tints of Midnight Blue #190073
RGB
CMYK
RGB Variations
Color information
#190073 (or 0x190073) is known color: Midnight Blue. HEX triplet: 19, 00 and 73. RGB value is (25,0,115). Sum of RGB (Red+Green+Blue) = 25+0+115=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #190073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190073 is #E6FF8C. Grayscale: #141414. Windows color (decimal): -15138701 or 7536665. OLE color: 7536665.
HSL color Cylindrical-coordinate representation of color #190073: hue angle of 253.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190073 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 0 | 115 | - |
| CMYK | 0.78 | 1 | 0 | 0.55 |
| HSL | 253.04º | 1% | 0.23% | - |
| HSV(B) | 253.04º | 1% | 0.45% | - |
| XYZ | 3.5 | 1.44 | 16.31 | - |
| YUV | 20.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 115 | 0.78 | 1 | 0 | 0.55 | 253.04 | 1 | 0.23 |
| Hex | 19 | 0 | 73 | 4E | 64 | 0 | 37 | FD | 64 | 17 |
| Octal | 31 | 0 | 163 | 116 | 144 | 0 | 67 | 375 | 144 | 27 |
| Binary | 11001 | 0 | 1110011 | 1001110 | 1100100 | 0 | 110111 | 11111101 | 1100100 | 10111 |
Color Harmonies of #190073
Complementary color
Monochromatic Colors of #190073
Black with #190073
Text Example
Text Example
White with #190073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190073; }
p { color: rgb(25,0,115); }
H1.HeaderClassName
{
color: #190073;
}
.AnyTagClassName
{
color: #190073;
}
</style>
background-color css
<style>
a { background-color: #190073; }
a { background-color: rgb(25,0,115); }
div.DivClassName
{
background-color: #190073;
}
.BgClassName
{
background-color: #190073;
}
</style>
border-color css
<style>
span { border-color: #190073; }
span { border-color: rgb(25,0,115); }
td.TdClassName
{
border-color: #190073;
}
.TagClassName
{
border-color: #190073;
}
</style>