Shades of Ultramarine #1916AA
Tints of Ultramarine #1916AA
RGB
CMYK
RGB Variations
Color information
#1916AA (or 0x1916AA) is known color: Ultramarine. HEX triplet: 19, 16 and AA. RGB value is (25,22,170). Sum of RGB (Red+Green+Blue) = 25+22+170=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #1916AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1916AA is #E6E955. Grayscale: #272727. Windows color (decimal): -15133014 or 11146777. OLE color: 11146777.
HSL color Cylindrical-coordinate representation of color #1916AA: hue angle of 241.22º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1916AA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 22 | 170 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.33 |
| HSL | 241.22º | 0.77% | 0.38% | - |
| HSV(B) | 241.22º | 0.87% | 0.67% | - |
| XYZ | 7.94 | 3.68 | 38.32 | - |
| YUV | 39.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 170 | 0.85 | 0.87 | 0 | 0.33 | 241.22 | 0.77 | 0.38 |
| Hex | 19 | 16 | AA | 55 | 57 | 0 | 21 | F1 | 4D | 26 |
| Octal | 31 | 26 | 252 | 125 | 127 | 0 | 41 | 361 | 115 | 46 |
| Binary | 11001 | 10110 | 10101010 | 1010101 | 1010111 | 0 | 100001 | 11110001 | 1001101 | 100110 |
Color Harmonies of #1916AA
Complementary color
Monochromatic Colors of #1916AA
Black with #1916AA
Text Example
Text Example
White with #1916AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1916AA; }
p { color: rgb(25,22,170); }
H1.HeaderClassName
{
color: #1916AA;
}
.AnyTagClassName
{
color: #1916AA;
}
</style>
background-color css
<style>
a { background-color: #1916AA; }
a { background-color: rgb(25,22,170); }
div.DivClassName
{
background-color: #1916AA;
}
.BgClassName
{
background-color: #1916AA;
}
</style>
border-color css
<style>
span { border-color: #1916AA; }
span { border-color: rgb(25,22,170); }
td.TdClassName
{
border-color: #1916AA;
}
.TagClassName
{
border-color: #1916AA;
}
</style>