Shades of Midnight Blue #19005F
Tints of Midnight Blue #19005F
RGB
CMYK
RGB Variations
Color information
#19005F (or 0x19005F) is known color: Midnight Blue. HEX triplet: 19, 00 and 5F. RGB value is (25,0,95). Sum of RGB (Red+Green+Blue) = 25+0+95=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 95 (37.5% from 255 or 79.17% from 120); Max value from RGB is 95 - color contains mainly: blue. Hex color #19005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19005F is #E6FFA0. Grayscale: #111111. Windows color (decimal): -15138721 or 6225945. OLE color: 6225945.
HSL color Cylindrical-coordinate representation of color #19005F: hue angle of 255.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19005F is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 0 | 95 | - |
| CMYK | 0.74 | 1 | 0 | 0.63 |
| HSL | 255.79º | 1% | 0.19% | - |
| HSV(B) | 255.79º | 1% | 0.37% | - |
| XYZ | 2.47 | 1.03 | 10.9 | - |
| YUV | 18.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 95 | 0.74 | 1 | 0 | 0.63 | 255.79 | 1 | 0.19 |
| Hex | 19 | 0 | 5F | 4A | 64 | 0 | 3F | 100 | 64 | 13 |
| Octal | 31 | 0 | 137 | 112 | 144 | 0 | 77 | 400 | 144 | 23 |
| Binary | 11001 | 0 | 1011111 | 1001010 | 1100100 | 0 | 111111 | 100000000 | 1100100 | 10011 |
Color Harmonies of #19005F
Complementary color
Monochromatic Colors of #19005F
Black with #19005F
Text Example
Text Example
White with #19005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19005F; }
p { color: rgb(25,0,95); }
H1.HeaderClassName
{
color: #19005F;
}
.AnyTagClassName
{
color: #19005F;
}
</style>
background-color css
<style>
a { background-color: #19005F; }
a { background-color: rgb(25,0,95); }
div.DivClassName
{
background-color: #19005F;
}
.BgClassName
{
background-color: #19005F;
}
</style>
border-color css
<style>
span { border-color: #19005F; }
span { border-color: rgb(25,0,95); }
td.TdClassName
{
border-color: #19005F;
}
.TagClassName
{
border-color: #19005F;
}
</style>