Shades of Ultramarine #1908A9
Tints of Ultramarine #1908A9
RGB
CMYK
RGB Variations
Color information
#1908A9 (or 0x1908A9) is known color: Ultramarine. HEX triplet: 19, 08 and A9. RGB value is (25,8,169). Sum of RGB (Red+Green+Blue) = 25+8+169=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 169 (66.41% from 255 or 83.66% from 202); Max value from RGB is 169 - color contains mainly: blue. Hex color #1908A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1908A9 is #E6F756. Grayscale: #1E1E1E. Windows color (decimal): -15136599 or 11077657. OLE color: 11077657.
HSL color Cylindrical-coordinate representation of color #1908A9: hue angle of 246.34º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1908A9 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 8 | 169 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.34 |
| HSL | 246.34º | 0.91% | 0.35% | - |
| HSV(B) | 246.34º | 0.95% | 0.66% | - |
| XYZ | 7.65 | 3.24 | 37.76 | - |
| YUV | 31.44 | 205.63 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 169 | 0.85 | 0.95 | 0 | 0.34 | 246.34 | 0.91 | 0.35 |
| Hex | 19 | 8 | A9 | 55 | 5F | 0 | 22 | F6 | 5B | 23 |
| Octal | 31 | 10 | 251 | 125 | 137 | 0 | 42 | 366 | 133 | 43 |
| Binary | 11001 | 1000 | 10101001 | 1010101 | 1011111 | 0 | 100010 | 11110110 | 1011011 | 100011 |
Color Harmonies of #1908A9
Complementary color
Monochromatic Colors of #1908A9
Black with #1908A9
Text Example
Text Example
White with #1908A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908A9; }
p { color: rgb(25,8,169); }
H1.HeaderClassName
{
color: #1908A9;
}
.AnyTagClassName
{
color: #1908A9;
}
</style>
background-color css
<style>
a { background-color: #1908A9; }
a { background-color: rgb(25,8,169); }
div.DivClassName
{
background-color: #1908A9;
}
.BgClassName
{
background-color: #1908A9;
}
</style>
border-color css
<style>
span { border-color: #1908A9; }
span { border-color: rgb(25,8,169); }
td.TdClassName
{
border-color: #1908A9;
}
.TagClassName
{
border-color: #1908A9;
}
</style>