Shades of Midnight #192B41
Tints of Midnight #192B41
RGB
CMYK
RGB Variations
Color information
#192B41 (or 0x192B41) is known color: Midnight. HEX triplet: 19, 2B and 41. RGB value is (25,43,65). Sum of RGB (Red+Green+Blue) = 25+43+65=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #192B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B41 is #E6D4BE. Grayscale: #282828. Windows color (decimal): -15127743 or 4270873. OLE color: 4270873.
HSL color Cylindrical-coordinate representation of color #192B41: hue angle of 213º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192B41 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 43 | 65 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.75 |
| HSL | 213º | 0.44% | 0.18% | - |
| HSV(B) | 213º | 0.62% | 0.25% | - |
| XYZ | 2.22 | 2.32 | 5.33 | - |
| YUV | 40.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 65 | 0.62 | 0.34 | 0 | 0.75 | 213 | 0.44 | 0.18 |
| Hex | 19 | 2B | 41 | 3E | 22 | 0 | 4B | D5 | 2C | 12 |
| Octal | 31 | 53 | 101 | 76 | 42 | 0 | 113 | 325 | 54 | 22 |
| Binary | 11001 | 101011 | 1000001 | 111110 | 100010 | 0 | 1001011 | 11010101 | 101100 | 10010 |
Color Harmonies of #192B41
Complementary color
Monochromatic Colors of #192B41
Black with #192B41
Text Example
Text Example
White with #192B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B41; }
p { color: rgb(25,43,65); }
H1.HeaderClassName
{
color: #192B41;
}
.AnyTagClassName
{
color: #192B41;
}
</style>
background-color css
<style>
a { background-color: #192B41; }
a { background-color: rgb(25,43,65); }
div.DivClassName
{
background-color: #192B41;
}
.BgClassName
{
background-color: #192B41;
}
</style>
border-color css
<style>
span { border-color: #192B41; }
span { border-color: rgb(25,43,65); }
td.TdClassName
{
border-color: #192B41;
}
.TagClassName
{
border-color: #192B41;
}
</style>