Shades of Midnight Blue #19016D
Tints of Midnight Blue #19016D
RGB
CMYK
RGB Variations
Color information
#19016D (or 0x19016D) is known color: Midnight Blue. HEX triplet: 19, 01 and 6D. RGB value is (25,1,109). Sum of RGB (Red+Green+Blue) = 25+1+109=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #19016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19016D is #E6FE92. Grayscale: #141414. Windows color (decimal): -15138451 or 7143705. OLE color: 7143705.
HSL color Cylindrical-coordinate representation of color #19016D: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19016D is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 1 | 109 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.57 |
| HSL | 253.33º | 0.98% | 0.22% | - |
| HSV(B) | 253.33º | 0.99% | 0.43% | - |
| XYZ | 3.17 | 1.33 | 14.56 | - |
| YUV | 20.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 109 | 0.77 | 0.99 | 0 | 0.57 | 253.33 | 0.98 | 0.22 |
| Hex | 19 | 1 | 6D | 4D | 63 | 0 | 39 | FD | 62 | 16 |
| Octal | 31 | 1 | 155 | 115 | 143 | 0 | 71 | 375 | 142 | 26 |
| Binary | 11001 | 1 | 1101101 | 1001101 | 1100011 | 0 | 111001 | 11111101 | 1100010 | 10110 |
Color Harmonies of #19016D
Complementary color
Monochromatic Colors of #19016D
Black with #19016D
Text Example
Text Example
White with #19016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19016D; }
p { color: rgb(25,1,109); }
H1.HeaderClassName
{
color: #19016D;
}
.AnyTagClassName
{
color: #19016D;
}
</style>
background-color css
<style>
a { background-color: #19016D; }
a { background-color: rgb(25,1,109); }
div.DivClassName
{
background-color: #19016D;
}
.BgClassName
{
background-color: #19016D;
}
</style>
border-color css
<style>
span { border-color: #19016D; }
span { border-color: rgb(25,1,109); }
td.TdClassName
{
border-color: #19016D;
}
.TagClassName
{
border-color: #19016D;
}
</style>