Shades of Ultramarine #190DB2
Tints of Ultramarine #190DB2
RGB
CMYK
RGB Variations
Color information
#190DB2 (or 0x190DB2) is known color: Ultramarine. HEX triplet: 19, 0D and B2. RGB value is (25,13,178). Sum of RGB (Red+Green+Blue) = 25+13+178=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 178 (69.92% from 255 or 82.41% from 216); Max value from RGB is 178 - color contains mainly: blue. Hex color #190DB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190DB2 is #E6F24D. Grayscale: #222222. Windows color (decimal): -15135310 or 11668761. OLE color: 11668761.
HSL color Cylindrical-coordinate representation of color #190DB2: hue angle of 244.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DB2 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 13 | 178 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.30 |
| HSL | 244.36º | 0.86% | 0.37% | - |
| HSV(B) | 244.36º | 0.93% | 0.7% | - |
| XYZ | 8.58 | 3.71 | 42.38 | - |
| YUV | 35.4 | 208.48 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 178 | 0.86 | 0.93 | 0 | 0.30 | 244.36 | 0.86 | 0.37 |
| Hex | 19 | D | B2 | 56 | 5D | 0 | 1E | F4 | 56 | 25 |
| Octal | 31 | 15 | 262 | 126 | 135 | 0 | 36 | 364 | 126 | 45 |
| Binary | 11001 | 1101 | 10110010 | 1010110 | 1011101 | 0 | 11110 | 11110100 | 1010110 | 100101 |
Color Harmonies of #190DB2
Complementary color
Monochromatic Colors of #190DB2
Black with #190DB2
Text Example
Text Example
White with #190DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DB2; }
p { color: rgb(25,13,178); }
H1.HeaderClassName
{
color: #190DB2;
}
.AnyTagClassName
{
color: #190DB2;
}
</style>
background-color css
<style>
a { background-color: #190DB2; }
a { background-color: rgb(25,13,178); }
div.DivClassName
{
background-color: #190DB2;
}
.BgClassName
{
background-color: #190DB2;
}
</style>
border-color css
<style>
span { border-color: #190DB2; }
span { border-color: rgb(25,13,178); }
td.TdClassName
{
border-color: #190DB2;
}
.TagClassName
{
border-color: #190DB2;
}
</style>