Shades of Midnight Blue #19186C
Tints of Midnight Blue #19186C
RGB
CMYK
RGB Variations
Color information
#19186C (or 0x19186C) is known color: Midnight Blue. HEX triplet: 19, 18 and 6C. RGB value is (25,24,108). Sum of RGB (Red+Green+Blue) = 25+24+108=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #19186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19186C is #E6E793. Grayscale: #212121. Windows color (decimal): -15132564 or 7084057. OLE color: 7084057.
HSL color Cylindrical-coordinate representation of color #19186C: hue angle of 240.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19186C is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 24 | 108 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.58 |
| HSL | 240.71º | 0.64% | 0.26% | - |
| HSV(B) | 240.71º | 0.78% | 0.42% | - |
| XYZ | 3.43 | 1.94 | 14.38 | - |
| YUV | 33.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 108 | 0.77 | 0.78 | 0 | 0.58 | 240.71 | 0.64 | 0.26 |
| Hex | 19 | 18 | 6C | 4D | 4E | 0 | 3A | F1 | 40 | 1A |
| Octal | 31 | 30 | 154 | 115 | 116 | 0 | 72 | 361 | 100 | 32 |
| Binary | 11001 | 11000 | 1101100 | 1001101 | 1001110 | 0 | 111010 | 11110001 | 1000000 | 11010 |
Color Harmonies of #19186C
Complementary color
Monochromatic Colors of #19186C
Black with #19186C
Text Example
Text Example
White with #19186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19186C; }
p { color: rgb(25,24,108); }
H1.HeaderClassName
{
color: #19186C;
}
.AnyTagClassName
{
color: #19186C;
}
</style>
background-color css
<style>
a { background-color: #19186C; }
a { background-color: rgb(25,24,108); }
div.DivClassName
{
background-color: #19186C;
}
.BgClassName
{
background-color: #19186C;
}
</style>
border-color css
<style>
span { border-color: #19186C; }
span { border-color: rgb(25,24,108); }
td.TdClassName
{
border-color: #19186C;
}
.TagClassName
{
border-color: #19186C;
}
</style>