Shades of Ultramarine #1911AC
Tints of Ultramarine #1911AC
RGB
CMYK
RGB Variations
Color information
#1911AC (or 0x1911AC) is known color: Ultramarine. HEX triplet: 19, 11 and AC. RGB value is (25,17,172). Sum of RGB (Red+Green+Blue) = 25+17+172=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #1911AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1911AC is #E6EE53. Grayscale: #242424. Windows color (decimal): -15134292 or 11276569. OLE color: 11276569.
HSL color Cylindrical-coordinate representation of color #1911AC: hue angle of 243.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1911AC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 17 | 172 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.33 |
| HSL | 243.1º | 0.82% | 0.37% | - |
| HSV(B) | 243.1º | 0.9% | 0.67% | - |
| XYZ | 8.05 | 3.59 | 39.3 | - |
| YUV | 37.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 172 | 0.85 | 0.90 | 0 | 0.33 | 243.1 | 0.82 | 0.37 |
| Hex | 19 | 11 | AC | 55 | 5A | 0 | 21 | F3 | 52 | 25 |
| Octal | 31 | 21 | 254 | 125 | 132 | 0 | 41 | 363 | 122 | 45 |
| Binary | 11001 | 10001 | 10101100 | 1010101 | 1011010 | 0 | 100001 | 11110011 | 1010010 | 100101 |
Color Harmonies of #1911AC
Complementary color
Monochromatic Colors of #1911AC
Black with #1911AC
Text Example
Text Example
White with #1911AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1911AC; }
p { color: rgb(25,17,172); }
H1.HeaderClassName
{
color: #1911AC;
}
.AnyTagClassName
{
color: #1911AC;
}
</style>
background-color css
<style>
a { background-color: #1911AC; }
a { background-color: rgb(25,17,172); }
div.DivClassName
{
background-color: #1911AC;
}
.BgClassName
{
background-color: #1911AC;
}
</style>
border-color css
<style>
span { border-color: #1911AC; }
span { border-color: rgb(25,17,172); }
td.TdClassName
{
border-color: #1911AC;
}
.TagClassName
{
border-color: #1911AC;
}
</style>