Shades of Ultramarine #170B8F
Tints of Ultramarine #170B8F
RGB
CMYK
RGB Variations
Color information
#170B8F (or 0x170B8F) is known color: Ultramarine. HEX triplet: 17, 0B and 8F. RGB value is (23,11,143). Sum of RGB (Red+Green+Blue) = 23+11+143=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #170B8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170B8F is #E8F470. Grayscale: #1D1D1D. Windows color (decimal): -15266929 or 9374487. OLE color: 9374487.
HSL color Cylindrical-coordinate representation of color #170B8F: hue angle of 245.45º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170B8F is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 11 | 143 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.44 |
| HSL | 245.45º | 0.86% | 0.3% | - |
| HSV(B) | 245.45º | 0.92% | 0.56% | - |
| XYZ | 5.43 | 2.4 | 26.16 | - |
| YUV | 29.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 143 | 0.84 | 0.92 | 0 | 0.44 | 245.45 | 0.86 | 0.3 |
| Hex | 17 | B | 8F | 54 | 5C | 0 | 2C | F5 | 56 | 1E |
| Octal | 27 | 13 | 217 | 124 | 134 | 0 | 54 | 365 | 126 | 36 |
| Binary | 10111 | 1011 | 10001111 | 1010100 | 1011100 | 0 | 101100 | 11110101 | 1010110 | 11110 |
Color Harmonies of #170B8F
Complementary color
Monochromatic Colors of #170B8F
Black with #170B8F
Text Example
Text Example
White with #170B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B8F; }
p { color: rgb(23,11,143); }
H1.HeaderClassName
{
color: #170B8F;
}
.AnyTagClassName
{
color: #170B8F;
}
</style>
background-color css
<style>
a { background-color: #170B8F; }
a { background-color: rgb(23,11,143); }
div.DivClassName
{
background-color: #170B8F;
}
.BgClassName
{
background-color: #170B8F;
}
</style>
border-color css
<style>
span { border-color: #170B8F; }
span { border-color: rgb(23,11,143); }
td.TdClassName
{
border-color: #170B8F;
}
.TagClassName
{
border-color: #170B8F;
}
</style>