Shades of Midnight Blue #19005A
Tints of Midnight Blue #19005A
RGB
CMYK
RGB Variations
Color information
#19005A (or 0x19005A) is known color: Midnight Blue. HEX triplet: 19, 00 and 5A. RGB value is (25,0,90). Sum of RGB (Red+Green+Blue) = 25+0+90=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #19005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19005A is #E6FFA5. Grayscale: #111111. Windows color (decimal): -15138726 or 5898265. OLE color: 5898265.
HSL color Cylindrical-coordinate representation of color #19005A: hue angle of 256.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19005A is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 0 | 90 | - |
| CMYK | 0.72 | 1 | 0 | 0.65 |
| HSL | 256.67º | 1% | 0.18% | - |
| HSV(B) | 256.67º | 1% | 0.35% | - |
| XYZ | 2.25 | 0.94 | 9.74 | - |
| YUV | 17.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 90 | 0.72 | 1 | 0 | 0.65 | 256.67 | 1 | 0.18 |
| Hex | 19 | 0 | 5A | 48 | 64 | 0 | 41 | 101 | 64 | 12 |
| Octal | 31 | 0 | 132 | 110 | 144 | 0 | 101 | 401 | 144 | 22 |
| Binary | 11001 | 0 | 1011010 | 1001000 | 1100100 | 0 | 1000001 | 100000001 | 1100100 | 10010 |
Color Harmonies of #19005A
Complementary color
Monochromatic Colors of #19005A
Black with #19005A
Text Example
Text Example
White with #19005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19005A; }
p { color: rgb(25,0,90); }
H1.HeaderClassName
{
color: #19005A;
}
.AnyTagClassName
{
color: #19005A;
}
</style>
background-color css
<style>
a { background-color: #19005A; }
a { background-color: rgb(25,0,90); }
div.DivClassName
{
background-color: #19005A;
}
.BgClassName
{
background-color: #19005A;
}
</style>
border-color css
<style>
span { border-color: #19005A; }
span { border-color: rgb(25,0,90); }
td.TdClassName
{
border-color: #19005A;
}
.TagClassName
{
border-color: #19005A;
}
</style>