Shades of Midnight #19304D
Tints of Midnight #19304D
RGB
CMYK
RGB Variations
Color information
#19304D (or 0x19304D) is known color: Midnight. HEX triplet: 19, 30 and 4D. RGB value is (25,48,77). Sum of RGB (Red+Green+Blue) = 25+48+77=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #19304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19304D is #E6CFB2. Grayscale: #2C2C2C. Windows color (decimal): -15126451 or 5058585. OLE color: 5058585.
HSL color Cylindrical-coordinate representation of color #19304D: hue angle of 213.46º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19304D is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 48 | 77 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.70 |
| HSL | 213.46º | 0.51% | 0.2% | - |
| HSV(B) | 213.46º | 0.68% | 0.3% | - |
| XYZ | 2.8 | 2.86 | 7.43 | - |
| YUV | 44.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 77 | 0.68 | 0.38 | 0 | 0.70 | 213.46 | 0.51 | 0.2 |
| Hex | 19 | 30 | 4D | 44 | 26 | 0 | 46 | D5 | 33 | 14 |
| Octal | 31 | 60 | 115 | 104 | 46 | 0 | 106 | 325 | 63 | 24 |
| Binary | 11001 | 110000 | 1001101 | 1000100 | 100110 | 0 | 1000110 | 11010101 | 110011 | 10100 |
Color Harmonies of #19304D
Complementary color
Monochromatic Colors of #19304D
Black with #19304D
Text Example
Text Example
White with #19304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19304D; }
p { color: rgb(25,48,77); }
H1.HeaderClassName
{
color: #19304D;
}
.AnyTagClassName
{
color: #19304D;
}
</style>
background-color css
<style>
a { background-color: #19304D; }
a { background-color: rgb(25,48,77); }
div.DivClassName
{
background-color: #19304D;
}
.BgClassName
{
background-color: #19304D;
}
</style>
border-color css
<style>
span { border-color: #19304D; }
span { border-color: rgb(25,48,77); }
td.TdClassName
{
border-color: #19304D;
}
.TagClassName
{
border-color: #19304D;
}
</style>