Shades of Ultramarine #190AAB
Tints of Ultramarine #190AAB
RGB
CMYK
RGB Variations
Color information
#190AAB (or 0x190AAB) is known color: Ultramarine. HEX triplet: 19, 0A and AB. RGB value is (25,10,171). Sum of RGB (Red+Green+Blue) = 25+10+171=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #190AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190AAB is #E6F554. Grayscale: #202020. Windows color (decimal): -15136085 or 11209241. OLE color: 11209241.
HSL color Cylindrical-coordinate representation of color #190AAB: hue angle of 245.59º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190AAB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 10 | 171 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.33 |
| HSL | 245.59º | 0.89% | 0.35% | - |
| HSV(B) | 245.59º | 0.94% | 0.67% | - |
| XYZ | 7.86 | 3.36 | 38.76 | - |
| YUV | 32.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 171 | 0.85 | 0.94 | 0 | 0.33 | 245.59 | 0.89 | 0.35 |
| Hex | 19 | A | AB | 55 | 5E | 0 | 21 | F6 | 59 | 23 |
| Octal | 31 | 12 | 253 | 125 | 136 | 0 | 41 | 366 | 131 | 43 |
| Binary | 11001 | 1010 | 10101011 | 1010101 | 1011110 | 0 | 100001 | 11110110 | 1011001 | 100011 |
Color Harmonies of #190AAB
Complementary color
Monochromatic Colors of #190AAB
Black with #190AAB
Text Example
Text Example
White with #190AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190AAB; }
p { color: rgb(25,10,171); }
H1.HeaderClassName
{
color: #190AAB;
}
.AnyTagClassName
{
color: #190AAB;
}
</style>
background-color css
<style>
a { background-color: #190AAB; }
a { background-color: rgb(25,10,171); }
div.DivClassName
{
background-color: #190AAB;
}
.BgClassName
{
background-color: #190AAB;
}
</style>
border-color css
<style>
span { border-color: #190AAB; }
span { border-color: rgb(25,10,171); }
td.TdClassName
{
border-color: #190AAB;
}
.TagClassName
{
border-color: #190AAB;
}
</style>