Shades of Ultramarine #1909A0
Tints of Ultramarine #1909A0
RGB
CMYK
RGB Variations
Color information
#1909A0 (or 0x1909A0) is known color: Ultramarine. HEX triplet: 19, 09 and A0. RGB value is (25,9,160). Sum of RGB (Red+Green+Blue) = 25+9+160=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #1909A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1909A0 is #E6F65F. Grayscale: #1E1E1E. Windows color (decimal): -15136352 or 10488089. OLE color: 10488089.
HSL color Cylindrical-coordinate representation of color #1909A0: hue angle of 246.36º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1909A0 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 9 | 160 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.37 |
| HSL | 246.36º | 0.89% | 0.33% | - |
| HSV(B) | 246.36º | 0.94% | 0.63% | - |
| XYZ | 6.84 | 2.94 | 33.46 | - |
| YUV | 31 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 160 | 0.84 | 0.94 | 0 | 0.37 | 246.36 | 0.89 | 0.33 |
| Hex | 19 | 9 | A0 | 54 | 5E | 0 | 25 | F6 | 59 | 21 |
| Octal | 31 | 11 | 240 | 124 | 136 | 0 | 45 | 366 | 131 | 41 |
| Binary | 11001 | 1001 | 10100000 | 1010100 | 1011110 | 0 | 100101 | 11110110 | 1011001 | 100001 |
Color Harmonies of #1909A0
Complementary color
Monochromatic Colors of #1909A0
Black with #1909A0
Text Example
Text Example
White with #1909A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909A0; }
p { color: rgb(25,9,160); }
H1.HeaderClassName
{
color: #1909A0;
}
.AnyTagClassName
{
color: #1909A0;
}
</style>
background-color css
<style>
a { background-color: #1909A0; }
a { background-color: rgb(25,9,160); }
div.DivClassName
{
background-color: #1909A0;
}
.BgClassName
{
background-color: #1909A0;
}
</style>
border-color css
<style>
span { border-color: #1909A0; }
span { border-color: rgb(25,9,160); }
td.TdClassName
{
border-color: #1909A0;
}
.TagClassName
{
border-color: #1909A0;
}
</style>