Shades of Ultramarine #190AAF
Tints of Ultramarine #190AAF
RGB
CMYK
RGB Variations
Color information
#190AAF (or 0x190AAF) is known color: Ultramarine. HEX triplet: 19, 0A and AF. RGB value is (25,10,175). Sum of RGB (Red+Green+Blue) = 25+10+175=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #190AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190AAF is #E6F550. Grayscale: #202020. Windows color (decimal): -15136081 or 11471385. OLE color: 11471385.
HSL color Cylindrical-coordinate representation of color #190AAF: hue angle of 245.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190AAF is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 10 | 175 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.31 |
| HSL | 245.45º | 0.89% | 0.36% | - |
| HSV(B) | 245.45º | 0.94% | 0.69% | - |
| XYZ | 8.25 | 3.52 | 40.8 | - |
| YUV | 33.3 | 207.97 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 175 | 0.86 | 0.94 | 0 | 0.31 | 245.45 | 0.89 | 0.36 |
| Hex | 19 | A | AF | 56 | 5E | 0 | 1F | F5 | 59 | 24 |
| Octal | 31 | 12 | 257 | 126 | 136 | 0 | 37 | 365 | 131 | 44 |
| Binary | 11001 | 1010 | 10101111 | 1010110 | 1011110 | 0 | 11111 | 11110101 | 1011001 | 100100 |
Color Harmonies of #190AAF
Complementary color
Monochromatic Colors of #190AAF
Black with #190AAF
Text Example
Text Example
White with #190AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190AAF; }
p { color: rgb(25,10,175); }
H1.HeaderClassName
{
color: #190AAF;
}
.AnyTagClassName
{
color: #190AAF;
}
</style>
background-color css
<style>
a { background-color: #190AAF; }
a { background-color: rgb(25,10,175); }
div.DivClassName
{
background-color: #190AAF;
}
.BgClassName
{
background-color: #190AAF;
}
</style>
border-color css
<style>
span { border-color: #190AAF; }
span { border-color: rgb(25,10,175); }
td.TdClassName
{
border-color: #190AAF;
}
.TagClassName
{
border-color: #190AAF;
}
</style>