Shades of Ultramarine #190BAB
Tints of Ultramarine #190BAB
RGB
CMYK
RGB Variations
Color information
#190BAB (or 0x190BAB) is known color: Ultramarine. HEX triplet: 19, 0B and AB. RGB value is (25,11,171). Sum of RGB (Red+Green+Blue) = 25+11+171=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #190BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190BAB is #E6F454. Grayscale: #202020. Windows color (decimal): -15135829 or 11209497. OLE color: 11209497.
HSL color Cylindrical-coordinate representation of color #190BAB: hue angle of 245.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190BAB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 11 | 171 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.33 |
| HSL | 245.25º | 0.88% | 0.36% | - |
| HSV(B) | 245.25º | 0.94% | 0.67% | - |
| XYZ | 7.87 | 3.39 | 38.77 | - |
| YUV | 33.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 171 | 0.85 | 0.94 | 0 | 0.33 | 245.25 | 0.88 | 0.36 |
| Hex | 19 | B | AB | 55 | 5E | 0 | 21 | F5 | 58 | 24 |
| Octal | 31 | 13 | 253 | 125 | 136 | 0 | 41 | 365 | 130 | 44 |
| Binary | 11001 | 1011 | 10101011 | 1010101 | 1011110 | 0 | 100001 | 11110101 | 1011000 | 100100 |
Color Harmonies of #190BAB
Complementary color
Monochromatic Colors of #190BAB
Black with #190BAB
Text Example
Text Example
White with #190BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190BAB; }
p { color: rgb(25,11,171); }
H1.HeaderClassName
{
color: #190BAB;
}
.AnyTagClassName
{
color: #190BAB;
}
</style>
background-color css
<style>
a { background-color: #190BAB; }
a { background-color: rgb(25,11,171); }
div.DivClassName
{
background-color: #190BAB;
}
.BgClassName
{
background-color: #190BAB;
}
</style>
border-color css
<style>
span { border-color: #190BAB; }
span { border-color: rgb(25,11,171); }
td.TdClassName
{
border-color: #190BAB;
}
.TagClassName
{
border-color: #190BAB;
}
</style>