Shades of Ultramarine #1916AC
Tints of Ultramarine #1916AC
RGB
CMYK
RGB Variations
Color information
#1916AC (or 0x1916AC) is known color: Ultramarine. HEX triplet: 19, 16 and AC. RGB value is (25,22,172). Sum of RGB (Red+Green+Blue) = 25+22+172=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #1916AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1916AC is #E6E953. Grayscale: #272727. Windows color (decimal): -15133012 or 11277849. OLE color: 11277849.
HSL color Cylindrical-coordinate representation of color #1916AC: hue angle of 241.2º 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 #1916AC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 22 | 172 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.33 |
| HSL | 241.2º | 0.77% | 0.38% | - |
| HSV(B) | 241.2º | 0.87% | 0.67% | - |
| XYZ | 8.13 | 3.76 | 39.33 | - |
| YUV | 40 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 172 | 0.85 | 0.87 | 0 | 0.33 | 241.2 | 0.77 | 0.38 |
| Hex | 19 | 16 | AC | 55 | 57 | 0 | 21 | F1 | 4D | 26 |
| Octal | 31 | 26 | 254 | 125 | 127 | 0 | 41 | 361 | 115 | 46 |
| Binary | 11001 | 10110 | 10101100 | 1010101 | 1010111 | 0 | 100001 | 11110001 | 1001101 | 100110 |
Color Harmonies of #1916AC
Complementary color
Monochromatic Colors of #1916AC
Black with #1916AC
Text Example
Text Example
White with #1916AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1916AC; }
p { color: rgb(25,22,172); }
H1.HeaderClassName
{
color: #1916AC;
}
.AnyTagClassName
{
color: #1916AC;
}
</style>
background-color css
<style>
a { background-color: #1916AC; }
a { background-color: rgb(25,22,172); }
div.DivClassName
{
background-color: #1916AC;
}
.BgClassName
{
background-color: #1916AC;
}
</style>
border-color css
<style>
span { border-color: #1916AC; }
span { border-color: rgb(25,22,172); }
td.TdClassName
{
border-color: #1916AC;
}
.TagClassName
{
border-color: #1916AC;
}
</style>