Shades of Midnight Blue #192078
Tints of Midnight Blue #192078
RGB
CMYK
RGB Variations
Color information
#192078 (or 0x192078) is known color: Midnight Blue. HEX triplet: 19, 20 and 78. RGB value is (25,32,120). Sum of RGB (Red+Green+Blue) = 25+32+120=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #192078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192078 is #E6DF87. Grayscale: #272727. Windows color (decimal): -15130504 or 7872537. OLE color: 7872537.
HSL color Cylindrical-coordinate representation of color #192078: hue angle of 235.58º 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 #192078 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 32 | 120 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.53 |
| HSL | 235.58º | 0.66% | 0.28% | - |
| HSV(B) | 235.58º | 0.79% | 0.47% | - |
| XYZ | 4.31 | 2.6 | 18.04 | - |
| YUV | 39.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 120 | 0.79 | 0.73 | 0 | 0.53 | 235.58 | 0.66 | 0.28 |
| Hex | 19 | 20 | 78 | 4F | 49 | 0 | 35 | EC | 42 | 1C |
| Octal | 31 | 40 | 170 | 117 | 111 | 0 | 65 | 354 | 102 | 34 |
| Binary | 11001 | 100000 | 1111000 | 1001111 | 1001001 | 0 | 110101 | 11101100 | 1000010 | 11100 |
Color Harmonies of #192078
Complementary color
Monochromatic Colors of #192078
Black with #192078
Text Example
Text Example
White with #192078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192078; }
p { color: rgb(25,32,120); }
H1.HeaderClassName
{
color: #192078;
}
.AnyTagClassName
{
color: #192078;
}
</style>
background-color css
<style>
a { background-color: #192078; }
a { background-color: rgb(25,32,120); }
div.DivClassName
{
background-color: #192078;
}
.BgClassName
{
background-color: #192078;
}
</style>
border-color css
<style>
span { border-color: #192078; }
span { border-color: rgb(25,32,120); }
td.TdClassName
{
border-color: #192078;
}
.TagClassName
{
border-color: #192078;
}
</style>