Shades of Ultramarine #170197
Tints of Ultramarine #170197
RGB
CMYK
RGB Variations
Color information
#170197 (or 0x170197) is known color: Ultramarine. HEX triplet: 17, 01 and 97. RGB value is (23,1,151). Sum of RGB (Red+Green+Blue) = 23+1+151=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #170197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170197 is #E8FE68. Grayscale: #181818. Windows color (decimal): -15269481 or 9896215. OLE color: 9896215.
HSL color Cylindrical-coordinate representation of color #170197: hue angle of 248.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #170197 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 1 | 151 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.41 |
| HSL | 248.8º | 0.99% | 0.3% | - |
| HSV(B) | 248.8º | 0.99% | 0.59% | - |
| XYZ | 5.95 | 2.44 | 29.44 | - |
| YUV | 24.68 | 199.29 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 151 | 0.85 | 0.99 | 0 | 0.41 | 248.8 | 0.99 | 0.3 |
| Hex | 17 | 1 | 97 | 55 | 63 | 0 | 29 | F9 | 63 | 1E |
| Octal | 27 | 1 | 227 | 125 | 143 | 0 | 51 | 371 | 143 | 36 |
| Binary | 10111 | 1 | 10010111 | 1010101 | 1100011 | 0 | 101001 | 11111001 | 1100011 | 11110 |
Color Harmonies of #170197
Complementary color
Monochromatic Colors of #170197
Black with #170197
Text Example
Text Example
White with #170197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170197; }
p { color: rgb(23,1,151); }
H1.HeaderClassName
{
color: #170197;
}
.AnyTagClassName
{
color: #170197;
}
</style>
background-color css
<style>
a { background-color: #170197; }
a { background-color: rgb(23,1,151); }
div.DivClassName
{
background-color: #170197;
}
.BgClassName
{
background-color: #170197;
}
</style>
border-color css
<style>
span { border-color: #170197; }
span { border-color: rgb(23,1,151); }
td.TdClassName
{
border-color: #170197;
}
.TagClassName
{
border-color: #170197;
}
</style>