Shades of Ultramarine #170AAC
Tints of Ultramarine #170AAC
RGB
CMYK
RGB Variations
Color information
#170AAC (or 0x170AAC) is known color: Ultramarine. HEX triplet: 17, 0A and AC. RGB value is (23,10,172). Sum of RGB (Red+Green+Blue) = 23+10+172=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #170AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170AAC is #E8F553. Grayscale: #1F1F1F. Windows color (decimal): -15267156 or 11274775. OLE color: 11274775.
HSL color Cylindrical-coordinate representation of color #170AAC: hue angle of 244.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170AAC is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 10 | 172 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.33 |
| HSL | 244.81º | 0.89% | 0.36% | - |
| HSV(B) | 244.81º | 0.94% | 0.67% | - |
| XYZ | 7.91 | 3.38 | 39.26 | - |
| YUV | 32.36 | 206.81 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 172 | 0.87 | 0.94 | 0 | 0.33 | 244.81 | 0.89 | 0.36 |
| Hex | 17 | A | AC | 57 | 5E | 0 | 21 | F5 | 59 | 24 |
| Octal | 27 | 12 | 254 | 127 | 136 | 0 | 41 | 365 | 131 | 44 |
| Binary | 10111 | 1010 | 10101100 | 1010111 | 1011110 | 0 | 100001 | 11110101 | 1011001 | 100100 |
Color Harmonies of #170AAC
Complementary color
Monochromatic Colors of #170AAC
Black with #170AAC
Text Example
Text Example
White with #170AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170AAC; }
p { color: rgb(23,10,172); }
H1.HeaderClassName
{
color: #170AAC;
}
.AnyTagClassName
{
color: #170AAC;
}
</style>
background-color css
<style>
a { background-color: #170AAC; }
a { background-color: rgb(23,10,172); }
div.DivClassName
{
background-color: #170AAC;
}
.BgClassName
{
background-color: #170AAC;
}
</style>
border-color css
<style>
span { border-color: #170AAC; }
span { border-color: rgb(23,10,172); }
td.TdClassName
{
border-color: #170AAC;
}
.TagClassName
{
border-color: #170AAC;
}
</style>