Shades of Midnight Blue #190B62
Tints of Midnight Blue #190B62
RGB
CMYK
RGB Variations
Color information
#190B62 (or 0x190B62) is known color: Midnight Blue. HEX triplet: 19, 0B and 62. RGB value is (25,11,98). Sum of RGB (Red+Green+Blue) = 25+11+98=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #190B62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B62 is #E6F49D. Grayscale: #181818. Windows color (decimal): -15135902 or 6425369. OLE color: 6425369.
HSL color Cylindrical-coordinate representation of color #190B62: hue angle of 249.66º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190B62 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 11 | 98 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.62 |
| HSL | 249.66º | 0.8% | 0.21% | - |
| HSV(B) | 249.66º | 0.89% | 0.38% | - |
| XYZ | 2.73 | 1.33 | 11.67 | - |
| YUV | 25.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 98 | 0.74 | 0.89 | 0 | 0.62 | 249.66 | 0.8 | 0.21 |
| Hex | 19 | B | 62 | 4A | 59 | 0 | 3E | FA | 50 | 15 |
| Octal | 31 | 13 | 142 | 112 | 131 | 0 | 76 | 372 | 120 | 25 |
| Binary | 11001 | 1011 | 1100010 | 1001010 | 1011001 | 0 | 111110 | 11111010 | 1010000 | 10101 |
Color Harmonies of #190B62
Complementary color
Monochromatic Colors of #190B62
Black with #190B62
Text Example
Text Example
White with #190B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B62; }
p { color: rgb(25,11,98); }
H1.HeaderClassName
{
color: #190B62;
}
.AnyTagClassName
{
color: #190B62;
}
</style>
background-color css
<style>
a { background-color: #190B62; }
a { background-color: rgb(25,11,98); }
div.DivClassName
{
background-color: #190B62;
}
.BgClassName
{
background-color: #190B62;
}
</style>
border-color css
<style>
span { border-color: #190B62; }
span { border-color: rgb(25,11,98); }
td.TdClassName
{
border-color: #190B62;
}
.TagClassName
{
border-color: #190B62;
}
</style>