Shades of Midnight Blue #190270
Tints of Midnight Blue #190270
RGB
CMYK
RGB Variations
Color information
#190270 (or 0x190270) is known color: Midnight Blue. HEX triplet: 19, 02 and 70. RGB value is (25,2,112). Sum of RGB (Red+Green+Blue) = 25+2+112=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #190270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190270 is #E6FD8F. Grayscale: #151515. Windows color (decimal): -15138192 or 7340569. OLE color: 7340569.
HSL color Cylindrical-coordinate representation of color #190270: hue angle of 252.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190270 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 2 | 112 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.56 |
| HSL | 252.55º | 0.96% | 0.22% | - |
| HSV(B) | 252.55º | 0.98% | 0.44% | - |
| XYZ | 3.35 | 1.42 | 15.43 | - |
| YUV | 21.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 112 | 0.78 | 0.98 | 0 | 0.56 | 252.55 | 0.96 | 0.22 |
| Hex | 19 | 2 | 70 | 4E | 62 | 0 | 38 | FD | 60 | 16 |
| Octal | 31 | 2 | 160 | 116 | 142 | 0 | 70 | 375 | 140 | 26 |
| Binary | 11001 | 10 | 1110000 | 1001110 | 1100010 | 0 | 111000 | 11111101 | 1100000 | 10110 |
Color Harmonies of #190270
Complementary color
Monochromatic Colors of #190270
Black with #190270
Text Example
Text Example
White with #190270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190270; }
p { color: rgb(25,2,112); }
H1.HeaderClassName
{
color: #190270;
}
.AnyTagClassName
{
color: #190270;
}
</style>
background-color css
<style>
a { background-color: #190270; }
a { background-color: rgb(25,2,112); }
div.DivClassName
{
background-color: #190270;
}
.BgClassName
{
background-color: #190270;
}
</style>
border-color css
<style>
span { border-color: #190270; }
span { border-color: rgb(25,2,112); }
td.TdClassName
{
border-color: #190270;
}
.TagClassName
{
border-color: #190270;
}
</style>