Shades of Ultramarine #1715AA
Tints of Ultramarine #1715AA
RGB
CMYK
RGB Variations
Color information
#1715AA (or 0x1715AA) is known color: Ultramarine. HEX triplet: 17, 15 and AA. RGB value is (23,21,170). Sum of RGB (Red+Green+Blue) = 23+21+170=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #1715AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1715AA is #E8EA55. Grayscale: #252525. Windows color (decimal): -15264342 or 11146519. OLE color: 11146519.
HSL color Cylindrical-coordinate representation of color #1715AA: hue angle of 240.81º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1715AA is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 21 | 170 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.33 |
| HSL | 240.81º | 0.78% | 0.37% | - |
| HSV(B) | 240.81º | 0.88% | 0.67% | - |
| XYZ | 7.88 | 3.62 | 38.31 | - |
| YUV | 38.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 170 | 0.86 | 0.88 | 0 | 0.33 | 240.81 | 0.78 | 0.37 |
| Hex | 17 | 15 | AA | 56 | 58 | 0 | 21 | F1 | 4E | 25 |
| Octal | 27 | 25 | 252 | 126 | 130 | 0 | 41 | 361 | 116 | 45 |
| Binary | 10111 | 10101 | 10101010 | 1010110 | 1011000 | 0 | 100001 | 11110001 | 1001110 | 100101 |
Color Harmonies of #1715AA
Complementary color
Monochromatic Colors of #1715AA
Black with #1715AA
Text Example
Text Example
White with #1715AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715AA; }
p { color: rgb(23,21,170); }
H1.HeaderClassName
{
color: #1715AA;
}
.AnyTagClassName
{
color: #1715AA;
}
</style>
background-color css
<style>
a { background-color: #1715AA; }
a { background-color: rgb(23,21,170); }
div.DivClassName
{
background-color: #1715AA;
}
.BgClassName
{
background-color: #1715AA;
}
</style>
border-color css
<style>
span { border-color: #1715AA; }
span { border-color: rgb(23,21,170); }
td.TdClassName
{
border-color: #1715AA;
}
.TagClassName
{
border-color: #1715AA;
}
</style>