Shades of Ultramarine #1915AA
Tints of Ultramarine #1915AA
RGB
CMYK
RGB Variations
Color information
#1915AA (or 0x1915AA) is known color: Ultramarine. HEX triplet: 19, 15 and AA. RGB value is (25,21,170). Sum of RGB (Red+Green+Blue) = 25+21+170=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #1915AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1915AA is #E6EA55. Grayscale: #262626. Windows color (decimal): -15133270 or 11146521. OLE color: 11146521.
HSL color Cylindrical-coordinate representation of color #1915AA: hue angle of 241.61º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1915AA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 21 | 170 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.33 |
| HSL | 241.61º | 0.78% | 0.37% | - |
| HSV(B) | 241.61º | 0.88% | 0.67% | - |
| XYZ | 7.92 | 3.65 | 38.32 | - |
| YUV | 39.18 | 201.83 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 170 | 0.85 | 0.88 | 0 | 0.33 | 241.61 | 0.78 | 0.37 |
| Hex | 19 | 15 | AA | 55 | 58 | 0 | 21 | F2 | 4E | 25 |
| Octal | 31 | 25 | 252 | 125 | 130 | 0 | 41 | 362 | 116 | 45 |
| Binary | 11001 | 10101 | 10101010 | 1010101 | 1011000 | 0 | 100001 | 11110010 | 1001110 | 100101 |
Color Harmonies of #1915AA
Complementary color
Monochromatic Colors of #1915AA
Black with #1915AA
Text Example
Text Example
White with #1915AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915AA; }
p { color: rgb(25,21,170); }
H1.HeaderClassName
{
color: #1915AA;
}
.AnyTagClassName
{
color: #1915AA;
}
</style>
background-color css
<style>
a { background-color: #1915AA; }
a { background-color: rgb(25,21,170); }
div.DivClassName
{
background-color: #1915AA;
}
.BgClassName
{
background-color: #1915AA;
}
</style>
border-color css
<style>
span { border-color: #1915AA; }
span { border-color: rgb(25,21,170); }
td.TdClassName
{
border-color: #1915AA;
}
.TagClassName
{
border-color: #1915AA;
}
</style>