Shades of Midnight Blue #191963
Tints of Midnight Blue #191963
RGB
CMYK
RGB Variations
Color information
#191963 (or 0x191963) is known color: Midnight Blue. HEX triplet: 19, 19 and 63. RGB value is (25,25,99). Sum of RGB (Red+Green+Blue) = 25+25+99=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #191963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191963 is #E6E69C. Grayscale: #212121. Windows color (decimal): -15132317 or 6494489. OLE color: 6494489.
HSL color Cylindrical-coordinate representation of color #191963: hue angle of 240º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191963 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 25 | 99 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.61 |
| HSL | 240º | 0.6% | 0.24% | - |
| HSV(B) | 240º | 0.75% | 0.39% | - |
| XYZ | 3 | 1.8 | 11.99 | - |
| YUV | 33.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 99 | 0.75 | 0.75 | 0 | 0.61 | 240 | 0.6 | 0.24 |
| Hex | 19 | 19 | 63 | 4B | 4B | 0 | 3D | F0 | 3C | 18 |
| Octal | 31 | 31 | 143 | 113 | 113 | 0 | 75 | 360 | 74 | 30 |
| Binary | 11001 | 11001 | 1100011 | 1001011 | 1001011 | 0 | 111101 | 11110000 | 111100 | 11000 |
Color Harmonies of #191963
Complementary color
Monochromatic Colors of #191963
Black with #191963
Text Example
Text Example
White with #191963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191963; }
p { color: rgb(25,25,99); }
H1.HeaderClassName
{
color: #191963;
}
.AnyTagClassName
{
color: #191963;
}
</style>
background-color css
<style>
a { background-color: #191963; }
a { background-color: rgb(25,25,99); }
div.DivClassName
{
background-color: #191963;
}
.BgClassName
{
background-color: #191963;
}
</style>
border-color css
<style>
span { border-color: #191963; }
span { border-color: rgb(25,25,99); }
td.TdClassName
{
border-color: #191963;
}
.TagClassName
{
border-color: #191963;
}
</style>