Shades of Midnight #192F4D
Tints of Midnight #192F4D
RGB
CMYK
RGB Variations
Color information
#192F4D (or 0x192F4D) is known color: Midnight. HEX triplet: 19, 2F and 4D. RGB value is (25,47,77). Sum of RGB (Red+Green+Blue) = 25+47+77=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #192F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F4D is #E6D0B2. Grayscale: #2B2B2B. Windows color (decimal): -15126707 or 5058329. OLE color: 5058329.
HSL color Cylindrical-coordinate representation of color #192F4D: hue angle of 214.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #192F4D is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 47 | 77 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.70 |
| HSL | 214.62º | 0.51% | 0.2% | - |
| HSV(B) | 214.62º | 0.68% | 0.3% | - |
| XYZ | 2.76 | 2.78 | 7.41 | - |
| YUV | 43.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 77 | 0.68 | 0.39 | 0 | 0.70 | 214.62 | 0.51 | 0.2 |
| Hex | 19 | 2F | 4D | 44 | 27 | 0 | 46 | D7 | 33 | 14 |
| Octal | 31 | 57 | 115 | 104 | 47 | 0 | 106 | 327 | 63 | 24 |
| Binary | 11001 | 101111 | 1001101 | 1000100 | 100111 | 0 | 1000110 | 11010111 | 110011 | 10100 |
Color Harmonies of #192F4D
Complementary color
Monochromatic Colors of #192F4D
Black with #192F4D
Text Example
Text Example
White with #192F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F4D; }
p { color: rgb(25,47,77); }
H1.HeaderClassName
{
color: #192F4D;
}
.AnyTagClassName
{
color: #192F4D;
}
</style>
background-color css
<style>
a { background-color: #192F4D; }
a { background-color: rgb(25,47,77); }
div.DivClassName
{
background-color: #192F4D;
}
.BgClassName
{
background-color: #192F4D;
}
</style>
border-color css
<style>
span { border-color: #192F4D; }
span { border-color: rgb(25,47,77); }
td.TdClassName
{
border-color: #192F4D;
}
.TagClassName
{
border-color: #192F4D;
}
</style>