Shades of Ultramarine #170AAB
Tints of Ultramarine #170AAB
RGB
CMYK
RGB Variations
Color information
#170AAB (or 0x170AAB) is known color: Ultramarine. HEX triplet: 17, 0A and AB. RGB value is (23,10,171). Sum of RGB (Red+Green+Blue) = 23+10+171=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #170AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170AAB is #E8F554. Grayscale: #1F1F1F. Windows color (decimal): -15267157 or 11209239. OLE color: 11209239.
HSL color Cylindrical-coordinate representation of color #170AAB: hue angle of 244.84º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170AAB is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 10 | 171 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.33 |
| HSL | 244.84º | 0.89% | 0.35% | - |
| HSV(B) | 244.84º | 0.94% | 0.67% | - |
| XYZ | 7.81 | 3.34 | 38.76 | - |
| YUV | 32.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 171 | 0.87 | 0.94 | 0 | 0.33 | 244.84 | 0.89 | 0.35 |
| Hex | 17 | A | AB | 57 | 5E | 0 | 21 | F5 | 59 | 23 |
| Octal | 27 | 12 | 253 | 127 | 136 | 0 | 41 | 365 | 131 | 43 |
| Binary | 10111 | 1010 | 10101011 | 1010111 | 1011110 | 0 | 100001 | 11110101 | 1011001 | 100011 |
Color Harmonies of #170AAB
Complementary color
Monochromatic Colors of #170AAB
Black with #170AAB
Text Example
Text Example
White with #170AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170AAB; }
p { color: rgb(23,10,171); }
H1.HeaderClassName
{
color: #170AAB;
}
.AnyTagClassName
{
color: #170AAB;
}
</style>
background-color css
<style>
a { background-color: #170AAB; }
a { background-color: rgb(23,10,171); }
div.DivClassName
{
background-color: #170AAB;
}
.BgClassName
{
background-color: #170AAB;
}
</style>
border-color css
<style>
span { border-color: #170AAB; }
span { border-color: rgb(23,10,171); }
td.TdClassName
{
border-color: #170AAB;
}
.TagClassName
{
border-color: #170AAB;
}
</style>