Shades of Midnight #19273C
Tints of Midnight #19273C
RGB
CMYK
RGB Variations
Color information
#19273C (or 0x19273C) is known color: Midnight. HEX triplet: 19, 27 and 3C. RGB value is (25,39,60). Sum of RGB (Red+Green+Blue) = 25+39+60=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #19273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19273C is #E6D8C3. Grayscale: #252525. Windows color (decimal): -15128772 or 3942169. OLE color: 3942169.
HSL color Cylindrical-coordinate representation of color #19273C: hue angle of 216º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19273C is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 39 | 60 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.76 |
| HSL | 216º | 0.41% | 0.17% | - |
| HSV(B) | 216º | 0.58% | 0.24% | - |
| XYZ | 1.94 | 1.98 | 4.56 | - |
| YUV | 37.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 60 | 0.58 | 0.35 | 0 | 0.76 | 216 | 0.41 | 0.17 |
| Hex | 19 | 27 | 3C | 3A | 23 | 0 | 4C | D8 | 29 | 11 |
| Octal | 31 | 47 | 74 | 72 | 43 | 0 | 114 | 330 | 51 | 21 |
| Binary | 11001 | 100111 | 111100 | 111010 | 100011 | 0 | 1001100 | 11011000 | 101001 | 10001 |
Color Harmonies of #19273C
Complementary color
Monochromatic Colors of #19273C
Black with #19273C
Text Example
Text Example
White with #19273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19273C; }
p { color: rgb(25,39,60); }
H1.HeaderClassName
{
color: #19273C;
}
.AnyTagClassName
{
color: #19273C;
}
</style>
background-color css
<style>
a { background-color: #19273C; }
a { background-color: rgb(25,39,60); }
div.DivClassName
{
background-color: #19273C;
}
.BgClassName
{
background-color: #19273C;
}
</style>
border-color css
<style>
span { border-color: #19273C; }
span { border-color: rgb(25,39,60); }
td.TdClassName
{
border-color: #19273C;
}
.TagClassName
{
border-color: #19273C;
}
</style>