Shades of Midnight Blue #190D5B
Tints of Midnight Blue #190D5B
RGB
CMYK
RGB Variations
Color information
#190D5B (or 0x190D5B) is known color: Midnight Blue. HEX triplet: 19, 0D and 5B. RGB value is (25,13,91). Sum of RGB (Red+Green+Blue) = 25+13+91=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #190D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D5B is #E6F2A4. Grayscale: #191919. Windows color (decimal): -15135397 or 5967129. OLE color: 5967129.
HSL color Cylindrical-coordinate representation of color #190D5B: hue angle of 249.23º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #190D5B is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 13 | 91 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.64 |
| HSL | 249.23º | 0.75% | 0.2% | - |
| HSV(B) | 249.23º | 0.86% | 0.36% | - |
| XYZ | 2.43 | 1.25 | 10.01 | - |
| YUV | 25.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 91 | 0.73 | 0.86 | 0 | 0.64 | 249.23 | 0.75 | 0.2 |
| Hex | 19 | D | 5B | 49 | 56 | 0 | 40 | F9 | 4B | 14 |
| Octal | 31 | 15 | 133 | 111 | 126 | 0 | 100 | 371 | 113 | 24 |
| Binary | 11001 | 1101 | 1011011 | 1001001 | 1010110 | 0 | 1000000 | 11111001 | 1001011 | 10100 |
Color Harmonies of #190D5B
Complementary color
Monochromatic Colors of #190D5B
Black with #190D5B
Text Example
Text Example
White with #190D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D5B; }
p { color: rgb(25,13,91); }
H1.HeaderClassName
{
color: #190D5B;
}
.AnyTagClassName
{
color: #190D5B;
}
</style>
background-color css
<style>
a { background-color: #190D5B; }
a { background-color: rgb(25,13,91); }
div.DivClassName
{
background-color: #190D5B;
}
.BgClassName
{
background-color: #190D5B;
}
</style>
border-color css
<style>
span { border-color: #190D5B; }
span { border-color: rgb(25,13,91); }
td.TdClassName
{
border-color: #190D5B;
}
.TagClassName
{
border-color: #190D5B;
}
</style>