Shades of Midnight Blue #19105B
Tints of Midnight Blue #19105B
RGB
CMYK
RGB Variations
Color information
#19105B (or 0x19105B) is known color: Midnight Blue. HEX triplet: 19, 10 and 5B. RGB value is (25,16,91). Sum of RGB (Red+Green+Blue) = 25+16+91=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #19105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19105B is #E6EFA4. Grayscale: #1A1A1A. Windows color (decimal): -15134629 or 5967897. OLE color: 5967897.
HSL color Cylindrical-coordinate representation of color #19105B: hue angle of 247.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19105B is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 16 | 91 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.64 |
| HSL | 247.2º | 0.7% | 0.21% | - |
| HSV(B) | 247.2º | 0.82% | 0.36% | - |
| XYZ | 2.47 | 1.33 | 10.02 | - |
| YUV | 27.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 91 | 0.73 | 0.82 | 0 | 0.64 | 247.2 | 0.7 | 0.21 |
| Hex | 19 | 10 | 5B | 49 | 52 | 0 | 40 | F7 | 46 | 15 |
| Octal | 31 | 20 | 133 | 111 | 122 | 0 | 100 | 367 | 106 | 25 |
| Binary | 11001 | 10000 | 1011011 | 1001001 | 1010010 | 0 | 1000000 | 11110111 | 1000110 | 10101 |
Color Harmonies of #19105B
Complementary color
Monochromatic Colors of #19105B
Black with #19105B
Text Example
Text Example
White with #19105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19105B; }
p { color: rgb(25,16,91); }
H1.HeaderClassName
{
color: #19105B;
}
.AnyTagClassName
{
color: #19105B;
}
</style>
background-color css
<style>
a { background-color: #19105B; }
a { background-color: rgb(25,16,91); }
div.DivClassName
{
background-color: #19105B;
}
.BgClassName
{
background-color: #19105B;
}
</style>
border-color css
<style>
span { border-color: #19105B; }
span { border-color: rgb(25,16,91); }
td.TdClassName
{
border-color: #19105B;
}
.TagClassName
{
border-color: #19105B;
}
</style>