Shades of Midnight Blue #19107C
Tints of Midnight Blue #19107C
RGB
CMYK
RGB Variations
Color information
#19107C (or 0x19107C) is known color: Midnight Blue. HEX triplet: 19, 10 and 7C. RGB value is (25,16,124). Sum of RGB (Red+Green+Blue) = 25+16+124=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #19107C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19107C is #E6EF83. Grayscale: #1E1E1E. Windows color (decimal): -15134596 or 8130585. OLE color: 8130585.
HSL color Cylindrical-coordinate representation of color #19107C: hue angle of 245º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19107C is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 16 | 124 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.51 |
| HSL | 245º | 0.77% | 0.27% | - |
| HSV(B) | 245º | 0.87% | 0.49% | - |
| XYZ | 4.22 | 2.03 | 19.24 | - |
| YUV | 31 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 124 | 0.80 | 0.87 | 0 | 0.51 | 245 | 0.77 | 0.27 |
| Hex | 19 | 10 | 7C | 50 | 57 | 0 | 33 | F5 | 4D | 1B |
| Octal | 31 | 20 | 174 | 120 | 127 | 0 | 63 | 365 | 115 | 33 |
| Binary | 11001 | 10000 | 1111100 | 1010000 | 1010111 | 0 | 110011 | 11110101 | 1001101 | 11011 |
Color Harmonies of #19107C
Complementary color
Monochromatic Colors of #19107C
Black with #19107C
Text Example
Text Example
White with #19107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19107C; }
p { color: rgb(25,16,124); }
H1.HeaderClassName
{
color: #19107C;
}
.AnyTagClassName
{
color: #19107C;
}
</style>
background-color css
<style>
a { background-color: #19107C; }
a { background-color: rgb(25,16,124); }
div.DivClassName
{
background-color: #19107C;
}
.BgClassName
{
background-color: #19107C;
}
</style>
border-color css
<style>
span { border-color: #19107C; }
span { border-color: rgb(25,16,124); }
td.TdClassName
{
border-color: #19107C;
}
.TagClassName
{
border-color: #19107C;
}
</style>