Shades of Midnight Blue #190069
Tints of Midnight Blue #190069
RGB
CMYK
RGB Variations
Color information
#190069 (or 0x190069) is known color: Midnight Blue. HEX triplet: 19, 00 and 69. RGB value is (25,0,105). Sum of RGB (Red+Green+Blue) = 25+0+105=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #190069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190069 is #E6FF96. Grayscale: #131313. Windows color (decimal): -15138711 or 6881305. OLE color: 6881305.
HSL color Cylindrical-coordinate representation of color #190069: hue angle of 254.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190069 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 0 | 105 | - |
| CMYK | 0.76 | 1 | 0 | 0.59 |
| HSL | 254.29º | 1% | 0.21% | - |
| HSV(B) | 254.29º | 1% | 0.41% | - |
| XYZ | 2.95 | 1.23 | 13.45 | - |
| YUV | 19.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 105 | 0.76 | 1 | 0 | 0.59 | 254.29 | 1 | 0.21 |
| Hex | 19 | 0 | 69 | 4C | 64 | 0 | 3B | FE | 64 | 15 |
| Octal | 31 | 0 | 151 | 114 | 144 | 0 | 73 | 376 | 144 | 25 |
| Binary | 11001 | 0 | 1101001 | 1001100 | 1100100 | 0 | 111011 | 11111110 | 1100100 | 10101 |
Color Harmonies of #190069
Complementary color
Monochromatic Colors of #190069
Black with #190069
Text Example
Text Example
White with #190069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190069; }
p { color: rgb(25,0,105); }
H1.HeaderClassName
{
color: #190069;
}
.AnyTagClassName
{
color: #190069;
}
</style>
background-color css
<style>
a { background-color: #190069; }
a { background-color: rgb(25,0,105); }
div.DivClassName
{
background-color: #190069;
}
.BgClassName
{
background-color: #190069;
}
</style>
border-color css
<style>
span { border-color: #190069; }
span { border-color: rgb(25,0,105); }
td.TdClassName
{
border-color: #190069;
}
.TagClassName
{
border-color: #190069;
}
</style>