Shades of Midnight Blue #192477
Tints of Midnight Blue #192477
RGB
CMYK
RGB Variations
Color information
#192477 (or 0x192477) is known color: Midnight Blue. HEX triplet: 19, 24 and 77. RGB value is (25,36,119). Sum of RGB (Red+Green+Blue) = 25+36+119=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #192477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192477 is #E6DB88. Grayscale: #292929. Windows color (decimal): -15129481 or 7808025. OLE color: 7808025.
HSL color Cylindrical-coordinate representation of color #192477: hue angle of 232.98º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192477 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 36 | 119 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.53 |
| HSL | 232.98º | 0.65% | 0.28% | - |
| HSV(B) | 232.98º | 0.79% | 0.47% | - |
| XYZ | 4.36 | 2.8 | 17.76 | - |
| YUV | 42.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 119 | 0.79 | 0.70 | 0 | 0.53 | 232.98 | 0.65 | 0.28 |
| Hex | 19 | 24 | 77 | 4F | 46 | 0 | 35 | E9 | 41 | 1C |
| Octal | 31 | 44 | 167 | 117 | 106 | 0 | 65 | 351 | 101 | 34 |
| Binary | 11001 | 100100 | 1110111 | 1001111 | 1000110 | 0 | 110101 | 11101001 | 1000001 | 11100 |
Color Harmonies of #192477
Complementary color
Monochromatic Colors of #192477
Black with #192477
Text Example
Text Example
White with #192477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192477; }
p { color: rgb(25,36,119); }
H1.HeaderClassName
{
color: #192477;
}
.AnyTagClassName
{
color: #192477;
}
</style>
background-color css
<style>
a { background-color: #192477; }
a { background-color: rgb(25,36,119); }
div.DivClassName
{
background-color: #192477;
}
.BgClassName
{
background-color: #192477;
}
</style>
border-color css
<style>
span { border-color: #192477; }
span { border-color: rgb(25,36,119); }
td.TdClassName
{
border-color: #192477;
}
.TagClassName
{
border-color: #192477;
}
</style>