Shades of Midnight #193047
Tints of Midnight #193047
RGB
CMYK
RGB Variations
Color information
#193047 (or 0x193047) is known color: Midnight. HEX triplet: 19, 30 and 47. RGB value is (25,48,71). Sum of RGB (Red+Green+Blue) = 25+48+71=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #193047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193047 is #E6CFB8. Grayscale: #2B2B2B. Windows color (decimal): -15126457 or 4665369. OLE color: 4665369.
HSL color Cylindrical-coordinate representation of color #193047: hue angle of 210º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193047 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 48 | 71 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.72 |
| HSL | 210º | 0.48% | 0.19% | - |
| HSV(B) | 210º | 0.65% | 0.28% | - |
| XYZ | 2.6 | 2.78 | 6.36 | - |
| YUV | 43.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 71 | 0.65 | 0.32 | 0 | 0.72 | 210 | 0.48 | 0.19 |
| Hex | 19 | 30 | 47 | 41 | 20 | 0 | 48 | D2 | 30 | 13 |
| Octal | 31 | 60 | 107 | 101 | 40 | 0 | 110 | 322 | 60 | 23 |
| Binary | 11001 | 110000 | 1000111 | 1000001 | 100000 | 0 | 1001000 | 11010010 | 110000 | 10011 |
Color Harmonies of #193047
Complementary color
Monochromatic Colors of #193047
Black with #193047
Text Example
Text Example
White with #193047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193047; }
p { color: rgb(25,48,71); }
H1.HeaderClassName
{
color: #193047;
}
.AnyTagClassName
{
color: #193047;
}
</style>
background-color css
<style>
a { background-color: #193047; }
a { background-color: rgb(25,48,71); }
div.DivClassName
{
background-color: #193047;
}
.BgClassName
{
background-color: #193047;
}
</style>
border-color css
<style>
span { border-color: #193047; }
span { border-color: rgb(25,48,71); }
td.TdClassName
{
border-color: #193047;
}
.TagClassName
{
border-color: #193047;
}
</style>