Shades of Midnight Blue #19025E
Tints of Midnight Blue #19025E
RGB
CMYK
RGB Variations
Color information
#19025E (or 0x19025E) is known color: Midnight Blue. HEX triplet: 19, 02 and 5E. RGB value is (25,2,94). Sum of RGB (Red+Green+Blue) = 25+2+94=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #19025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19025E is #E6FDA1. Grayscale: #131313. Windows color (decimal): -15138210 or 6160921. OLE color: 6160921.
HSL color Cylindrical-coordinate representation of color #19025E: hue angle of 255º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19025E is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 2 | 94 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.63 |
| HSL | 255º | 0.96% | 0.19% | - |
| HSV(B) | 255º | 0.98% | 0.37% | - |
| XYZ | 2.44 | 1.06 | 10.67 | - |
| YUV | 19.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 94 | 0.73 | 0.98 | 0 | 0.63 | 255 | 0.96 | 0.19 |
| Hex | 19 | 2 | 5E | 49 | 62 | 0 | 3F | FF | 60 | 13 |
| Octal | 31 | 2 | 136 | 111 | 142 | 0 | 77 | 377 | 140 | 23 |
| Binary | 11001 | 10 | 1011110 | 1001001 | 1100010 | 0 | 111111 | 11111111 | 1100000 | 10011 |
Color Harmonies of #19025E
Complementary color
Monochromatic Colors of #19025E
Black with #19025E
Text Example
Text Example
White with #19025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19025E; }
p { color: rgb(25,2,94); }
H1.HeaderClassName
{
color: #19025E;
}
.AnyTagClassName
{
color: #19025E;
}
</style>
background-color css
<style>
a { background-color: #19025E; }
a { background-color: rgb(25,2,94); }
div.DivClassName
{
background-color: #19025E;
}
.BgClassName
{
background-color: #19025E;
}
</style>
border-color css
<style>
span { border-color: #19025E; }
span { border-color: rgb(25,2,94); }
td.TdClassName
{
border-color: #19025E;
}
.TagClassName
{
border-color: #19025E;
}
</style>