Shades of Midnight Blue #19055A
Tints of Midnight Blue #19055A
RGB
CMYK
RGB Variations
Color information
#19055A (or 0x19055A) is known color: Midnight Blue. HEX triplet: 19, 05 and 5A. RGB value is (25,5,90). Sum of RGB (Red+Green+Blue) = 25+5+90=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #19055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19055A is #E6FAA5. Grayscale: #141414. Windows color (decimal): -15137446 or 5899545. OLE color: 5899545.
HSL color Cylindrical-coordinate representation of color #19055A: hue angle of 254.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19055A is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 5 | 90 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.65 |
| HSL | 254.12º | 0.89% | 0.19% | - |
| HSV(B) | 254.12º | 0.94% | 0.35% | - |
| XYZ | 2.3 | 1.05 | 9.75 | - |
| YUV | 20.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 90 | 0.72 | 0.94 | 0 | 0.65 | 254.12 | 0.89 | 0.19 |
| Hex | 19 | 5 | 5A | 48 | 5E | 0 | 41 | FE | 59 | 13 |
| Octal | 31 | 5 | 132 | 110 | 136 | 0 | 101 | 376 | 131 | 23 |
| Binary | 11001 | 101 | 1011010 | 1001000 | 1011110 | 0 | 1000001 | 11111110 | 1011001 | 10011 |
Color Harmonies of #19055A
Complementary color
Monochromatic Colors of #19055A
Black with #19055A
Text Example
Text Example
White with #19055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19055A; }
p { color: rgb(25,5,90); }
H1.HeaderClassName
{
color: #19055A;
}
.AnyTagClassName
{
color: #19055A;
}
</style>
background-color css
<style>
a { background-color: #19055A; }
a { background-color: rgb(25,5,90); }
div.DivClassName
{
background-color: #19055A;
}
.BgClassName
{
background-color: #19055A;
}
</style>
border-color css
<style>
span { border-color: #19055A; }
span { border-color: rgb(25,5,90); }
td.TdClassName
{
border-color: #19055A;
}
.TagClassName
{
border-color: #19055A;
}
</style>