Shades of Midnight Blue #19105E
Tints of Midnight Blue #19105E
RGB
CMYK
RGB Variations
Color information
#19105E (or 0x19105E) is known color: Midnight Blue. HEX triplet: 19, 10 and 5E. RGB value is (25,16,94). Sum of RGB (Red+Green+Blue) = 25+16+94=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #19105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19105E is #E6EFA1. Grayscale: #1B1B1B. Windows color (decimal): -15134626 or 6164505. OLE color: 6164505.
HSL color Cylindrical-coordinate representation of color #19105E: hue angle of 246.92º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19105E is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 16 | 94 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.63 |
| HSL | 246.92º | 0.71% | 0.22% | - |
| HSV(B) | 246.92º | 0.83% | 0.37% | - |
| XYZ | 2.61 | 1.39 | 10.72 | - |
| YUV | 27.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 94 | 0.73 | 0.83 | 0 | 0.63 | 246.92 | 0.71 | 0.22 |
| Hex | 19 | 10 | 5E | 49 | 53 | 0 | 3F | F7 | 47 | 16 |
| Octal | 31 | 20 | 136 | 111 | 123 | 0 | 77 | 367 | 107 | 26 |
| Binary | 11001 | 10000 | 1011110 | 1001001 | 1010011 | 0 | 111111 | 11110111 | 1000111 | 10110 |
Color Harmonies of #19105E
Complementary color
Monochromatic Colors of #19105E
Black with #19105E
Text Example
Text Example
White with #19105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19105E; }
p { color: rgb(25,16,94); }
H1.HeaderClassName
{
color: #19105E;
}
.AnyTagClassName
{
color: #19105E;
}
</style>
background-color css
<style>
a { background-color: #19105E; }
a { background-color: rgb(25,16,94); }
div.DivClassName
{
background-color: #19105E;
}
.BgClassName
{
background-color: #19105E;
}
</style>
border-color css
<style>
span { border-color: #19105E; }
span { border-color: rgb(25,16,94); }
td.TdClassName
{
border-color: #19105E;
}
.TagClassName
{
border-color: #19105E;
}
</style>