Shades of Midnight Blue #192B78
Tints of Midnight Blue #192B78
RGB
CMYK
RGB Variations
Color information
#192B78 (or 0x192B78) is known color: Midnight Blue. HEX triplet: 19, 2B and 78. RGB value is (25,43,120). Sum of RGB (Red+Green+Blue) = 25+43+120=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #192B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B78 is #E6D487. Grayscale: #2E2E2E. Windows color (decimal): -15127688 or 7875353. OLE color: 7875353.
HSL color Cylindrical-coordinate representation of color #192B78: hue angle of 228.63º degrees, saturation: 0.66, 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 #192B78 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 43 | 120 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.53 |
| HSL | 228.63º | 0.66% | 0.28% | - |
| HSV(B) | 228.63º | 0.79% | 0.47% | - |
| XYZ | 4.65 | 3.29 | 18.16 | - |
| YUV | 46.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 120 | 0.79 | 0.64 | 0 | 0.53 | 228.63 | 0.66 | 0.28 |
| Hex | 19 | 2B | 78 | 4F | 40 | 0 | 35 | E5 | 42 | 1C |
| Octal | 31 | 53 | 170 | 117 | 100 | 0 | 65 | 345 | 102 | 34 |
| Binary | 11001 | 101011 | 1111000 | 1001111 | 1000000 | 0 | 110101 | 11100101 | 1000010 | 11100 |
Color Harmonies of #192B78
Complementary color
Monochromatic Colors of #192B78
Black with #192B78
Text Example
Text Example
White with #192B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B78; }
p { color: rgb(25,43,120); }
H1.HeaderClassName
{
color: #192B78;
}
.AnyTagClassName
{
color: #192B78;
}
</style>
background-color css
<style>
a { background-color: #192B78; }
a { background-color: rgb(25,43,120); }
div.DivClassName
{
background-color: #192B78;
}
.BgClassName
{
background-color: #192B78;
}
</style>
border-color css
<style>
span { border-color: #192B78; }
span { border-color: rgb(25,43,120); }
td.TdClassName
{
border-color: #192B78;
}
.TagClassName
{
border-color: #192B78;
}
</style>