Shades of Ultramarine #170295
Tints of Ultramarine #170295
RGB
CMYK
RGB Variations
Color information
#170295 (or 0x170295) is known color: Ultramarine. HEX triplet: 17, 02 and 95. RGB value is (23,2,149). Sum of RGB (Red+Green+Blue) = 23+2+149=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #170295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170295 is #E8FD6A. Grayscale: #181818. Windows color (decimal): -15269227 or 9765399. OLE color: 9765399.
HSL color Cylindrical-coordinate representation of color #170295: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #170295 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 2 | 149 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.42 |
| HSL | 248.57º | 0.97% | 0.3% | - |
| HSV(B) | 248.57º | 0.99% | 0.58% | - |
| XYZ | 5.8 | 2.4 | 28.59 | - |
| YUV | 25.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 149 | 0.85 | 0.99 | 0 | 0.42 | 248.57 | 0.97 | 0.3 |
| Hex | 17 | 2 | 95 | 55 | 63 | 0 | 2A | F9 | 61 | 1E |
| Octal | 27 | 2 | 225 | 125 | 143 | 0 | 52 | 371 | 141 | 36 |
| Binary | 10111 | 10 | 10010101 | 1010101 | 1100011 | 0 | 101010 | 11111001 | 1100001 | 11110 |
Color Harmonies of #170295
Complementary color
Monochromatic Colors of #170295
Black with #170295
Text Example
Text Example
White with #170295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170295; }
p { color: rgb(23,2,149); }
H1.HeaderClassName
{
color: #170295;
}
.AnyTagClassName
{
color: #170295;
}
</style>
background-color css
<style>
a { background-color: #170295; }
a { background-color: rgb(23,2,149); }
div.DivClassName
{
background-color: #170295;
}
.BgClassName
{
background-color: #170295;
}
</style>
border-color css
<style>
span { border-color: #170295; }
span { border-color: rgb(23,2,149); }
td.TdClassName
{
border-color: #170295;
}
.TagClassName
{
border-color: #170295;
}
</style>