Shades of Ultramarine #170085
Tints of Ultramarine #170085
RGB
CMYK
RGB Variations
Color information
#170085 (or 0x170085) is known color: Ultramarine. HEX triplet: 17, 00 and 85. RGB value is (23,0,133). Sum of RGB (Red+Green+Blue) = 23+0+133=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #170085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170085 is #E8FF7A. Grayscale: #151515. Windows color (decimal): -15269755 or 8716311. OLE color: 8716311.
HSL color Cylindrical-coordinate representation of color #170085: hue angle of 250.38º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170085 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 0 | 133 | - |
| CMYK | 0.83 | 1 | 0 | 0.48 |
| HSL | 250.38º | 1% | 0.26% | - |
| HSV(B) | 250.38º | 1% | 0.52% | - |
| XYZ | 4.59 | 1.88 | 22.31 | - |
| YUV | 22.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 133 | 0.83 | 1 | 0 | 0.48 | 250.38 | 1 | 0.26 |
| Hex | 17 | 0 | 85 | 53 | 64 | 0 | 30 | FA | 64 | 1A |
| Octal | 27 | 0 | 205 | 123 | 144 | 0 | 60 | 372 | 144 | 32 |
| Binary | 10111 | 0 | 10000101 | 1010011 | 1100100 | 0 | 110000 | 11111010 | 1100100 | 11010 |
Color Harmonies of #170085
Complementary color
Monochromatic Colors of #170085
Black with #170085
Text Example
Text Example
White with #170085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170085; }
p { color: rgb(23,0,133); }
H1.HeaderClassName
{
color: #170085;
}
.AnyTagClassName
{
color: #170085;
}
</style>
background-color css
<style>
a { background-color: #170085; }
a { background-color: rgb(23,0,133); }
div.DivClassName
{
background-color: #170085;
}
.BgClassName
{
background-color: #170085;
}
</style>
border-color css
<style>
span { border-color: #170085; }
span { border-color: rgb(23,0,133); }
td.TdClassName
{
border-color: #170085;
}
.TagClassName
{
border-color: #170085;
}
</style>