Shades of Ultramarine #170DAC
Tints of Ultramarine #170DAC
RGB
CMYK
RGB Variations
Color information
#170DAC (or 0x170DAC) is known color: Ultramarine. HEX triplet: 17, 0D and AC. RGB value is (23,13,172). Sum of RGB (Red+Green+Blue) = 23+13+172=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #170DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170DAC is #E8F253. Grayscale: #212121. Windows color (decimal): -15266388 or 11275543. OLE color: 11275543.
HSL color Cylindrical-coordinate representation of color #170DAC: hue angle of 243.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170DAC is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 13 | 172 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.33 |
| HSL | 243.77º | 0.86% | 0.36% | - |
| HSV(B) | 243.77º | 0.92% | 0.67% | - |
| XYZ | 7.94 | 3.45 | 39.28 | - |
| YUV | 34.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 172 | 0.87 | 0.92 | 0 | 0.33 | 243.77 | 0.86 | 0.36 |
| Hex | 17 | D | AC | 57 | 5C | 0 | 21 | F4 | 56 | 24 |
| Octal | 27 | 15 | 254 | 127 | 134 | 0 | 41 | 364 | 126 | 44 |
| Binary | 10111 | 1101 | 10101100 | 1010111 | 1011100 | 0 | 100001 | 11110100 | 1010110 | 100100 |
Color Harmonies of #170DAC
Complementary color
Monochromatic Colors of #170DAC
Black with #170DAC
Text Example
Text Example
White with #170DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DAC; }
p { color: rgb(23,13,172); }
H1.HeaderClassName
{
color: #170DAC;
}
.AnyTagClassName
{
color: #170DAC;
}
</style>
background-color css
<style>
a { background-color: #170DAC; }
a { background-color: rgb(23,13,172); }
div.DivClassName
{
background-color: #170DAC;
}
.BgClassName
{
background-color: #170DAC;
}
</style>
border-color css
<style>
span { border-color: #170DAC; }
span { border-color: rgb(23,13,172); }
td.TdClassName
{
border-color: #170DAC;
}
.TagClassName
{
border-color: #170DAC;
}
</style>