Shades of Midnight #192D41
Tints of Midnight #192D41
RGB
CMYK
RGB Variations
Color information
#192D41 (or 0x192D41) is known color: Midnight. HEX triplet: 19, 2D and 41. RGB value is (25,45,65). Sum of RGB (Red+Green+Blue) = 25+45+65=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #192D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D41 is #E6D2BE. Grayscale: #292929. Windows color (decimal): -15127231 or 4271385. OLE color: 4271385.
HSL color Cylindrical-coordinate representation of color #192D41: hue angle of 210º 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 #192D41 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 45 | 65 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.75 |
| HSL | 210º | 0.44% | 0.18% | - |
| HSV(B) | 210º | 0.62% | 0.25% | - |
| XYZ | 2.29 | 2.47 | 5.36 | - |
| YUV | 41.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 65 | 0.62 | 0.31 | 0 | 0.75 | 210 | 0.44 | 0.18 |
| Hex | 19 | 2D | 41 | 3E | 1F | 0 | 4B | D2 | 2C | 12 |
| Octal | 31 | 55 | 101 | 76 | 37 | 0 | 113 | 322 | 54 | 22 |
| Binary | 11001 | 101101 | 1000001 | 111110 | 11111 | 0 | 1001011 | 11010010 | 101100 | 10010 |
Color Harmonies of #192D41
Complementary color
Monochromatic Colors of #192D41
Black with #192D41
Text Example
Text Example
White with #192D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D41; }
p { color: rgb(25,45,65); }
H1.HeaderClassName
{
color: #192D41;
}
.AnyTagClassName
{
color: #192D41;
}
</style>
background-color css
<style>
a { background-color: #192D41; }
a { background-color: rgb(25,45,65); }
div.DivClassName
{
background-color: #192D41;
}
.BgClassName
{
background-color: #192D41;
}
</style>
border-color css
<style>
span { border-color: #192D41; }
span { border-color: rgb(25,45,65); }
td.TdClassName
{
border-color: #192D41;
}
.TagClassName
{
border-color: #192D41;
}
</style>