Shades of Midnight Blue #19066C
Tints of Midnight Blue #19066C
RGB
CMYK
RGB Variations
Color information
#19066C (or 0x19066C) is known color: Midnight Blue. HEX triplet: 19, 06 and 6C. RGB value is (25,6,108). Sum of RGB (Red+Green+Blue) = 25+6+108=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #19066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19066C is #E6F993. Grayscale: #161616. Windows color (decimal): -15137172 or 7079449. OLE color: 7079449.
HSL color Cylindrical-coordinate representation of color #19066C: hue angle of 251.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19066C is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 6 | 108 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.58 |
| HSL | 251.18º | 0.89% | 0.22% | - |
| HSV(B) | 251.18º | 0.94% | 0.42% | - |
| XYZ | 3.17 | 1.42 | 14.29 | - |
| YUV | 23.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 108 | 0.77 | 0.94 | 0 | 0.58 | 251.18 | 0.89 | 0.22 |
| Hex | 19 | 6 | 6C | 4D | 5E | 0 | 3A | FB | 59 | 16 |
| Octal | 31 | 6 | 154 | 115 | 136 | 0 | 72 | 373 | 131 | 26 |
| Binary | 11001 | 110 | 1101100 | 1001101 | 1011110 | 0 | 111010 | 11111011 | 1011001 | 10110 |
Color Harmonies of #19066C
Complementary color
Monochromatic Colors of #19066C
Black with #19066C
Text Example
Text Example
White with #19066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19066C; }
p { color: rgb(25,6,108); }
H1.HeaderClassName
{
color: #19066C;
}
.AnyTagClassName
{
color: #19066C;
}
</style>
background-color css
<style>
a { background-color: #19066C; }
a { background-color: rgb(25,6,108); }
div.DivClassName
{
background-color: #19066C;
}
.BgClassName
{
background-color: #19066C;
}
</style>
border-color css
<style>
span { border-color: #19066C; }
span { border-color: rgb(25,6,108); }
td.TdClassName
{
border-color: #19066C;
}
.TagClassName
{
border-color: #19066C;
}
</style>