Shades of Midnight Blue #190C77
Tints of Midnight Blue #190C77
RGB
CMYK
RGB Variations
Color information
#190C77 (or 0x190C77) is known color: Midnight Blue. HEX triplet: 19, 0C and 77. RGB value is (25,12,119). Sum of RGB (Red+Green+Blue) = 25+12+119=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #190C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C77 is #E6F388. Grayscale: #1B1B1B. Windows color (decimal): -15135625 or 7801881. OLE color: 7801881.
HSL color Cylindrical-coordinate representation of color #190C77: hue angle of 247.29º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190C77 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 12 | 119 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.53 |
| HSL | 247.29º | 0.82% | 0.26% | - |
| HSV(B) | 247.29º | 0.9% | 0.47% | - |
| XYZ | 3.86 | 1.8 | 17.6 | - |
| YUV | 28.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 119 | 0.79 | 0.90 | 0 | 0.53 | 247.29 | 0.82 | 0.26 |
| Hex | 19 | C | 77 | 4F | 5A | 0 | 35 | F7 | 52 | 1A |
| Octal | 31 | 14 | 167 | 117 | 132 | 0 | 65 | 367 | 122 | 32 |
| Binary | 11001 | 1100 | 1110111 | 1001111 | 1011010 | 0 | 110101 | 11110111 | 1010010 | 11010 |
Color Harmonies of #190C77
Complementary color
Monochromatic Colors of #190C77
Black with #190C77
Text Example
Text Example
White with #190C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C77; }
p { color: rgb(25,12,119); }
H1.HeaderClassName
{
color: #190C77;
}
.AnyTagClassName
{
color: #190C77;
}
</style>
background-color css
<style>
a { background-color: #190C77; }
a { background-color: rgb(25,12,119); }
div.DivClassName
{
background-color: #190C77;
}
.BgClassName
{
background-color: #190C77;
}
</style>
border-color css
<style>
span { border-color: #190C77; }
span { border-color: rgb(25,12,119); }
td.TdClassName
{
border-color: #190C77;
}
.TagClassName
{
border-color: #190C77;
}
</style>