Shades of Ultramarine #1711AC
Tints of Ultramarine #1711AC
RGB
CMYK
RGB Variations
Color information
#1711AC (or 0x1711AC) is known color: Ultramarine. HEX triplet: 17, 11 and AC. RGB value is (23,17,172). Sum of RGB (Red+Green+Blue) = 23+17+172=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #1711AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1711AC is #E8EE53. Grayscale: #232323. Windows color (decimal): -15265364 or 11276567. OLE color: 11276567.
HSL color Cylindrical-coordinate representation of color #1711AC: hue angle of 242.32º 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 #1711AC is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 17 | 172 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.33 |
| HSL | 242.32º | 0.82% | 0.37% | - |
| HSV(B) | 242.32º | 0.9% | 0.67% | - |
| XYZ | 8 | 3.56 | 39.3 | - |
| YUV | 36.46 | 204.49 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 172 | 0.87 | 0.90 | 0 | 0.33 | 242.32 | 0.82 | 0.37 |
| Hex | 17 | 11 | AC | 57 | 5A | 0 | 21 | F2 | 52 | 25 |
| Octal | 27 | 21 | 254 | 127 | 132 | 0 | 41 | 362 | 122 | 45 |
| Binary | 10111 | 10001 | 10101100 | 1010111 | 1011010 | 0 | 100001 | 11110010 | 1010010 | 100101 |
Color Harmonies of #1711AC
Complementary color
Monochromatic Colors of #1711AC
Black with #1711AC
Text Example
Text Example
White with #1711AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711AC; }
p { color: rgb(23,17,172); }
H1.HeaderClassName
{
color: #1711AC;
}
.AnyTagClassName
{
color: #1711AC;
}
</style>
background-color css
<style>
a { background-color: #1711AC; }
a { background-color: rgb(23,17,172); }
div.DivClassName
{
background-color: #1711AC;
}
.BgClassName
{
background-color: #1711AC;
}
</style>
border-color css
<style>
span { border-color: #1711AC; }
span { border-color: rgb(23,17,172); }
td.TdClassName
{
border-color: #1711AC;
}
.TagClassName
{
border-color: #1711AC;
}
</style>