Shades of Midnight Blue #191966
Tints of Midnight Blue #191966
RGB
CMYK
RGB Variations
Color information
#191966 (or 0x191966) is known color: Midnight Blue. HEX triplet: 19, 19 and 66. RGB value is (25,25,102). Sum of RGB (Red+Green+Blue) = 25+25+102=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #191966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191966 is #E6E699. Grayscale: #212121. Windows color (decimal): -15132314 or 6691097. OLE color: 6691097.
HSL color Cylindrical-coordinate representation of color #191966: hue angle of 240º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191966 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 25 | 102 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.6 |
| HSL | 240º | 0.61% | 0.25% | - |
| HSV(B) | 240º | 0.75% | 0.4% | - |
| XYZ | 3.15 | 1.86 | 12.76 | - |
| YUV | 33.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 102 | 0.75 | 0.75 | 0 | 0.6 | 240 | 0.61 | 0.25 |
| Hex | 19 | 19 | 66 | 4B | 4B | 0 | 3C | F0 | 3D | 19 |
| Octal | 31 | 31 | 146 | 113 | 113 | 0 | 74 | 360 | 75 | 31 |
| Binary | 11001 | 11001 | 1100110 | 1001011 | 1001011 | 0 | 111100 | 11110000 | 111101 | 11001 |
Color Harmonies of #191966
Complementary color
Monochromatic Colors of #191966
Black with #191966
Text Example
Text Example
White with #191966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191966; }
p { color: rgb(25,25,102); }
H1.HeaderClassName
{
color: #191966;
}
.AnyTagClassName
{
color: #191966;
}
</style>
background-color css
<style>
a { background-color: #191966; }
a { background-color: rgb(25,25,102); }
div.DivClassName
{
background-color: #191966;
}
.BgClassName
{
background-color: #191966;
}
</style>
border-color css
<style>
span { border-color: #191966; }
span { border-color: rgb(25,25,102); }
td.TdClassName
{
border-color: #191966;
}
.TagClassName
{
border-color: #191966;
}
</style>