Shades of Ultramarine #1715AB
Tints of Ultramarine #1715AB
RGB
CMYK
RGB Variations
Color information
#1715AB (or 0x1715AB) is known color: Ultramarine. HEX triplet: 17, 15 and AB. RGB value is (23,21,171). Sum of RGB (Red+Green+Blue) = 23+21+171=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #1715AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1715AB is #E8EA54. Grayscale: #262626. Windows color (decimal): -15264341 or 11212055. OLE color: 11212055.
HSL color Cylindrical-coordinate representation of color #1715AB: hue angle of 240.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1715AB is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 21 | 171 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.33 |
| HSL | 240.8º | 0.78% | 0.38% | - |
| HSV(B) | 240.8º | 0.88% | 0.67% | - |
| XYZ | 7.97 | 3.66 | 38.81 | - |
| YUV | 38.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 171 | 0.87 | 0.88 | 0 | 0.33 | 240.8 | 0.78 | 0.38 |
| Hex | 17 | 15 | AB | 57 | 58 | 0 | 21 | F1 | 4E | 26 |
| Octal | 27 | 25 | 253 | 127 | 130 | 0 | 41 | 361 | 116 | 46 |
| Binary | 10111 | 10101 | 10101011 | 1010111 | 1011000 | 0 | 100001 | 11110001 | 1001110 | 100110 |
Color Harmonies of #1715AB
Complementary color
Monochromatic Colors of #1715AB
Black with #1715AB
Text Example
Text Example
White with #1715AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715AB; }
p { color: rgb(23,21,171); }
H1.HeaderClassName
{
color: #1715AB;
}
.AnyTagClassName
{
color: #1715AB;
}
</style>
background-color css
<style>
a { background-color: #1715AB; }
a { background-color: rgb(23,21,171); }
div.DivClassName
{
background-color: #1715AB;
}
.BgClassName
{
background-color: #1715AB;
}
</style>
border-color css
<style>
span { border-color: #1715AB; }
span { border-color: rgb(23,21,171); }
td.TdClassName
{
border-color: #1715AB;
}
.TagClassName
{
border-color: #1715AB;
}
</style>