Shades of Midnight Blue #19005B
Tints of Midnight Blue #19005B
RGB
CMYK
RGB Variations
Color information
#19005B (or 0x19005B) is known color: Midnight Blue. HEX triplet: 19, 00 and 5B. RGB value is (25,0,91). Sum of RGB (Red+Green+Blue) = 25+0+91=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #19005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19005B is #E6FFA4. Grayscale: #111111. Windows color (decimal): -15138725 or 5963801. OLE color: 5963801.
HSL color Cylindrical-coordinate representation of color #19005B: hue angle of 256.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19005B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 0 | 91 | - |
| CMYK | 0.73 | 1 | 0 | 0.64 |
| HSL | 256.48º | 1% | 0.18% | - |
| HSV(B) | 256.48º | 1% | 0.36% | - |
| XYZ | 2.29 | 0.96 | 9.96 | - |
| YUV | 17.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 91 | 0.73 | 1 | 0 | 0.64 | 256.48 | 1 | 0.18 |
| Hex | 19 | 0 | 5B | 49 | 64 | 0 | 40 | 100 | 64 | 12 |
| Octal | 31 | 0 | 133 | 111 | 144 | 0 | 100 | 400 | 144 | 22 |
| Binary | 11001 | 0 | 1011011 | 1001001 | 1100100 | 0 | 1000000 | 100000000 | 1100100 | 10010 |
Color Harmonies of #19005B
Complementary color
Monochromatic Colors of #19005B
Black with #19005B
Text Example
Text Example
White with #19005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19005B; }
p { color: rgb(25,0,91); }
H1.HeaderClassName
{
color: #19005B;
}
.AnyTagClassName
{
color: #19005B;
}
</style>
background-color css
<style>
a { background-color: #19005B; }
a { background-color: rgb(25,0,91); }
div.DivClassName
{
background-color: #19005B;
}
.BgClassName
{
background-color: #19005B;
}
</style>
border-color css
<style>
span { border-color: #19005B; }
span { border-color: rgb(25,0,91); }
td.TdClassName
{
border-color: #19005B;
}
.TagClassName
{
border-color: #19005B;
}
</style>