Shades of Midnight Blue #190360
Tints of Midnight Blue #190360
RGB
CMYK
RGB Variations
Color information
#190360 (or 0x190360) is known color: Midnight Blue. HEX triplet: 19, 03 and 60. RGB value is (25,3,96). Sum of RGB (Red+Green+Blue) = 25+3+96=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #190360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190360 is #E6FC9F. Grayscale: #131313. Windows color (decimal): -15137952 or 6292249. OLE color: 6292249.
HSL color Cylindrical-coordinate representation of color #190360: hue angle of 254.19º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190360 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 3 | 96 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.62 |
| HSL | 254.19º | 0.94% | 0.19% | - |
| HSV(B) | 254.19º | 0.97% | 0.38% | - |
| XYZ | 2.54 | 1.12 | 11.15 | - |
| YUV | 20.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 96 | 0.74 | 0.97 | 0 | 0.62 | 254.19 | 0.94 | 0.19 |
| Hex | 19 | 3 | 60 | 4A | 61 | 0 | 3E | FE | 5E | 13 |
| Octal | 31 | 3 | 140 | 112 | 141 | 0 | 76 | 376 | 136 | 23 |
| Binary | 11001 | 11 | 1100000 | 1001010 | 1100001 | 0 | 111110 | 11111110 | 1011110 | 10011 |
Color Harmonies of #190360
Complementary color
Monochromatic Colors of #190360
Black with #190360
Text Example
Text Example
White with #190360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190360; }
p { color: rgb(25,3,96); }
H1.HeaderClassName
{
color: #190360;
}
.AnyTagClassName
{
color: #190360;
}
</style>
background-color css
<style>
a { background-color: #190360; }
a { background-color: rgb(25,3,96); }
div.DivClassName
{
background-color: #190360;
}
.BgClassName
{
background-color: #190360;
}
</style>
border-color css
<style>
span { border-color: #190360; }
span { border-color: rgb(25,3,96); }
td.TdClassName
{
border-color: #190360;
}
.TagClassName
{
border-color: #190360;
}
</style>