Shades of Ultramarine #170296
Tints of Ultramarine #170296
RGB
CMYK
RGB Variations
Color information
#170296 (or 0x170296) is known color: Ultramarine. HEX triplet: 17, 02 and 96. RGB value is (23,2,150). Sum of RGB (Red+Green+Blue) = 23+2+150=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #170296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170296 is #E8FD69. Grayscale: #181818. Windows color (decimal): -15269226 or 9830935. OLE color: 9830935.
HSL color Cylindrical-coordinate representation of color #170296: hue angle of 248.51º degrees, saturation: 0.97, 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 #170296 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 2 | 150 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.41 |
| HSL | 248.51º | 0.97% | 0.3% | - |
| HSV(B) | 248.51º | 0.99% | 0.59% | - |
| XYZ | 5.88 | 2.43 | 29.01 | - |
| YUV | 25.15 | 198.46 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 150 | 0.85 | 0.99 | 0 | 0.41 | 248.51 | 0.97 | 0.3 |
| Hex | 17 | 2 | 96 | 55 | 63 | 0 | 29 | F9 | 61 | 1E |
| Octal | 27 | 2 | 226 | 125 | 143 | 0 | 51 | 371 | 141 | 36 |
| Binary | 10111 | 10 | 10010110 | 1010101 | 1100011 | 0 | 101001 | 11111001 | 1100001 | 11110 |
Color Harmonies of #170296
Complementary color
Monochromatic Colors of #170296
Black with #170296
Text Example
Text Example
White with #170296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170296; }
p { color: rgb(23,2,150); }
H1.HeaderClassName
{
color: #170296;
}
.AnyTagClassName
{
color: #170296;
}
</style>
background-color css
<style>
a { background-color: #170296; }
a { background-color: rgb(23,2,150); }
div.DivClassName
{
background-color: #170296;
}
.BgClassName
{
background-color: #170296;
}
</style>
border-color css
<style>
span { border-color: #170296; }
span { border-color: rgb(23,2,150); }
td.TdClassName
{
border-color: #170296;
}
.TagClassName
{
border-color: #170296;
}
</style>