Shades of Midnight #192C42
Tints of Midnight #192C42
RGB
CMYK
RGB Variations
Color information
#192C42 (or 0x192C42) is known color: Midnight. HEX triplet: 19, 2C and 42. RGB value is (25,44,66). Sum of RGB (Red+Green+Blue) = 25+44+66=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #192C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C42 is #E6D3BD. Grayscale: #282828. Windows color (decimal): -15127486 or 4336665. OLE color: 4336665.
HSL color Cylindrical-coordinate representation of color #192C42: hue angle of 212.2º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192C42 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 44 | 66 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.74 |
| HSL | 212.2º | 0.45% | 0.18% | - |
| HSV(B) | 212.2º | 0.62% | 0.26% | - |
| XYZ | 2.28 | 2.4 | 5.5 | - |
| YUV | 40.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 66 | 0.62 | 0.33 | 0 | 0.74 | 212.2 | 0.45 | 0.18 |
| Hex | 19 | 2C | 42 | 3E | 21 | 0 | 4A | D4 | 2D | 12 |
| Octal | 31 | 54 | 102 | 76 | 41 | 0 | 112 | 324 | 55 | 22 |
| Binary | 11001 | 101100 | 1000010 | 111110 | 100001 | 0 | 1001010 | 11010100 | 101101 | 10010 |
Color Harmonies of #192C42
Complementary color
Monochromatic Colors of #192C42
Black with #192C42
Text Example
Text Example
White with #192C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C42; }
p { color: rgb(25,44,66); }
H1.HeaderClassName
{
color: #192C42;
}
.AnyTagClassName
{
color: #192C42;
}
</style>
background-color css
<style>
a { background-color: #192C42; }
a { background-color: rgb(25,44,66); }
div.DivClassName
{
background-color: #192C42;
}
.BgClassName
{
background-color: #192C42;
}
</style>
border-color css
<style>
span { border-color: #192C42; }
span { border-color: rgb(25,44,66); }
td.TdClassName
{
border-color: #192C42;
}
.TagClassName
{
border-color: #192C42;
}
</style>