Shades of Midnight Blue #190773
Tints of Midnight Blue #190773
RGB
CMYK
RGB Variations
Color information
#190773 (or 0x190773) is known color: Midnight Blue. HEX triplet: 19, 07 and 73. RGB value is (25,7,115). Sum of RGB (Red+Green+Blue) = 25+7+115=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #190773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190773 is #E6F88C. Grayscale: #181818. Windows color (decimal): -15136909 or 7538457. OLE color: 7538457.
HSL color Cylindrical-coordinate representation of color #190773: hue angle of 250º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190773 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 7 | 115 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.55 |
| HSL | 250º | 0.89% | 0.24% | - |
| HSV(B) | 250º | 0.94% | 0.45% | - |
| XYZ | 3.57 | 1.6 | 16.34 | - |
| YUV | 24.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 115 | 0.78 | 0.94 | 0 | 0.55 | 250 | 0.89 | 0.24 |
| Hex | 19 | 7 | 73 | 4E | 5E | 0 | 37 | FA | 59 | 18 |
| Octal | 31 | 7 | 163 | 116 | 136 | 0 | 67 | 372 | 131 | 30 |
| Binary | 11001 | 111 | 1110011 | 1001110 | 1011110 | 0 | 110111 | 11111010 | 1011001 | 11000 |
Color Harmonies of #190773
Complementary color
Monochromatic Colors of #190773
Black with #190773
Text Example
Text Example
White with #190773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190773; }
p { color: rgb(25,7,115); }
H1.HeaderClassName
{
color: #190773;
}
.AnyTagClassName
{
color: #190773;
}
</style>
background-color css
<style>
a { background-color: #190773; }
a { background-color: rgb(25,7,115); }
div.DivClassName
{
background-color: #190773;
}
.BgClassName
{
background-color: #190773;
}
</style>
border-color css
<style>
span { border-color: #190773; }
span { border-color: rgb(25,7,115); }
td.TdClassName
{
border-color: #190773;
}
.TagClassName
{
border-color: #190773;
}
</style>