Shades of Ultramarine #1907A9
Tints of Ultramarine #1907A9
RGB
CMYK
RGB Variations
Color information
#1907A9 (or 0x1907A9) is known color: Ultramarine. HEX triplet: 19, 07 and A9. RGB value is (25,7,169). Sum of RGB (Red+Green+Blue) = 25+7+169=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 169 (66.41% from 255 or 84.08% from 201); Max value from RGB is 169 - color contains mainly: blue. Hex color #1907A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1907A9 is #E6F856. Grayscale: #1E1E1E. Windows color (decimal): -15136855 or 11077401. OLE color: 11077401.
HSL color Cylindrical-coordinate representation of color #1907A9: hue angle of 246.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1907A9 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 7 | 169 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.34 |
| HSL | 246.67º | 0.92% | 0.35% | - |
| HSV(B) | 246.67º | 0.96% | 0.66% | - |
| XYZ | 7.64 | 3.22 | 37.76 | - |
| YUV | 30.85 | 205.96 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 169 | 0.85 | 0.96 | 0 | 0.34 | 246.67 | 0.92 | 0.35 |
| Hex | 19 | 7 | A9 | 55 | 60 | 0 | 22 | F7 | 5C | 23 |
| Octal | 31 | 7 | 251 | 125 | 140 | 0 | 42 | 367 | 134 | 43 |
| Binary | 11001 | 111 | 10101001 | 1010101 | 1100000 | 0 | 100010 | 11110111 | 1011100 | 100011 |
Color Harmonies of #1907A9
Complementary color
Monochromatic Colors of #1907A9
Black with #1907A9
Text Example
Text Example
White with #1907A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907A9; }
p { color: rgb(25,7,169); }
H1.HeaderClassName
{
color: #1907A9;
}
.AnyTagClassName
{
color: #1907A9;
}
</style>
background-color css
<style>
a { background-color: #1907A9; }
a { background-color: rgb(25,7,169); }
div.DivClassName
{
background-color: #1907A9;
}
.BgClassName
{
background-color: #1907A9;
}
</style>
border-color css
<style>
span { border-color: #1907A9; }
span { border-color: rgb(25,7,169); }
td.TdClassName
{
border-color: #1907A9;
}
.TagClassName
{
border-color: #1907A9;
}
</style>