Shades of Midnight #19273D
Tints of Midnight #19273D
RGB
CMYK
RGB Variations
Color information
#19273D (or 0x19273D) is known color: Midnight. HEX triplet: 19, 27 and 3D. RGB value is (25,39,61). Sum of RGB (Red+Green+Blue) = 25+39+61=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #19273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19273D is #E6D8C2. Grayscale: #252525. Windows color (decimal): -15128771 or 4007705. OLE color: 4007705.
HSL color Cylindrical-coordinate representation of color #19273D: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19273D is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 39 | 61 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.76 |
| HSL | 216.67º | 0.42% | 0.17% | - |
| HSV(B) | 216.67º | 0.59% | 0.24% | - |
| XYZ | 1.97 | 1.99 | 4.7 | - |
| YUV | 37.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 61 | 0.59 | 0.36 | 0 | 0.76 | 216.67 | 0.42 | 0.17 |
| Hex | 19 | 27 | 3D | 3B | 24 | 0 | 4C | D9 | 2A | 11 |
| Octal | 31 | 47 | 75 | 73 | 44 | 0 | 114 | 331 | 52 | 21 |
| Binary | 11001 | 100111 | 111101 | 111011 | 100100 | 0 | 1001100 | 11011001 | 101010 | 10001 |
Color Harmonies of #19273D
Complementary color
Monochromatic Colors of #19273D
Black with #19273D
Text Example
Text Example
White with #19273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19273D; }
p { color: rgb(25,39,61); }
H1.HeaderClassName
{
color: #19273D;
}
.AnyTagClassName
{
color: #19273D;
}
</style>
background-color css
<style>
a { background-color: #19273D; }
a { background-color: rgb(25,39,61); }
div.DivClassName
{
background-color: #19273D;
}
.BgClassName
{
background-color: #19273D;
}
</style>
border-color css
<style>
span { border-color: #19273D; }
span { border-color: rgb(25,39,61); }
td.TdClassName
{
border-color: #19273D;
}
.TagClassName
{
border-color: #19273D;
}
</style>