Shades of Midnight Blue #190C70
Tints of Midnight Blue #190C70
RGB
CMYK
RGB Variations
Color information
#190C70 (or 0x190C70) is known color: Midnight Blue. HEX triplet: 19, 0C and 70. RGB value is (25,12,112). Sum of RGB (Red+Green+Blue) = 25+12+112=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #190C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C70 is #E6F38F. Grayscale: #1A1A1A. Windows color (decimal): -15135632 or 7343129. OLE color: 7343129.
HSL color Cylindrical-coordinate representation of color #190C70: hue angle of 247.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190C70 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 12 | 112 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.56 |
| HSL | 247.8º | 0.81% | 0.24% | - |
| HSV(B) | 247.8º | 0.89% | 0.44% | - |
| XYZ | 3.46 | 1.64 | 15.46 | - |
| YUV | 27.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 112 | 0.78 | 0.89 | 0 | 0.56 | 247.8 | 0.81 | 0.24 |
| Hex | 19 | C | 70 | 4E | 59 | 0 | 38 | F8 | 51 | 18 |
| Octal | 31 | 14 | 160 | 116 | 131 | 0 | 70 | 370 | 121 | 30 |
| Binary | 11001 | 1100 | 1110000 | 1001110 | 1011001 | 0 | 111000 | 11111000 | 1010001 | 11000 |
Color Harmonies of #190C70
Complementary color
Monochromatic Colors of #190C70
Black with #190C70
Text Example
Text Example
White with #190C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C70; }
p { color: rgb(25,12,112); }
H1.HeaderClassName
{
color: #190C70;
}
.AnyTagClassName
{
color: #190C70;
}
</style>
background-color css
<style>
a { background-color: #190C70; }
a { background-color: rgb(25,12,112); }
div.DivClassName
{
background-color: #190C70;
}
.BgClassName
{
background-color: #190C70;
}
</style>
border-color css
<style>
span { border-color: #190C70; }
span { border-color: rgb(25,12,112); }
td.TdClassName
{
border-color: #190C70;
}
.TagClassName
{
border-color: #190C70;
}
</style>