Shades of Midnight #192F4B
Tints of Midnight #192F4B
RGB
CMYK
RGB Variations
Color information
#192F4B (or 0x192F4B) is known color: Midnight. HEX triplet: 19, 2F and 4B. RGB value is (25,47,75). Sum of RGB (Red+Green+Blue) = 25+47+75=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #192F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F4B is #E6D0B4. Grayscale: #2B2B2B. Windows color (decimal): -15126709 or 4927257. OLE color: 4927257.
HSL color Cylindrical-coordinate representation of color #192F4B: hue angle of 213.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #192F4B is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 47 | 75 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.71 |
| HSL | 213.6º | 0.5% | 0.2% | - |
| HSV(B) | 213.6º | 0.67% | 0.29% | - |
| XYZ | 2.69 | 2.75 | 7.05 | - |
| YUV | 43.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 75 | 0.67 | 0.37 | 0 | 0.71 | 213.6 | 0.5 | 0.2 |
| Hex | 19 | 2F | 4B | 43 | 25 | 0 | 47 | D6 | 32 | 14 |
| Octal | 31 | 57 | 113 | 103 | 45 | 0 | 107 | 326 | 62 | 24 |
| Binary | 11001 | 101111 | 1001011 | 1000011 | 100101 | 0 | 1000111 | 11010110 | 110010 | 10100 |
Color Harmonies of #192F4B
Complementary color
Monochromatic Colors of #192F4B
Black with #192F4B
Text Example
Text Example
White with #192F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F4B; }
p { color: rgb(25,47,75); }
H1.HeaderClassName
{
color: #192F4B;
}
.AnyTagClassName
{
color: #192F4B;
}
</style>
background-color css
<style>
a { background-color: #192F4B; }
a { background-color: rgb(25,47,75); }
div.DivClassName
{
background-color: #192F4B;
}
.BgClassName
{
background-color: #192F4B;
}
</style>
border-color css
<style>
span { border-color: #192F4B; }
span { border-color: rgb(25,47,75); }
td.TdClassName
{
border-color: #192F4B;
}
.TagClassName
{
border-color: #192F4B;
}
</style>