Shades of Ultramarine #1901A0
Tints of Ultramarine #1901A0
RGB
CMYK
RGB Variations
Color information
#1901A0 (or 0x1901A0) is known color: Ultramarine. HEX triplet: 19, 01 and A0. RGB value is (25,1,160). Sum of RGB (Red+Green+Blue) = 25+1+160=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 160 (62.89% from 255 or 86.02% from 186); Max value from RGB is 160 - color contains mainly: blue. Hex color #1901A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1901A0 is #E6FE5F. Grayscale: #191919. Windows color (decimal): -15138400 or 10486041. OLE color: 10486041.
HSL color Cylindrical-coordinate representation of color #1901A0: hue angle of 249.06º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1901A0 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 1 | 160 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.37 |
| HSL | 249.06º | 0.99% | 0.32% | - |
| HSV(B) | 249.06º | 0.99% | 0.63% | - |
| XYZ | 6.76 | 2.77 | 33.44 | - |
| YUV | 26.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 160 | 0.84 | 0.99 | 0 | 0.37 | 249.06 | 0.99 | 0.32 |
| Hex | 19 | 1 | A0 | 54 | 63 | 0 | 25 | F9 | 63 | 20 |
| Octal | 31 | 1 | 240 | 124 | 143 | 0 | 45 | 371 | 143 | 40 |
| Binary | 11001 | 1 | 10100000 | 1010100 | 1100011 | 0 | 100101 | 11111001 | 1100011 | 100000 |
Color Harmonies of #1901A0
Complementary color
Monochromatic Colors of #1901A0
Black with #1901A0
Text Example
Text Example
White with #1901A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901A0; }
p { color: rgb(25,1,160); }
H1.HeaderClassName
{
color: #1901A0;
}
.AnyTagClassName
{
color: #1901A0;
}
</style>
background-color css
<style>
a { background-color: #1901A0; }
a { background-color: rgb(25,1,160); }
div.DivClassName
{
background-color: #1901A0;
}
.BgClassName
{
background-color: #1901A0;
}
</style>
border-color css
<style>
span { border-color: #1901A0; }
span { border-color: rgb(25,1,160); }
td.TdClassName
{
border-color: #1901A0;
}
.TagClassName
{
border-color: #1901A0;
}
</style>