Shades of Midnight #192638
Tints of Midnight #192638
RGB
CMYK
RGB Variations
Color information
#192638 (or 0x192638) is known color: Midnight. HEX triplet: 19, 26 and 38. RGB value is (25,38,56). Sum of RGB (Red+Green+Blue) = 25+38+56=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #192638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192638 is #E6D9C7. Grayscale: #242424. Windows color (decimal): -15129032 or 3679769. OLE color: 3679769.
HSL color Cylindrical-coordinate representation of color #192638: hue angle of 214.84º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192638 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 38 | 56 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.78 |
| HSL | 214.84º | 0.38% | 0.16% | - |
| HSV(B) | 214.84º | 0.55% | 0.22% | - |
| XYZ | 1.81 | 1.88 | 4.01 | - |
| YUV | 36.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 56 | 0.55 | 0.32 | 0 | 0.78 | 214.84 | 0.38 | 0.16 |
| Hex | 19 | 26 | 38 | 37 | 20 | 0 | 4E | D7 | 26 | 10 |
| Octal | 31 | 46 | 70 | 67 | 40 | 0 | 116 | 327 | 46 | 20 |
| Binary | 11001 | 100110 | 111000 | 110111 | 100000 | 0 | 1001110 | 11010111 | 100110 | 10000 |
Color Harmonies of #192638
Complementary color
Monochromatic Colors of #192638
Black with #192638
Text Example
Text Example
White with #192638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192638; }
p { color: rgb(25,38,56); }
H1.HeaderClassName
{
color: #192638;
}
.AnyTagClassName
{
color: #192638;
}
</style>
background-color css
<style>
a { background-color: #192638; }
a { background-color: rgb(25,38,56); }
div.DivClassName
{
background-color: #192638;
}
.BgClassName
{
background-color: #192638;
}
</style>
border-color css
<style>
span { border-color: #192638; }
span { border-color: rgb(25,38,56); }
td.TdClassName
{
border-color: #192638;
}
.TagClassName
{
border-color: #192638;
}
</style>