Shades of Midnight Blue #190262
Tints of Midnight Blue #190262
RGB
CMYK
RGB Variations
Color information
#190262 (or 0x190262) is known color: Midnight Blue. HEX triplet: 19, 02 and 62. RGB value is (25,2,98). Sum of RGB (Red+Green+Blue) = 25+2+98=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #190262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190262 is #E6FD9D. Grayscale: #131313. Windows color (decimal): -15138206 or 6423065. OLE color: 6423065.
HSL color Cylindrical-coordinate representation of color #190262: hue angle of 254.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190262 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 2 | 98 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.62 |
| HSL | 254.38º | 0.96% | 0.2% | - |
| HSV(B) | 254.38º | 0.98% | 0.38% | - |
| XYZ | 2.63 | 1.13 | 11.64 | - |
| YUV | 19.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 98 | 0.74 | 0.98 | 0 | 0.62 | 254.38 | 0.96 | 0.2 |
| Hex | 19 | 2 | 62 | 4A | 62 | 0 | 3E | FE | 60 | 14 |
| Octal | 31 | 2 | 142 | 112 | 142 | 0 | 76 | 376 | 140 | 24 |
| Binary | 11001 | 10 | 1100010 | 1001010 | 1100010 | 0 | 111110 | 11111110 | 1100000 | 10100 |
Color Harmonies of #190262
Complementary color
Monochromatic Colors of #190262
Black with #190262
Text Example
Text Example
White with #190262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190262; }
p { color: rgb(25,2,98); }
H1.HeaderClassName
{
color: #190262;
}
.AnyTagClassName
{
color: #190262;
}
</style>
background-color css
<style>
a { background-color: #190262; }
a { background-color: rgb(25,2,98); }
div.DivClassName
{
background-color: #190262;
}
.BgClassName
{
background-color: #190262;
}
</style>
border-color css
<style>
span { border-color: #190262; }
span { border-color: rgb(25,2,98); }
td.TdClassName
{
border-color: #190262;
}
.TagClassName
{
border-color: #190262;
}
</style>