Shades of New Midnight Blue #190DB4
Tints of New Midnight Blue #190DB4
RGB
CMYK
RGB Variations
Color information
#190DB4 (or 0x190DB4) is known color: New Midnight Blue. HEX triplet: 19, 0D and B4. RGB value is (25,13,180). Sum of RGB (Red+Green+Blue) = 25+13+180=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 180 (70.70% from 255 or 82.57% from 218); Max value from RGB is 180 - color contains mainly: blue. Hex color #190DB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DB4 is #E6F24B. Grayscale: #222222. Windows color (decimal): -15135308 or 11799833. OLE color: 11799833.
HSL color Cylindrical-coordinate representation of color #190DB4: hue angle of 244.31º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DB4 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 13 | 180 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.29 |
| HSL | 244.31º | 0.87% | 0.38% | - |
| HSV(B) | 244.31º | 0.93% | 0.71% | - |
| XYZ | 8.78 | 3.79 | 43.45 | - |
| YUV | 35.63 | 209.48 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 180 | 0.86 | 0.93 | 0 | 0.29 | 244.31 | 0.87 | 0.38 |
| Hex | 19 | D | B4 | 56 | 5D | 0 | 1D | F4 | 57 | 26 |
| Octal | 31 | 15 | 264 | 126 | 135 | 0 | 35 | 364 | 127 | 46 |
| Binary | 11001 | 1101 | 10110100 | 1010110 | 1011101 | 0 | 11101 | 11110100 | 1010111 | 100110 |
Color Harmonies of #190DB4
Complementary color
Monochromatic Colors of #190DB4
Black with #190DB4
Text Example
Text Example
White with #190DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DB4; }
p { color: rgb(25,13,180); }
H1.HeaderClassName
{
color: #190DB4;
}
.AnyTagClassName
{
color: #190DB4;
}
</style>
background-color css
<style>
a { background-color: #190DB4; }
a { background-color: rgb(25,13,180); }
div.DivClassName
{
background-color: #190DB4;
}
.BgClassName
{
background-color: #190DB4;
}
</style>
border-color css
<style>
span { border-color: #190DB4; }
span { border-color: rgb(25,13,180); }
td.TdClassName
{
border-color: #190DB4;
}
.TagClassName
{
border-color: #190DB4;
}
</style>