Shades of Midnight Blue #190F5B
Tints of Midnight Blue #190F5B
RGB
CMYK
RGB Variations
Color information
#190F5B (or 0x190F5B) is known color: Midnight Blue. HEX triplet: 19, 0F and 5B. RGB value is (25,15,91). Sum of RGB (Red+Green+Blue) = 25+15+91=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #190F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F5B is #E6F0A4. Grayscale: #1A1A1A. Windows color (decimal): -15134885 or 5967641. OLE color: 5967641.
HSL color Cylindrical-coordinate representation of color #190F5B: hue angle of 247.89º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190F5B is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 15 | 91 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.64 |
| HSL | 247.89º | 0.72% | 0.21% | - |
| HSV(B) | 247.89º | 0.84% | 0.36% | - |
| XYZ | 2.46 | 1.3 | 10.02 | - |
| YUV | 26.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 91 | 0.73 | 0.84 | 0 | 0.64 | 247.89 | 0.72 | 0.21 |
| Hex | 19 | F | 5B | 49 | 54 | 0 | 40 | F8 | 48 | 15 |
| Octal | 31 | 17 | 133 | 111 | 124 | 0 | 100 | 370 | 110 | 25 |
| Binary | 11001 | 1111 | 1011011 | 1001001 | 1010100 | 0 | 1000000 | 11111000 | 1001000 | 10101 |
Color Harmonies of #190F5B
Complementary color
Monochromatic Colors of #190F5B
Black with #190F5B
Text Example
Text Example
White with #190F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F5B; }
p { color: rgb(25,15,91); }
H1.HeaderClassName
{
color: #190F5B;
}
.AnyTagClassName
{
color: #190F5B;
}
</style>
background-color css
<style>
a { background-color: #190F5B; }
a { background-color: rgb(25,15,91); }
div.DivClassName
{
background-color: #190F5B;
}
.BgClassName
{
background-color: #190F5B;
}
</style>
border-color css
<style>
span { border-color: #190F5B; }
span { border-color: rgb(25,15,91); }
td.TdClassName
{
border-color: #190F5B;
}
.TagClassName
{
border-color: #190F5B;
}
</style>