Shades of Midnight Blue #190358
Tints of Midnight Blue #190358
RGB
CMYK
RGB Variations
Color information
#190358 (or 0x190358) is known color: Midnight Blue. HEX triplet: 19, 03 and 58. RGB value is (25,3,88). Sum of RGB (Red+Green+Blue) = 25+3+88=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #190358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190358 is #E6FCA7. Grayscale: #121212. Windows color (decimal): -15137960 or 5767961. OLE color: 5767961.
HSL color Cylindrical-coordinate representation of color #190358: hue angle of 255.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190358 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 3 | 88 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.65 |
| HSL | 255.53º | 0.93% | 0.18% | - |
| HSV(B) | 255.53º | 0.97% | 0.35% | - |
| XYZ | 2.19 | 0.98 | 9.31 | - |
| YUV | 19.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 88 | 0.72 | 0.97 | 0 | 0.65 | 255.53 | 0.93 | 0.18 |
| Hex | 19 | 3 | 58 | 48 | 61 | 0 | 41 | 100 | 5D | 12 |
| Octal | 31 | 3 | 130 | 110 | 141 | 0 | 101 | 400 | 135 | 22 |
| Binary | 11001 | 11 | 1011000 | 1001000 | 1100001 | 0 | 1000001 | 100000000 | 1011101 | 10010 |
Color Harmonies of #190358
Complementary color
Monochromatic Colors of #190358
Black with #190358
Text Example
Text Example
White with #190358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190358; }
p { color: rgb(25,3,88); }
H1.HeaderClassName
{
color: #190358;
}
.AnyTagClassName
{
color: #190358;
}
</style>
background-color css
<style>
a { background-color: #190358; }
a { background-color: rgb(25,3,88); }
div.DivClassName
{
background-color: #190358;
}
.BgClassName
{
background-color: #190358;
}
</style>
border-color css
<style>
span { border-color: #190358; }
span { border-color: rgb(25,3,88); }
td.TdClassName
{
border-color: #190358;
}
.TagClassName
{
border-color: #190358;
}
</style>