Shades of Midnight Blue #192066
Tints of Midnight Blue #192066
RGB
CMYK
RGB Variations
Color information
#192066 (or 0x192066) is known color: Midnight Blue. HEX triplet: 19, 20 and 66. RGB value is (25,32,102). Sum of RGB (Red+Green+Blue) = 25+32+102=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #192066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192066 is #E6DF99. Grayscale: #252525. Windows color (decimal): -15130522 or 6692889. OLE color: 6692889.
HSL color Cylindrical-coordinate representation of color #192066: hue angle of 234.55º 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 #192066 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 32 | 102 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.6 |
| HSL | 234.55º | 0.61% | 0.25% | - |
| HSV(B) | 234.55º | 0.75% | 0.4% | - |
| XYZ | 3.32 | 2.2 | 12.82 | - |
| YUV | 37.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 102 | 0.75 | 0.69 | 0 | 0.6 | 234.55 | 0.61 | 0.25 |
| Hex | 19 | 20 | 66 | 4B | 45 | 0 | 3C | EB | 3D | 19 |
| Octal | 31 | 40 | 146 | 113 | 105 | 0 | 74 | 353 | 75 | 31 |
| Binary | 11001 | 100000 | 1100110 | 1001011 | 1000101 | 0 | 111100 | 11101011 | 111101 | 11001 |
Color Harmonies of #192066
Complementary color
Monochromatic Colors of #192066
Black with #192066
Text Example
Text Example
White with #192066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192066; }
p { color: rgb(25,32,102); }
H1.HeaderClassName
{
color: #192066;
}
.AnyTagClassName
{
color: #192066;
}
</style>
background-color css
<style>
a { background-color: #192066; }
a { background-color: rgb(25,32,102); }
div.DivClassName
{
background-color: #192066;
}
.BgClassName
{
background-color: #192066;
}
</style>
border-color css
<style>
span { border-color: #192066; }
span { border-color: rgb(25,32,102); }
td.TdClassName
{
border-color: #192066;
}
.TagClassName
{
border-color: #192066;
}
</style>