Shades of Midnight Blue #19117F
Tints of Midnight Blue #19117F
RGB
CMYK
RGB Variations
Color information
#19117F (or 0x19117F) is known color: Midnight Blue. HEX triplet: 19, 11 and 7F. RGB value is (25,17,127). Sum of RGB (Red+Green+Blue) = 25+17+127=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #19117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19117F is #E6EE80. Grayscale: #1F1F1F. Windows color (decimal): -15134337 or 8327449. OLE color: 8327449.
HSL color Cylindrical-coordinate representation of color #19117F: hue angle of 244.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19117F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 17 | 127 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.50 |
| HSL | 244.36º | 0.76% | 0.28% | - |
| HSV(B) | 244.36º | 0.87% | 0.5% | - |
| XYZ | 4.43 | 2.14 | 20.26 | - |
| YUV | 31.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 127 | 0.80 | 0.87 | 0 | 0.50 | 244.36 | 0.76 | 0.28 |
| Hex | 19 | 11 | 7F | 50 | 57 | 0 | 32 | F4 | 4C | 1C |
| Octal | 31 | 21 | 177 | 120 | 127 | 0 | 62 | 364 | 114 | 34 |
| Binary | 11001 | 10001 | 1111111 | 1010000 | 1010111 | 0 | 110010 | 11110100 | 1001100 | 11100 |
Color Harmonies of #19117F
Complementary color
Monochromatic Colors of #19117F
Black with #19117F
Text Example
Text Example
White with #19117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19117F; }
p { color: rgb(25,17,127); }
H1.HeaderClassName
{
color: #19117F;
}
.AnyTagClassName
{
color: #19117F;
}
</style>
background-color css
<style>
a { background-color: #19117F; }
a { background-color: rgb(25,17,127); }
div.DivClassName
{
background-color: #19117F;
}
.BgClassName
{
background-color: #19117F;
}
</style>
border-color css
<style>
span { border-color: #19117F; }
span { border-color: rgb(25,17,127); }
td.TdClassName
{
border-color: #19117F;
}
.TagClassName
{
border-color: #19117F;
}
</style>