Shades of Midnight Blue #190870
Tints of Midnight Blue #190870
RGB
CMYK
RGB Variations
Color information
#190870 (or 0x190870) is known color: Midnight Blue. HEX triplet: 19, 08 and 70. RGB value is (25,8,112). Sum of RGB (Red+Green+Blue) = 25+8+112=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #190870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190870 is #E6F78F. Grayscale: #181818. Windows color (decimal): -15136656 or 7342105. OLE color: 7342105.
HSL color Cylindrical-coordinate representation of color #190870: hue angle of 249.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190870 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 8 | 112 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.56 |
| HSL | 249.81º | 0.87% | 0.24% | - |
| HSV(B) | 249.81º | 0.93% | 0.44% | - |
| XYZ | 3.41 | 1.55 | 15.45 | - |
| YUV | 24.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 112 | 0.78 | 0.93 | 0 | 0.56 | 249.81 | 0.87 | 0.24 |
| Hex | 19 | 8 | 70 | 4E | 5D | 0 | 38 | FA | 57 | 18 |
| Octal | 31 | 10 | 160 | 116 | 135 | 0 | 70 | 372 | 127 | 30 |
| Binary | 11001 | 1000 | 1110000 | 1001110 | 1011101 | 0 | 111000 | 11111010 | 1010111 | 11000 |
Color Harmonies of #190870
Complementary color
Monochromatic Colors of #190870
Black with #190870
Text Example
Text Example
White with #190870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190870; }
p { color: rgb(25,8,112); }
H1.HeaderClassName
{
color: #190870;
}
.AnyTagClassName
{
color: #190870;
}
</style>
background-color css
<style>
a { background-color: #190870; }
a { background-color: rgb(25,8,112); }
div.DivClassName
{
background-color: #190870;
}
.BgClassName
{
background-color: #190870;
}
</style>
border-color css
<style>
span { border-color: #190870; }
span { border-color: rgb(25,8,112); }
td.TdClassName
{
border-color: #190870;
}
.TagClassName
{
border-color: #190870;
}
</style>