Shades of Midnight Blue #190259
Tints of Midnight Blue #190259
RGB
CMYK
RGB Variations
Color information
#190259 (or 0x190259) is known color: Midnight Blue. HEX triplet: 19, 02 and 59. RGB value is (25,2,89). Sum of RGB (Red+Green+Blue) = 25+2+89=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #190259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190259 is #E6FDA6. Grayscale: #121212. Windows color (decimal): -15138215 or 5833241. OLE color: 5833241.
HSL color Cylindrical-coordinate representation of color #190259: hue angle of 255.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190259 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 2 | 89 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.65 |
| HSL | 255.86º | 0.96% | 0.18% | - |
| HSV(B) | 255.86º | 0.98% | 0.35% | - |
| XYZ | 2.23 | 0.97 | 9.52 | - |
| YUV | 18.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 89 | 0.72 | 0.98 | 0 | 0.65 | 255.86 | 0.96 | 0.18 |
| Hex | 19 | 2 | 59 | 48 | 62 | 0 | 41 | 100 | 60 | 12 |
| Octal | 31 | 2 | 131 | 110 | 142 | 0 | 101 | 400 | 140 | 22 |
| Binary | 11001 | 10 | 1011001 | 1001000 | 1100010 | 0 | 1000001 | 100000000 | 1100000 | 10010 |
Color Harmonies of #190259
Complementary color
Monochromatic Colors of #190259
Black with #190259
Text Example
Text Example
White with #190259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190259; }
p { color: rgb(25,2,89); }
H1.HeaderClassName
{
color: #190259;
}
.AnyTagClassName
{
color: #190259;
}
</style>
background-color css
<style>
a { background-color: #190259; }
a { background-color: rgb(25,2,89); }
div.DivClassName
{
background-color: #190259;
}
.BgClassName
{
background-color: #190259;
}
</style>
border-color css
<style>
span { border-color: #190259; }
span { border-color: rgb(25,2,89); }
td.TdClassName
{
border-color: #190259;
}
.TagClassName
{
border-color: #190259;
}
</style>