Shades of Ultramarine #170AA0
Tints of Ultramarine #170AA0
RGB
CMYK
RGB Variations
Color information
#170AA0 (or 0x170AA0) is known color: Ultramarine. HEX triplet: 17, 0A and A0. RGB value is (23,10,160). Sum of RGB (Red+Green+Blue) = 23+10+160=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 160 (62.89% from 255 or 82.90% from 193); Max value from RGB is 160 - color contains mainly: blue. Hex color #170AA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170AA0 is #E8F55F. Grayscale: #1E1E1E. Windows color (decimal): -15267168 or 10488343. OLE color: 10488343.
HSL color Cylindrical-coordinate representation of color #170AA0: hue angle of 245.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170AA0 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 10 | 160 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.37 |
| HSL | 245.2º | 0.88% | 0.33% | - |
| HSV(B) | 245.2º | 0.94% | 0.63% | - |
| XYZ | 6.81 | 2.94 | 33.47 | - |
| YUV | 30.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 160 | 0.86 | 0.94 | 0 | 0.37 | 245.2 | 0.88 | 0.33 |
| Hex | 17 | A | A0 | 56 | 5E | 0 | 25 | F5 | 58 | 21 |
| Octal | 27 | 12 | 240 | 126 | 136 | 0 | 45 | 365 | 130 | 41 |
| Binary | 10111 | 1010 | 10100000 | 1010110 | 1011110 | 0 | 100101 | 11110101 | 1011000 | 100001 |
Color Harmonies of #170AA0
Complementary color
Monochromatic Colors of #170AA0
Black with #170AA0
Text Example
Text Example
White with #170AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170AA0; }
p { color: rgb(23,10,160); }
H1.HeaderClassName
{
color: #170AA0;
}
.AnyTagClassName
{
color: #170AA0;
}
</style>
background-color css
<style>
a { background-color: #170AA0; }
a { background-color: rgb(23,10,160); }
div.DivClassName
{
background-color: #170AA0;
}
.BgClassName
{
background-color: #170AA0;
}
</style>
border-color css
<style>
span { border-color: #170AA0; }
span { border-color: rgb(23,10,160); }
td.TdClassName
{
border-color: #170AA0;
}
.TagClassName
{
border-color: #170AA0;
}
</style>