Shades of Ultramarine #1711AD
Tints of Ultramarine #1711AD
RGB
CMYK
RGB Variations
Color information
#1711AD (or 0x1711AD) is known color: Ultramarine. HEX triplet: 17, 11 and AD. RGB value is (23,17,173). Sum of RGB (Red+Green+Blue) = 23+17+173=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #1711AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1711AD is #E8EE52. Grayscale: #232323. Windows color (decimal): -15265363 or 11342103. OLE color: 11342103.
HSL color Cylindrical-coordinate representation of color #1711AD: hue angle of 242.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1711AD is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 17 | 173 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.32 |
| HSL | 242.31º | 0.82% | 0.37% | - |
| HSV(B) | 242.31º | 0.9% | 0.68% | - |
| XYZ | 8.1 | 3.6 | 39.8 | - |
| YUV | 36.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 173 | 0.87 | 0.90 | 0 | 0.32 | 242.31 | 0.82 | 0.37 |
| Hex | 17 | 11 | AD | 57 | 5A | 0 | 20 | F2 | 52 | 25 |
| Octal | 27 | 21 | 255 | 127 | 132 | 0 | 40 | 362 | 122 | 45 |
| Binary | 10111 | 10001 | 10101101 | 1010111 | 1011010 | 0 | 100000 | 11110010 | 1010010 | 100101 |
Color Harmonies of #1711AD
Complementary color
Monochromatic Colors of #1711AD
Black with #1711AD
Text Example
Text Example
White with #1711AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711AD; }
p { color: rgb(23,17,173); }
H1.HeaderClassName
{
color: #1711AD;
}
.AnyTagClassName
{
color: #1711AD;
}
</style>
background-color css
<style>
a { background-color: #1711AD; }
a { background-color: rgb(23,17,173); }
div.DivClassName
{
background-color: #1711AD;
}
.BgClassName
{
background-color: #1711AD;
}
</style>
border-color css
<style>
span { border-color: #1711AD; }
span { border-color: rgb(23,17,173); }
td.TdClassName
{
border-color: #1711AD;
}
.TagClassName
{
border-color: #1711AD;
}
</style>