Shades of Midnight Blue #190066
Tints of Midnight Blue #190066
RGB
CMYK
RGB Variations
Color information
#190066 (or 0x190066) is known color: Midnight Blue. HEX triplet: 19, 00 and 66. RGB value is (25,0,102). Sum of RGB (Red+Green+Blue) = 25+0+102=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #190066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190066 is #E6FF99. Grayscale: #121212. Windows color (decimal): -15138714 or 6684697. OLE color: 6684697.
HSL color Cylindrical-coordinate representation of color #190066: hue angle of 254.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190066 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 0 | 102 | - |
| CMYK | 0.75 | 1 | 0 | 0.6 |
| HSL | 254.71º | 1% | 0.2% | - |
| HSV(B) | 254.71º | 1% | 0.4% | - |
| XYZ | 2.8 | 1.17 | 12.65 | - |
| YUV | 19.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 102 | 0.75 | 1 | 0 | 0.6 | 254.71 | 1 | 0.2 |
| Hex | 19 | 0 | 66 | 4B | 64 | 0 | 3C | FF | 64 | 14 |
| Octal | 31 | 0 | 146 | 113 | 144 | 0 | 74 | 377 | 144 | 24 |
| Binary | 11001 | 0 | 1100110 | 1001011 | 1100100 | 0 | 111100 | 11111111 | 1100100 | 10100 |
Color Harmonies of #190066
Complementary color
Monochromatic Colors of #190066
Black with #190066
Text Example
Text Example
White with #190066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190066; }
p { color: rgb(25,0,102); }
H1.HeaderClassName
{
color: #190066;
}
.AnyTagClassName
{
color: #190066;
}
</style>
background-color css
<style>
a { background-color: #190066; }
a { background-color: rgb(25,0,102); }
div.DivClassName
{
background-color: #190066;
}
.BgClassName
{
background-color: #190066;
}
</style>
border-color css
<style>
span { border-color: #190066; }
span { border-color: rgb(25,0,102); }
td.TdClassName
{
border-color: #190066;
}
.TagClassName
{
border-color: #190066;
}
</style>