Shades of Ultramarine #1611AC
Tints of Ultramarine #1611AC
RGB
CMYK
RGB Variations
Color information
#1611AC (or 0x1611AC) is known color: Ultramarine. HEX triplet: 16, 11 and AC. RGB value is (22,17,172). Sum of RGB (Red+Green+Blue) = 22+17+172=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1611AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1611AC is #E9EE53. Grayscale: #232323. Windows color (decimal): -15330900 or 11276566. OLE color: 11276566.
HSL color Cylindrical-coordinate representation of color #1611AC: hue angle of 241.94º 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 #1611AC is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 17 | 172 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.33 |
| HSL | 241.94º | 0.82% | 0.37% | - |
| HSV(B) | 241.94º | 0.9% | 0.67% | - |
| XYZ | 7.98 | 3.55 | 39.29 | - |
| YUV | 36.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 172 | 0.87 | 0.90 | 0 | 0.33 | 241.94 | 0.82 | 0.37 |
| Hex | 16 | 11 | AC | 57 | 5A | 0 | 21 | F2 | 52 | 25 |
| Octal | 26 | 21 | 254 | 127 | 132 | 0 | 41 | 362 | 122 | 45 |
| Binary | 10110 | 10001 | 10101100 | 1010111 | 1011010 | 0 | 100001 | 11110010 | 1010010 | 100101 |
Color Harmonies of #1611AC
Complementary color
Monochromatic Colors of #1611AC
Black with #1611AC
Text Example
Text Example
White with #1611AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1611AC; }
p { color: rgb(22,17,172); }
H1.HeaderClassName
{
color: #1611AC;
}
.AnyTagClassName
{
color: #1611AC;
}
</style>
background-color css
<style>
a { background-color: #1611AC; }
a { background-color: rgb(22,17,172); }
div.DivClassName
{
background-color: #1611AC;
}
.BgClassName
{
background-color: #1611AC;
}
</style>
border-color css
<style>
span { border-color: #1611AC; }
span { border-color: rgb(22,17,172); }
td.TdClassName
{
border-color: #1611AC;
}
.TagClassName
{
border-color: #1611AC;
}
</style>