Shades of Midnight Blue #19115F
Tints of Midnight Blue #19115F
RGB
CMYK
RGB Variations
Color information
#19115F (or 0x19115F) is known color: Midnight Blue. HEX triplet: 19, 11 and 5F. RGB value is (25,17,95). Sum of RGB (Red+Green+Blue) = 25+17+95=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #19115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19115F is #E6EEA0. Grayscale: #1B1B1B. Windows color (decimal): -15134369 or 6230297. OLE color: 6230297.
HSL color Cylindrical-coordinate representation of color #19115F: hue angle of 246.15º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19115F is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 17 | 95 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.63 |
| HSL | 246.15º | 0.7% | 0.22% | - |
| HSV(B) | 246.15º | 0.82% | 0.37% | - |
| XYZ | 2.67 | 1.43 | 10.96 | - |
| YUV | 28.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 95 | 0.74 | 0.82 | 0 | 0.63 | 246.15 | 0.7 | 0.22 |
| Hex | 19 | 11 | 5F | 4A | 52 | 0 | 3F | F6 | 46 | 16 |
| Octal | 31 | 21 | 137 | 112 | 122 | 0 | 77 | 366 | 106 | 26 |
| Binary | 11001 | 10001 | 1011111 | 1001010 | 1010010 | 0 | 111111 | 11110110 | 1000110 | 10110 |
Color Harmonies of #19115F
Complementary color
Monochromatic Colors of #19115F
Black with #19115F
Text Example
Text Example
White with #19115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19115F; }
p { color: rgb(25,17,95); }
H1.HeaderClassName
{
color: #19115F;
}
.AnyTagClassName
{
color: #19115F;
}
</style>
background-color css
<style>
a { background-color: #19115F; }
a { background-color: rgb(25,17,95); }
div.DivClassName
{
background-color: #19115F;
}
.BgClassName
{
background-color: #19115F;
}
</style>
border-color css
<style>
span { border-color: #19115F; }
span { border-color: rgb(25,17,95); }
td.TdClassName
{
border-color: #19115F;
}
.TagClassName
{
border-color: #19115F;
}
</style>