Shades of Ultramarine #190FAB
Tints of Ultramarine #190FAB
RGB
CMYK
RGB Variations
Color information
#190FAB (or 0x190FAB) is known color: Ultramarine. HEX triplet: 19, 0F and AB. RGB value is (25,15,171). Sum of RGB (Red+Green+Blue) = 25+15+171=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #190FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190FAB is #E6F054. Grayscale: #232323. Windows color (decimal): -15134805 or 11210521. OLE color: 11210521.
HSL color Cylindrical-coordinate representation of color #190FAB: hue angle of 243.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190FAB is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 15 | 171 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.33 |
| HSL | 243.85º | 0.84% | 0.36% | - |
| HSV(B) | 243.85º | 0.91% | 0.67% | - |
| XYZ | 7.92 | 3.49 | 38.78 | - |
| YUV | 35.77 | 204.31 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 171 | 0.85 | 0.91 | 0 | 0.33 | 243.85 | 0.84 | 0.36 |
| Hex | 19 | F | AB | 55 | 5B | 0 | 21 | F4 | 54 | 24 |
| Octal | 31 | 17 | 253 | 125 | 133 | 0 | 41 | 364 | 124 | 44 |
| Binary | 11001 | 1111 | 10101011 | 1010101 | 1011011 | 0 | 100001 | 11110100 | 1010100 | 100100 |
Color Harmonies of #190FAB
Complementary color
Monochromatic Colors of #190FAB
Black with #190FAB
Text Example
Text Example
White with #190FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FAB; }
p { color: rgb(25,15,171); }
H1.HeaderClassName
{
color: #190FAB;
}
.AnyTagClassName
{
color: #190FAB;
}
</style>
background-color css
<style>
a { background-color: #190FAB; }
a { background-color: rgb(25,15,171); }
div.DivClassName
{
background-color: #190FAB;
}
.BgClassName
{
background-color: #190FAB;
}
</style>
border-color css
<style>
span { border-color: #190FAB; }
span { border-color: rgb(25,15,171); }
td.TdClassName
{
border-color: #190FAB;
}
.TagClassName
{
border-color: #190FAB;
}
</style>