Shades of Midnight #192F47
Tints of Midnight #192F47
RGB
CMYK
RGB Variations
Color information
#192F47 (or 0x192F47) is known color: Midnight. HEX triplet: 19, 2F and 47. RGB value is (25,47,71). Sum of RGB (Red+Green+Blue) = 25+47+71=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #192F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F47 is #E6D0B8. Grayscale: #2B2B2B. Windows color (decimal): -15126713 or 4665113. OLE color: 4665113.
HSL color Cylindrical-coordinate representation of color #192F47: hue angle of 211.3º 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 #192F47 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 47 | 71 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.72 |
| HSL | 211.3º | 0.48% | 0.19% | - |
| HSV(B) | 211.3º | 0.65% | 0.28% | - |
| XYZ | 2.55 | 2.69 | 6.35 | - |
| YUV | 43.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 71 | 0.65 | 0.34 | 0 | 0.72 | 211.3 | 0.48 | 0.19 |
| Hex | 19 | 2F | 47 | 41 | 22 | 0 | 48 | D3 | 30 | 13 |
| Octal | 31 | 57 | 107 | 101 | 42 | 0 | 110 | 323 | 60 | 23 |
| Binary | 11001 | 101111 | 1000111 | 1000001 | 100010 | 0 | 1001000 | 11010011 | 110000 | 10011 |
Color Harmonies of #192F47
Complementary color
Monochromatic Colors of #192F47
Black with #192F47
Text Example
Text Example
White with #192F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F47; }
p { color: rgb(25,47,71); }
H1.HeaderClassName
{
color: #192F47;
}
.AnyTagClassName
{
color: #192F47;
}
</style>
background-color css
<style>
a { background-color: #192F47; }
a { background-color: rgb(25,47,71); }
div.DivClassName
{
background-color: #192F47;
}
.BgClassName
{
background-color: #192F47;
}
</style>
border-color css
<style>
span { border-color: #192F47; }
span { border-color: rgb(25,47,71); }
td.TdClassName
{
border-color: #192F47;
}
.TagClassName
{
border-color: #192F47;
}
</style>