Shades of Midnight Blue #190266
Tints of Midnight Blue #190266
RGB
CMYK
RGB Variations
Color information
#190266 (or 0x190266) is known color: Midnight Blue. HEX triplet: 19, 02 and 66. RGB value is (25,2,102). Sum of RGB (Red+Green+Blue) = 25+2+102=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #190266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190266 is #E6FD99. Grayscale: #131313. Windows color (decimal): -15138202 or 6685209. OLE color: 6685209.
HSL color Cylindrical-coordinate representation of color #190266: hue angle of 253.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190266 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 2 | 102 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.6 |
| HSL | 253.8º | 0.96% | 0.2% | - |
| HSV(B) | 253.8º | 0.98% | 0.4% | - |
| XYZ | 2.82 | 1.21 | 12.66 | - |
| YUV | 20.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 102 | 0.75 | 0.98 | 0 | 0.6 | 253.8 | 0.96 | 0.2 |
| Hex | 19 | 2 | 66 | 4B | 62 | 0 | 3C | FE | 60 | 14 |
| Octal | 31 | 2 | 146 | 113 | 142 | 0 | 74 | 376 | 140 | 24 |
| Binary | 11001 | 10 | 1100110 | 1001011 | 1100010 | 0 | 111100 | 11111110 | 1100000 | 10100 |
Color Harmonies of #190266
Complementary color
Monochromatic Colors of #190266
Black with #190266
Text Example
Text Example
White with #190266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190266; }
p { color: rgb(25,2,102); }
H1.HeaderClassName
{
color: #190266;
}
.AnyTagClassName
{
color: #190266;
}
</style>
background-color css
<style>
a { background-color: #190266; }
a { background-color: rgb(25,2,102); }
div.DivClassName
{
background-color: #190266;
}
.BgClassName
{
background-color: #190266;
}
</style>
border-color css
<style>
span { border-color: #190266; }
span { border-color: rgb(25,2,102); }
td.TdClassName
{
border-color: #190266;
}
.TagClassName
{
border-color: #190266;
}
</style>