Shades of Midnight Blue #19196C
Tints of Midnight Blue #19196C
RGB
CMYK
RGB Variations
Color information
#19196C (or 0x19196C) is known color: Midnight Blue. HEX triplet: 19, 19 and 6C. RGB value is (25,25,108). Sum of RGB (Red+Green+Blue) = 25+25+108=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #19196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19196C is #E6E693. Grayscale: #222222. Windows color (decimal): -15132308 or 7084313. OLE color: 7084313.
HSL color Cylindrical-coordinate representation of color #19196C: hue angle of 240º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19196C is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 25 | 108 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.58 |
| HSL | 240º | 0.62% | 0.26% | - |
| HSV(B) | 240º | 0.77% | 0.42% | - |
| XYZ | 3.46 | 1.98 | 14.39 | - |
| YUV | 34.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 108 | 0.77 | 0.77 | 0 | 0.58 | 240 | 0.62 | 0.26 |
| Hex | 19 | 19 | 6C | 4D | 4D | 0 | 3A | F0 | 3E | 1A |
| Octal | 31 | 31 | 154 | 115 | 115 | 0 | 72 | 360 | 76 | 32 |
| Binary | 11001 | 11001 | 1101100 | 1001101 | 1001101 | 0 | 111010 | 11110000 | 111110 | 11010 |
Color Harmonies of #19196C
Complementary color
Monochromatic Colors of #19196C
Black with #19196C
Text Example
Text Example
White with #19196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19196C; }
p { color: rgb(25,25,108); }
H1.HeaderClassName
{
color: #19196C;
}
.AnyTagClassName
{
color: #19196C;
}
</style>
background-color css
<style>
a { background-color: #19196C; }
a { background-color: rgb(25,25,108); }
div.DivClassName
{
background-color: #19196C;
}
.BgClassName
{
background-color: #19196C;
}
</style>
border-color css
<style>
span { border-color: #19196C; }
span { border-color: rgb(25,25,108); }
td.TdClassName
{
border-color: #19196C;
}
.TagClassName
{
border-color: #19196C;
}
</style>