Shades of Midnight Blue #19015B
Tints of Midnight Blue #19015B
RGB
CMYK
RGB Variations
Color information
#19015B (or 0x19015B) is known color: Midnight Blue. HEX triplet: 19, 01 and 5B. RGB value is (25,1,91). Sum of RGB (Red+Green+Blue) = 25+1+91=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #19015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19015B is #E6FEA4. Grayscale: #121212. Windows color (decimal): -15138469 or 5964057. OLE color: 5964057.
HSL color Cylindrical-coordinate representation of color #19015B: hue angle of 256º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19015B is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 1 | 91 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.64 |
| HSL | 256º | 0.98% | 0.18% | - |
| HSV(B) | 256º | 0.99% | 0.36% | - |
| XYZ | 2.3 | 0.98 | 9.97 | - |
| YUV | 18.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 91 | 0.73 | 0.99 | 0 | 0.64 | 256 | 0.98 | 0.18 |
| Hex | 19 | 1 | 5B | 49 | 63 | 0 | 40 | 100 | 62 | 12 |
| Octal | 31 | 1 | 133 | 111 | 143 | 0 | 100 | 400 | 142 | 22 |
| Binary | 11001 | 1 | 1011011 | 1001001 | 1100011 | 0 | 1000000 | 100000000 | 1100010 | 10010 |
Color Harmonies of #19015B
Complementary color
Monochromatic Colors of #19015B
Black with #19015B
Text Example
Text Example
White with #19015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19015B; }
p { color: rgb(25,1,91); }
H1.HeaderClassName
{
color: #19015B;
}
.AnyTagClassName
{
color: #19015B;
}
</style>
background-color css
<style>
a { background-color: #19015B; }
a { background-color: rgb(25,1,91); }
div.DivClassName
{
background-color: #19015B;
}
.BgClassName
{
background-color: #19015B;
}
</style>
border-color css
<style>
span { border-color: #19015B; }
span { border-color: rgb(25,1,91); }
td.TdClassName
{
border-color: #19015B;
}
.TagClassName
{
border-color: #19015B;
}
</style>