Shades of Midnight Blue #190470
Tints of Midnight Blue #190470
RGB
CMYK
RGB Variations
Color information
#190470 (or 0x190470) is known color: Midnight Blue. HEX triplet: 19, 04 and 70. RGB value is (25,4,112). Sum of RGB (Red+Green+Blue) = 25+4+112=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #190470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190470 is #E6FB8F. Grayscale: #161616. Windows color (decimal): -15137680 or 7341081. OLE color: 7341081.
HSL color Cylindrical-coordinate representation of color #190470: hue angle of 251.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190470 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 4 | 112 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.56 |
| HSL | 251.67º | 0.93% | 0.23% | - |
| HSV(B) | 251.67º | 0.96% | 0.44% | - |
| XYZ | 3.37 | 1.46 | 15.43 | - |
| YUV | 22.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 112 | 0.78 | 0.96 | 0 | 0.56 | 251.67 | 0.93 | 0.23 |
| Hex | 19 | 4 | 70 | 4E | 60 | 0 | 38 | FC | 5D | 17 |
| Octal | 31 | 4 | 160 | 116 | 140 | 0 | 70 | 374 | 135 | 27 |
| Binary | 11001 | 100 | 1110000 | 1001110 | 1100000 | 0 | 111000 | 11111100 | 1011101 | 10111 |
Color Harmonies of #190470
Complementary color
Monochromatic Colors of #190470
Black with #190470
Text Example
Text Example
White with #190470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190470; }
p { color: rgb(25,4,112); }
H1.HeaderClassName
{
color: #190470;
}
.AnyTagClassName
{
color: #190470;
}
</style>
background-color css
<style>
a { background-color: #190470; }
a { background-color: rgb(25,4,112); }
div.DivClassName
{
background-color: #190470;
}
.BgClassName
{
background-color: #190470;
}
</style>
border-color css
<style>
span { border-color: #190470; }
span { border-color: rgb(25,4,112); }
td.TdClassName
{
border-color: #190470;
}
.TagClassName
{
border-color: #190470;
}
</style>