Shades of Ultramarine #170CA6
Tints of Ultramarine #170CA6
RGB
CMYK
RGB Variations
Color information
#170CA6 (or 0x170CA6) is known color: Ultramarine. HEX triplet: 17, 0C and A6. RGB value is (23,12,166). Sum of RGB (Red+Green+Blue) = 23+12+166=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 166 (65.23% from 255 or 82.59% from 201); Max value from RGB is 166 - color contains mainly: blue. Hex color #170CA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170CA6 is #E8F359. Grayscale: #202020. Windows color (decimal): -15266650 or 10882071. OLE color: 10882071.
HSL color Cylindrical-coordinate representation of color #170CA6: hue angle of 244.29º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170CA6 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 12 | 166 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.35 |
| HSL | 244.29º | 0.87% | 0.35% | - |
| HSV(B) | 244.29º | 0.93% | 0.65% | - |
| XYZ | 7.37 | 3.2 | 36.31 | - |
| YUV | 32.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 166 | 0.86 | 0.93 | 0 | 0.35 | 244.29 | 0.87 | 0.35 |
| Hex | 17 | C | A6 | 56 | 5D | 0 | 23 | F4 | 57 | 23 |
| Octal | 27 | 14 | 246 | 126 | 135 | 0 | 43 | 364 | 127 | 43 |
| Binary | 10111 | 1100 | 10100110 | 1010110 | 1011101 | 0 | 100011 | 11110100 | 1010111 | 100011 |
Color Harmonies of #170CA6
Complementary color
Monochromatic Colors of #170CA6
Black with #170CA6
Text Example
Text Example
White with #170CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CA6; }
p { color: rgb(23,12,166); }
H1.HeaderClassName
{
color: #170CA6;
}
.AnyTagClassName
{
color: #170CA6;
}
</style>
background-color css
<style>
a { background-color: #170CA6; }
a { background-color: rgb(23,12,166); }
div.DivClassName
{
background-color: #170CA6;
}
.BgClassName
{
background-color: #170CA6;
}
</style>
border-color css
<style>
span { border-color: #170CA6; }
span { border-color: rgb(23,12,166); }
td.TdClassName
{
border-color: #170CA6;
}
.TagClassName
{
border-color: #170CA6;
}
</style>