Shades of Midnight Blue #190A77
Tints of Midnight Blue #190A77
RGB
CMYK
RGB Variations
Color information
#190A77 (or 0x190A77) is known color: Midnight Blue. HEX triplet: 19, 0A and 77. RGB value is (25,10,119). Sum of RGB (Red+Green+Blue) = 25+10+119=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #190A77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190A77 is #E6F588. Grayscale: #1A1A1A. Windows color (decimal): -15136137 or 7801369. OLE color: 7801369.
HSL color Cylindrical-coordinate representation of color #190A77: hue angle of 248.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190A77 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 10 | 119 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.53 |
| HSL | 248.26º | 0.84% | 0.25% | - |
| HSV(B) | 248.26º | 0.92% | 0.47% | - |
| XYZ | 3.84 | 1.76 | 17.59 | - |
| YUV | 26.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 119 | 0.79 | 0.92 | 0 | 0.53 | 248.26 | 0.84 | 0.25 |
| Hex | 19 | A | 77 | 4F | 5C | 0 | 35 | F8 | 54 | 19 |
| Octal | 31 | 12 | 167 | 117 | 134 | 0 | 65 | 370 | 124 | 31 |
| Binary | 11001 | 1010 | 1110111 | 1001111 | 1011100 | 0 | 110101 | 11111000 | 1010100 | 11001 |
Color Harmonies of #190A77
Complementary color
Monochromatic Colors of #190A77
Black with #190A77
Text Example
Text Example
White with #190A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A77; }
p { color: rgb(25,10,119); }
H1.HeaderClassName
{
color: #190A77;
}
.AnyTagClassName
{
color: #190A77;
}
</style>
background-color css
<style>
a { background-color: #190A77; }
a { background-color: rgb(25,10,119); }
div.DivClassName
{
background-color: #190A77;
}
.BgClassName
{
background-color: #190A77;
}
</style>
border-color css
<style>
span { border-color: #190A77; }
span { border-color: rgb(25,10,119); }
td.TdClassName
{
border-color: #190A77;
}
.TagClassName
{
border-color: #190A77;
}
</style>