Shades of Ultramarine #170B99
Tints of Ultramarine #170B99
RGB
CMYK
RGB Variations
Color information
#170B99 (or 0x170B99) is known color: Ultramarine. HEX triplet: 17, 0B and 99. RGB value is (23,11,153). Sum of RGB (Red+Green+Blue) = 23+11+153=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #170B99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170B99 is #E8F466. Grayscale: #1E1E1E. Windows color (decimal): -15266919 or 10029847. OLE color: 10029847.
HSL color Cylindrical-coordinate representation of color #170B99: hue angle of 245.07º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170B99 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 11 | 153 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.4 |
| HSL | 245.07º | 0.87% | 0.32% | - |
| HSV(B) | 245.07º | 0.93% | 0.6% | - |
| XYZ | 6.22 | 2.72 | 30.33 | - |
| YUV | 30.78 | 196.98 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 153 | 0.85 | 0.93 | 0 | 0.4 | 245.07 | 0.87 | 0.32 |
| Hex | 17 | B | 99 | 55 | 5D | 0 | 28 | F5 | 57 | 20 |
| Octal | 27 | 13 | 231 | 125 | 135 | 0 | 50 | 365 | 127 | 40 |
| Binary | 10111 | 1011 | 10011001 | 1010101 | 1011101 | 0 | 101000 | 11110101 | 1010111 | 100000 |
Color Harmonies of #170B99
Complementary color
Monochromatic Colors of #170B99
Black with #170B99
Text Example
Text Example
White with #170B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B99; }
p { color: rgb(23,11,153); }
H1.HeaderClassName
{
color: #170B99;
}
.AnyTagClassName
{
color: #170B99;
}
</style>
background-color css
<style>
a { background-color: #170B99; }
a { background-color: rgb(23,11,153); }
div.DivClassName
{
background-color: #170B99;
}
.BgClassName
{
background-color: #170B99;
}
</style>
border-color css
<style>
span { border-color: #170B99; }
span { border-color: rgb(23,11,153); }
td.TdClassName
{
border-color: #170B99;
}
.TagClassName
{
border-color: #170B99;
}
</style>