Shades of Midnight Blue #190B5B
Tints of Midnight Blue #190B5B
RGB
CMYK
RGB Variations
Color information
#190B5B (or 0x190B5B) is known color: Midnight Blue. HEX triplet: 19, 0B and 5B. RGB value is (25,11,91). Sum of RGB (Red+Green+Blue) = 25+11+91=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #190B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B5B is #E6F4A4. Grayscale: #181818. Windows color (decimal): -15135909 or 5966617. OLE color: 5966617.
HSL color Cylindrical-coordinate representation of color #190B5B: hue angle of 250.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190B5B is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 11 | 91 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.64 |
| HSL | 250.5º | 0.78% | 0.2% | - |
| HSV(B) | 250.5º | 0.88% | 0.36% | - |
| XYZ | 2.41 | 1.2 | 10 | - |
| YUV | 24.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 91 | 0.73 | 0.88 | 0 | 0.64 | 250.5 | 0.78 | 0.2 |
| Hex | 19 | B | 5B | 49 | 58 | 0 | 40 | FB | 4E | 14 |
| Octal | 31 | 13 | 133 | 111 | 130 | 0 | 100 | 373 | 116 | 24 |
| Binary | 11001 | 1011 | 1011011 | 1001001 | 1011000 | 0 | 1000000 | 11111011 | 1001110 | 10100 |
Color Harmonies of #190B5B
Complementary color
Monochromatic Colors of #190B5B
Black with #190B5B
Text Example
Text Example
White with #190B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B5B; }
p { color: rgb(25,11,91); }
H1.HeaderClassName
{
color: #190B5B;
}
.AnyTagClassName
{
color: #190B5B;
}
</style>
background-color css
<style>
a { background-color: #190B5B; }
a { background-color: rgb(25,11,91); }
div.DivClassName
{
background-color: #190B5B;
}
.BgClassName
{
background-color: #190B5B;
}
</style>
border-color css
<style>
span { border-color: #190B5B; }
span { border-color: rgb(25,11,91); }
td.TdClassName
{
border-color: #190B5B;
}
.TagClassName
{
border-color: #190B5B;
}
</style>