Shades of Ultramarine #170291
Tints of Ultramarine #170291
RGB
CMYK
RGB Variations
Color information
#170291 (or 0x170291) is known color: Ultramarine. HEX triplet: 17, 02 and 91. RGB value is (23,2,145). Sum of RGB (Red+Green+Blue) = 23+2+145=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #170291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170291 is #E8FD6E. Grayscale: #181818. Windows color (decimal): -15269231 or 9503255. OLE color: 9503255.
HSL color Cylindrical-coordinate representation of color #170291: hue angle of 248.81º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #170291 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 2 | 145 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.43 |
| HSL | 248.81º | 0.97% | 0.29% | - |
| HSV(B) | 248.81º | 0.99% | 0.57% | - |
| XYZ | 5.49 | 2.27 | 26.94 | - |
| YUV | 24.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 145 | 0.84 | 0.99 | 0 | 0.43 | 248.81 | 0.97 | 0.29 |
| Hex | 17 | 2 | 91 | 54 | 63 | 0 | 2B | F9 | 61 | 1D |
| Octal | 27 | 2 | 221 | 124 | 143 | 0 | 53 | 371 | 141 | 35 |
| Binary | 10111 | 10 | 10010001 | 1010100 | 1100011 | 0 | 101011 | 11111001 | 1100001 | 11101 |
Color Harmonies of #170291
Complementary color
Monochromatic Colors of #170291
Black with #170291
Text Example
Text Example
White with #170291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170291; }
p { color: rgb(23,2,145); }
H1.HeaderClassName
{
color: #170291;
}
.AnyTagClassName
{
color: #170291;
}
</style>
background-color css
<style>
a { background-color: #170291; }
a { background-color: rgb(23,2,145); }
div.DivClassName
{
background-color: #170291;
}
.BgClassName
{
background-color: #170291;
}
</style>
border-color css
<style>
span { border-color: #170291; }
span { border-color: rgb(23,2,145); }
td.TdClassName
{
border-color: #170291;
}
.TagClassName
{
border-color: #170291;
}
</style>