Shades of Midnight #192F4C
Tints of Midnight #192F4C
RGB
CMYK
RGB Variations
Color information
#192F4C (or 0x192F4C) is known color: Midnight. HEX triplet: 19, 2F and 4C. RGB value is (25,47,76). Sum of RGB (Red+Green+Blue) = 25+47+76=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #192F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F4C is #E6D0B3. Grayscale: #2B2B2B. Windows color (decimal): -15126708 or 4992793. OLE color: 4992793.
HSL color Cylindrical-coordinate representation of color #192F4C: hue angle of 214.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #192F4C is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 47 | 76 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.70 |
| HSL | 214.12º | 0.5% | 0.2% | - |
| HSV(B) | 214.12º | 0.67% | 0.3% | - |
| XYZ | 2.72 | 2.76 | 7.23 | - |
| YUV | 43.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 76 | 0.67 | 0.38 | 0 | 0.70 | 214.12 | 0.5 | 0.2 |
| Hex | 19 | 2F | 4C | 43 | 26 | 0 | 46 | D6 | 32 | 14 |
| Octal | 31 | 57 | 114 | 103 | 46 | 0 | 106 | 326 | 62 | 24 |
| Binary | 11001 | 101111 | 1001100 | 1000011 | 100110 | 0 | 1000110 | 11010110 | 110010 | 10100 |
Color Harmonies of #192F4C
Complementary color
Monochromatic Colors of #192F4C
Black with #192F4C
Text Example
Text Example
White with #192F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F4C; }
p { color: rgb(25,47,76); }
H1.HeaderClassName
{
color: #192F4C;
}
.AnyTagClassName
{
color: #192F4C;
}
</style>
background-color css
<style>
a { background-color: #192F4C; }
a { background-color: rgb(25,47,76); }
div.DivClassName
{
background-color: #192F4C;
}
.BgClassName
{
background-color: #192F4C;
}
</style>
border-color css
<style>
span { border-color: #192F4C; }
span { border-color: rgb(25,47,76); }
td.TdClassName
{
border-color: #192F4C;
}
.TagClassName
{
border-color: #192F4C;
}
</style>