Shades of Midnight #192B40
Tints of Midnight #192B40
RGB
CMYK
RGB Variations
Color information
#192B40 (or 0x192B40) is known color: Midnight. HEX triplet: 19, 2B and 40. RGB value is (25,43,64). Sum of RGB (Red+Green+Blue) = 25+43+64=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #192B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B40 is #E6D4BF. Grayscale: #272727. Windows color (decimal): -15127744 or 4205337. OLE color: 4205337.
HSL color Cylindrical-coordinate representation of color #192B40: hue angle of 212.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #192B40 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 43 | 64 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.75 |
| HSL | 212.31º | 0.44% | 0.17% | - |
| HSV(B) | 212.31º | 0.61% | 0.25% | - |
| XYZ | 2.19 | 2.3 | 5.18 | - |
| YUV | 40.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 64 | 0.61 | 0.33 | 0 | 0.75 | 212.31 | 0.44 | 0.17 |
| Hex | 19 | 2B | 40 | 3D | 21 | 0 | 4B | D4 | 2C | 11 |
| Octal | 31 | 53 | 100 | 75 | 41 | 0 | 113 | 324 | 54 | 21 |
| Binary | 11001 | 101011 | 1000000 | 111101 | 100001 | 0 | 1001011 | 11010100 | 101100 | 10001 |
Color Harmonies of #192B40
Complementary color
Monochromatic Colors of #192B40
Black with #192B40
Text Example
Text Example
White with #192B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B40; }
p { color: rgb(25,43,64); }
H1.HeaderClassName
{
color: #192B40;
}
.AnyTagClassName
{
color: #192B40;
}
</style>
background-color css
<style>
a { background-color: #192B40; }
a { background-color: rgb(25,43,64); }
div.DivClassName
{
background-color: #192B40;
}
.BgClassName
{
background-color: #192B40;
}
</style>
border-color css
<style>
span { border-color: #192B40; }
span { border-color: rgb(25,43,64); }
td.TdClassName
{
border-color: #192B40;
}
.TagClassName
{
border-color: #192B40;
}
</style>