Shades of Ultramarine #190BA6
Tints of Ultramarine #190BA6
RGB
CMYK
RGB Variations
Color information
#190BA6 (or 0x190BA6) is known color: Ultramarine. HEX triplet: 19, 0B and A6. RGB value is (25,11,166). Sum of RGB (Red+Green+Blue) = 25+11+166=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 166 (65.23% from 255 or 82.18% from 202); Max value from RGB is 166 - color contains mainly: blue. Hex color #190BA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190BA6 is #E6F459. Grayscale: #202020. Windows color (decimal): -15135834 or 10881817. OLE color: 10881817.
HSL color Cylindrical-coordinate representation of color #190BA6: hue angle of 245.42º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190BA6 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 11 | 166 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.35 |
| HSL | 245.42º | 0.88% | 0.35% | - |
| HSV(B) | 245.42º | 0.93% | 0.65% | - |
| XYZ | 7.4 | 3.2 | 36.3 | - |
| YUV | 32.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 166 | 0.85 | 0.93 | 0 | 0.35 | 245.42 | 0.88 | 0.35 |
| Hex | 19 | B | A6 | 55 | 5D | 0 | 23 | F5 | 58 | 23 |
| Octal | 31 | 13 | 246 | 125 | 135 | 0 | 43 | 365 | 130 | 43 |
| Binary | 11001 | 1011 | 10100110 | 1010101 | 1011101 | 0 | 100011 | 11110101 | 1011000 | 100011 |
Color Harmonies of #190BA6
Complementary color
Monochromatic Colors of #190BA6
Black with #190BA6
Text Example
Text Example
White with #190BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190BA6; }
p { color: rgb(25,11,166); }
H1.HeaderClassName
{
color: #190BA6;
}
.AnyTagClassName
{
color: #190BA6;
}
</style>
background-color css
<style>
a { background-color: #190BA6; }
a { background-color: rgb(25,11,166); }
div.DivClassName
{
background-color: #190BA6;
}
.BgClassName
{
background-color: #190BA6;
}
</style>
border-color css
<style>
span { border-color: #190BA6; }
span { border-color: rgb(25,11,166); }
td.TdClassName
{
border-color: #190BA6;
}
.TagClassName
{
border-color: #190BA6;
}
</style>