Shades of Ultramarine #170BAB
Tints of Ultramarine #170BAB
RGB
CMYK
RGB Variations
Color information
#170BAB (or 0x170BAB) is known color: Ultramarine. HEX triplet: 17, 0B and AB. RGB value is (23,11,171). Sum of RGB (Red+Green+Blue) = 23+11+171=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #170BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170BAB is #E8F454. Grayscale: #202020. Windows color (decimal): -15266901 or 11209495. OLE color: 11209495.
HSL color Cylindrical-coordinate representation of color #170BAB: hue angle of 244.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170BAB is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 11 | 171 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.33 |
| HSL | 244.5º | 0.88% | 0.36% | - |
| HSV(B) | 244.5º | 0.94% | 0.67% | - |
| XYZ | 7.82 | 3.36 | 38.76 | - |
| YUV | 32.83 | 205.98 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 171 | 0.87 | 0.94 | 0 | 0.33 | 244.5 | 0.88 | 0.36 |
| Hex | 17 | B | AB | 57 | 5E | 0 | 21 | F4 | 58 | 24 |
| Octal | 27 | 13 | 253 | 127 | 136 | 0 | 41 | 364 | 130 | 44 |
| Binary | 10111 | 1011 | 10101011 | 1010111 | 1011110 | 0 | 100001 | 11110100 | 1011000 | 100100 |
Color Harmonies of #170BAB
Complementary color
Monochromatic Colors of #170BAB
Black with #170BAB
Text Example
Text Example
White with #170BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BAB; }
p { color: rgb(23,11,171); }
H1.HeaderClassName
{
color: #170BAB;
}
.AnyTagClassName
{
color: #170BAB;
}
</style>
background-color css
<style>
a { background-color: #170BAB; }
a { background-color: rgb(23,11,171); }
div.DivClassName
{
background-color: #170BAB;
}
.BgClassName
{
background-color: #170BAB;
}
</style>
border-color css
<style>
span { border-color: #170BAB; }
span { border-color: rgb(23,11,171); }
td.TdClassName
{
border-color: #170BAB;
}
.TagClassName
{
border-color: #170BAB;
}
</style>