Shades of Ultramarine #1916AD
Tints of Ultramarine #1916AD
RGB
CMYK
RGB Variations
Color information
#1916AD (or 0x1916AD) is known color: Ultramarine. HEX triplet: 19, 16 and AD. RGB value is (25,22,173). Sum of RGB (Red+Green+Blue) = 25+22+173=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #1916AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1916AD is #E6E952. Grayscale: #272727. Windows color (decimal): -15133011 or 11343385. OLE color: 11343385.
HSL color Cylindrical-coordinate representation of color #1916AD: hue angle of 241.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1916AD is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 22 | 173 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.32 |
| HSL | 241.19º | 0.77% | 0.38% | - |
| HSV(B) | 241.19º | 0.87% | 0.68% | - |
| XYZ | 8.23 | 3.8 | 39.83 | - |
| YUV | 40.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 173 | 0.86 | 0.87 | 0 | 0.32 | 241.19 | 0.77 | 0.38 |
| Hex | 19 | 16 | AD | 56 | 57 | 0 | 20 | F1 | 4D | 26 |
| Octal | 31 | 26 | 255 | 126 | 127 | 0 | 40 | 361 | 115 | 46 |
| Binary | 11001 | 10110 | 10101101 | 1010110 | 1010111 | 0 | 100000 | 11110001 | 1001101 | 100110 |
Color Harmonies of #1916AD
Complementary color
Monochromatic Colors of #1916AD
Black with #1916AD
Text Example
Text Example
White with #1916AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1916AD; }
p { color: rgb(25,22,173); }
H1.HeaderClassName
{
color: #1916AD;
}
.AnyTagClassName
{
color: #1916AD;
}
</style>
background-color css
<style>
a { background-color: #1916AD; }
a { background-color: rgb(25,22,173); }
div.DivClassName
{
background-color: #1916AD;
}
.BgClassName
{
background-color: #1916AD;
}
</style>
border-color css
<style>
span { border-color: #1916AD; }
span { border-color: rgb(25,22,173); }
td.TdClassName
{
border-color: #1916AD;
}
.TagClassName
{
border-color: #1916AD;
}
</style>