Shades of Ultramarine #170F9A
Tints of Ultramarine #170F9A
RGB
CMYK
RGB Variations
Color information
#170F9A (or 0x170F9A) is known color: Ultramarine. HEX triplet: 17, 0F and 9A. RGB value is (23,15,154). Sum of RGB (Red+Green+Blue) = 23+15+154=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #170F9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170F9A is #E8F065. Grayscale: #202020. Windows color (decimal): -15265894 or 10096407. OLE color: 10096407.
HSL color Cylindrical-coordinate representation of color #170F9A: hue angle of 243.45º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170F9A is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 15 | 154 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.40 |
| HSL | 243.45º | 0.82% | 0.33% | - |
| HSV(B) | 243.45º | 0.9% | 0.6% | - |
| XYZ | 6.36 | 2.86 | 30.79 | - |
| YUV | 33.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 154 | 0.85 | 0.90 | 0 | 0.40 | 243.45 | 0.82 | 0.33 |
| Hex | 17 | F | 9A | 55 | 5A | 0 | 28 | F3 | 52 | 21 |
| Octal | 27 | 17 | 232 | 125 | 132 | 0 | 50 | 363 | 122 | 41 |
| Binary | 10111 | 1111 | 10011010 | 1010101 | 1011010 | 0 | 101000 | 11110011 | 1010010 | 100001 |
Color Harmonies of #170F9A
Complementary color
Monochromatic Colors of #170F9A
Black with #170F9A
Text Example
Text Example
White with #170F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F9A; }
p { color: rgb(23,15,154); }
H1.HeaderClassName
{
color: #170F9A;
}
.AnyTagClassName
{
color: #170F9A;
}
</style>
background-color css
<style>
a { background-color: #170F9A; }
a { background-color: rgb(23,15,154); }
div.DivClassName
{
background-color: #170F9A;
}
.BgClassName
{
background-color: #170F9A;
}
</style>
border-color css
<style>
span { border-color: #170F9A; }
span { border-color: rgb(23,15,154); }
td.TdClassName
{
border-color: #170F9A;
}
.TagClassName
{
border-color: #170F9A;
}
</style>