Shades of Midnight Blue #190263
Tints of Midnight Blue #190263
RGB
CMYK
RGB Variations
Color information
#190263 (or 0x190263) is known color: Midnight Blue. HEX triplet: 19, 02 and 63. RGB value is (25,2,99). Sum of RGB (Red+Green+Blue) = 25+2+99=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #190263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190263 is #E6FD9C. Grayscale: #131313. Windows color (decimal): -15138205 or 6488601. OLE color: 6488601.
HSL color Cylindrical-coordinate representation of color #190263: hue angle of 254.23º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190263 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 2 | 99 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.61 |
| HSL | 254.23º | 0.96% | 0.2% | - |
| HSV(B) | 254.23º | 0.98% | 0.39% | - |
| XYZ | 2.67 | 1.15 | 11.89 | - |
| YUV | 19.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 99 | 0.75 | 0.98 | 0 | 0.61 | 254.23 | 0.96 | 0.2 |
| Hex | 19 | 2 | 63 | 4B | 62 | 0 | 3D | FE | 60 | 14 |
| Octal | 31 | 2 | 143 | 113 | 142 | 0 | 75 | 376 | 140 | 24 |
| Binary | 11001 | 10 | 1100011 | 1001011 | 1100010 | 0 | 111101 | 11111110 | 1100000 | 10100 |
Color Harmonies of #190263
Complementary color
Monochromatic Colors of #190263
Black with #190263
Text Example
Text Example
White with #190263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190263; }
p { color: rgb(25,2,99); }
H1.HeaderClassName
{
color: #190263;
}
.AnyTagClassName
{
color: #190263;
}
</style>
background-color css
<style>
a { background-color: #190263; }
a { background-color: rgb(25,2,99); }
div.DivClassName
{
background-color: #190263;
}
.BgClassName
{
background-color: #190263;
}
</style>
border-color css
<style>
span { border-color: #190263; }
span { border-color: rgb(25,2,99); }
td.TdClassName
{
border-color: #190263;
}
.TagClassName
{
border-color: #190263;
}
</style>