Shades of Midnight Blue #19106F
Tints of Midnight Blue #19106F
RGB
CMYK
RGB Variations
Color information
#19106F (or 0x19106F) is known color: Midnight Blue. HEX triplet: 19, 10 and 6F. RGB value is (25,16,111). Sum of RGB (Red+Green+Blue) = 25+16+111=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #19106F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19106F is #E6EF90. Grayscale: #1D1D1D. Windows color (decimal): -15134609 or 7278617. OLE color: 7278617.
HSL color Cylindrical-coordinate representation of color #19106F: hue angle of 245.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19106F is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 16 | 111 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.56 |
| HSL | 245.68º | 0.75% | 0.25% | - |
| HSV(B) | 245.68º | 0.86% | 0.44% | - |
| XYZ | 3.46 | 1.72 | 15.19 | - |
| YUV | 29.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 111 | 0.77 | 0.86 | 0 | 0.56 | 245.68 | 0.75 | 0.25 |
| Hex | 19 | 10 | 6F | 4D | 56 | 0 | 38 | F6 | 4B | 19 |
| Octal | 31 | 20 | 157 | 115 | 126 | 0 | 70 | 366 | 113 | 31 |
| Binary | 11001 | 10000 | 1101111 | 1001101 | 1010110 | 0 | 111000 | 11110110 | 1001011 | 11001 |
Color Harmonies of #19106F
Complementary color
Monochromatic Colors of #19106F
Black with #19106F
Text Example
Text Example
White with #19106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19106F; }
p { color: rgb(25,16,111); }
H1.HeaderClassName
{
color: #19106F;
}
.AnyTagClassName
{
color: #19106F;
}
</style>
background-color css
<style>
a { background-color: #19106F; }
a { background-color: rgb(25,16,111); }
div.DivClassName
{
background-color: #19106F;
}
.BgClassName
{
background-color: #19106F;
}
</style>
border-color css
<style>
span { border-color: #19106F; }
span { border-color: rgb(25,16,111); }
td.TdClassName
{
border-color: #19106F;
}
.TagClassName
{
border-color: #19106F;
}
</style>