Shades of Midnight Blue #19015A
Tints of Midnight Blue #19015A
RGB
CMYK
RGB Variations
Color information
#19015A (or 0x19015A) is known color: Midnight Blue. HEX triplet: 19, 01 and 5A. RGB value is (25,1,90). Sum of RGB (Red+Green+Blue) = 25+1+90=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #19015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19015A is #E6FEA5. Grayscale: #111111. Windows color (decimal): -15138470 or 5898521. OLE color: 5898521.
HSL color Cylindrical-coordinate representation of color #19015A: hue angle of 256.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19015A is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 1 | 90 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.65 |
| HSL | 256.18º | 0.98% | 0.18% | - |
| HSV(B) | 256.18º | 0.99% | 0.35% | - |
| XYZ | 2.26 | 0.97 | 9.74 | - |
| YUV | 18.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 90 | 0.72 | 0.99 | 0 | 0.65 | 256.18 | 0.98 | 0.18 |
| Hex | 19 | 1 | 5A | 48 | 63 | 0 | 41 | 100 | 62 | 12 |
| Octal | 31 | 1 | 132 | 110 | 143 | 0 | 101 | 400 | 142 | 22 |
| Binary | 11001 | 1 | 1011010 | 1001000 | 1100011 | 0 | 1000001 | 100000000 | 1100010 | 10010 |
Color Harmonies of #19015A
Complementary color
Monochromatic Colors of #19015A
Black with #19015A
Text Example
Text Example
White with #19015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19015A; }
p { color: rgb(25,1,90); }
H1.HeaderClassName
{
color: #19015A;
}
.AnyTagClassName
{
color: #19015A;
}
</style>
background-color css
<style>
a { background-color: #19015A; }
a { background-color: rgb(25,1,90); }
div.DivClassName
{
background-color: #19015A;
}
.BgClassName
{
background-color: #19015A;
}
</style>
border-color css
<style>
span { border-color: #19015A; }
span { border-color: rgb(25,1,90); }
td.TdClassName
{
border-color: #19015A;
}
.TagClassName
{
border-color: #19015A;
}
</style>