Shades of Ultramarine #1715AD
Tints of Ultramarine #1715AD
RGB
CMYK
RGB Variations
Color information
#1715AD (or 0x1715AD) is known color: Ultramarine. HEX triplet: 17, 15 and AD. RGB value is (23,21,173). Sum of RGB (Red+Green+Blue) = 23+21+173=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #1715AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1715AD is #E8EA52. Grayscale: #262626. Windows color (decimal): -15264339 or 11343127. OLE color: 11343127.
HSL color Cylindrical-coordinate representation of color #1715AD: hue angle of 240.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1715AD is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 21 | 173 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.32 |
| HSL | 240.79º | 0.78% | 0.38% | - |
| HSV(B) | 240.79º | 0.88% | 0.68% | - |
| XYZ | 8.16 | 3.74 | 39.83 | - |
| YUV | 38.93 | 203.66 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 173 | 0.87 | 0.88 | 0 | 0.32 | 240.79 | 0.78 | 0.38 |
| Hex | 17 | 15 | AD | 57 | 58 | 0 | 20 | F1 | 4E | 26 |
| Octal | 27 | 25 | 255 | 127 | 130 | 0 | 40 | 361 | 116 | 46 |
| Binary | 10111 | 10101 | 10101101 | 1010111 | 1011000 | 0 | 100000 | 11110001 | 1001110 | 100110 |
Color Harmonies of #1715AD
Complementary color
Monochromatic Colors of #1715AD
Black with #1715AD
Text Example
Text Example
White with #1715AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715AD; }
p { color: rgb(23,21,173); }
H1.HeaderClassName
{
color: #1715AD;
}
.AnyTagClassName
{
color: #1715AD;
}
</style>
background-color css
<style>
a { background-color: #1715AD; }
a { background-color: rgb(23,21,173); }
div.DivClassName
{
background-color: #1715AD;
}
.BgClassName
{
background-color: #1715AD;
}
</style>
border-color css
<style>
span { border-color: #1715AD; }
span { border-color: rgb(23,21,173); }
td.TdClassName
{
border-color: #1715AD;
}
.TagClassName
{
border-color: #1715AD;
}
</style>