Shades of Midnight Blue #19166C
Tints of Midnight Blue #19166C
RGB
CMYK
RGB Variations
Color information
#19166C (or 0x19166C) is known color: Midnight Blue. HEX triplet: 19, 16 and 6C. RGB value is (25,22,108). Sum of RGB (Red+Green+Blue) = 25+22+108=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #19166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19166C is #E6E993. Grayscale: #202020. Windows color (decimal): -15133076 or 7083545. OLE color: 7083545.
HSL color Cylindrical-coordinate representation of color #19166C: hue angle of 242.09º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19166C is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 22 | 108 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.58 |
| HSL | 242.09º | 0.66% | 0.25% | - |
| HSV(B) | 242.09º | 0.8% | 0.42% | - |
| XYZ | 3.39 | 1.86 | 14.37 | - |
| YUV | 32.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 108 | 0.77 | 0.80 | 0 | 0.58 | 242.09 | 0.66 | 0.25 |
| Hex | 19 | 16 | 6C | 4D | 50 | 0 | 3A | F2 | 42 | 19 |
| Octal | 31 | 26 | 154 | 115 | 120 | 0 | 72 | 362 | 102 | 31 |
| Binary | 11001 | 10110 | 1101100 | 1001101 | 1010000 | 0 | 111010 | 11110010 | 1000010 | 11001 |
Color Harmonies of #19166C
Complementary color
Monochromatic Colors of #19166C
Black with #19166C
Text Example
Text Example
White with #19166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19166C; }
p { color: rgb(25,22,108); }
H1.HeaderClassName
{
color: #19166C;
}
.AnyTagClassName
{
color: #19166C;
}
</style>
background-color css
<style>
a { background-color: #19166C; }
a { background-color: rgb(25,22,108); }
div.DivClassName
{
background-color: #19166C;
}
.BgClassName
{
background-color: #19166C;
}
</style>
border-color css
<style>
span { border-color: #19166C; }
span { border-color: rgb(25,22,108); }
td.TdClassName
{
border-color: #19166C;
}
.TagClassName
{
border-color: #19166C;
}
</style>