Shades of Ultramarine #170185
Tints of Ultramarine #170185
RGB
CMYK
RGB Variations
Color information
#170185 (or 0x170185) is known color: Ultramarine. HEX triplet: 17, 01 and 85. RGB value is (23,1,133). Sum of RGB (Red+Green+Blue) = 23+1+133=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #170185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170185 is #E8FE7A. Grayscale: #161616. Windows color (decimal): -15269499 or 8716567. OLE color: 8716567.
HSL color Cylindrical-coordinate representation of color #170185: hue angle of 250º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #170185 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 1 | 133 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.48 |
| HSL | 250º | 0.99% | 0.26% | - |
| HSV(B) | 250º | 0.99% | 0.52% | - |
| XYZ | 4.6 | 1.9 | 22.31 | - |
| YUV | 22.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 133 | 0.83 | 0.99 | 0 | 0.48 | 250 | 0.99 | 0.26 |
| Hex | 17 | 1 | 85 | 53 | 63 | 0 | 30 | FA | 63 | 1A |
| Octal | 27 | 1 | 205 | 123 | 143 | 0 | 60 | 372 | 143 | 32 |
| Binary | 10111 | 1 | 10000101 | 1010011 | 1100011 | 0 | 110000 | 11111010 | 1100011 | 11010 |
Color Harmonies of #170185
Complementary color
Monochromatic Colors of #170185
Black with #170185
Text Example
Text Example
White with #170185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170185; }
p { color: rgb(23,1,133); }
H1.HeaderClassName
{
color: #170185;
}
.AnyTagClassName
{
color: #170185;
}
</style>
background-color css
<style>
a { background-color: #170185; }
a { background-color: rgb(23,1,133); }
div.DivClassName
{
background-color: #170185;
}
.BgClassName
{
background-color: #170185;
}
</style>
border-color css
<style>
span { border-color: #170185; }
span { border-color: rgb(23,1,133); }
td.TdClassName
{
border-color: #170185;
}
.TagClassName
{
border-color: #170185;
}
</style>