Shades of Midnight Blue #190A76
Tints of Midnight Blue #190A76
RGB
CMYK
RGB Variations
Color information
#190A76 (or 0x190A76) is known color: Midnight Blue. HEX triplet: 19, 0A and 76. RGB value is (25,10,118). Sum of RGB (Red+Green+Blue) = 25+10+118=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #190A76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190A76 is #E6F589. Grayscale: #1A1A1A. Windows color (decimal): -15136138 or 7735833. OLE color: 7735833.
HSL color Cylindrical-coordinate representation of color #190A76: hue angle of 248.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190A76 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 10 | 118 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.54 |
| HSL | 248.33º | 0.84% | 0.25% | - |
| HSV(B) | 248.33º | 0.92% | 0.46% | - |
| XYZ | 3.78 | 1.73 | 17.27 | - |
| YUV | 26.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 118 | 0.79 | 0.92 | 0 | 0.54 | 248.33 | 0.84 | 0.25 |
| Hex | 19 | A | 76 | 4F | 5C | 0 | 36 | F8 | 54 | 19 |
| Octal | 31 | 12 | 166 | 117 | 134 | 0 | 66 | 370 | 124 | 31 |
| Binary | 11001 | 1010 | 1110110 | 1001111 | 1011100 | 0 | 110110 | 11111000 | 1010100 | 11001 |
Color Harmonies of #190A76
Complementary color
Monochromatic Colors of #190A76
Black with #190A76
Text Example
Text Example
White with #190A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A76; }
p { color: rgb(25,10,118); }
H1.HeaderClassName
{
color: #190A76;
}
.AnyTagClassName
{
color: #190A76;
}
</style>
background-color css
<style>
a { background-color: #190A76; }
a { background-color: rgb(25,10,118); }
div.DivClassName
{
background-color: #190A76;
}
.BgClassName
{
background-color: #190A76;
}
</style>
border-color css
<style>
span { border-color: #190A76; }
span { border-color: rgb(25,10,118); }
td.TdClassName
{
border-color: #190A76;
}
.TagClassName
{
border-color: #190A76;
}
</style>