Shades of Ultramarine #17059F
Tints of Ultramarine #17059F
RGB
CMYK
RGB Variations
Color information
#17059F (or 0x17059F) is known color: Ultramarine. HEX triplet: 17, 05 and 9F. RGB value is (23,5,159). Sum of RGB (Red+Green+Blue) = 23+5+159=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #17059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17059F is #E8FA60. Grayscale: #1B1B1B. Windows color (decimal): -15268449 or 10421527. OLE color: 10421527.
HSL color Cylindrical-coordinate representation of color #17059F: hue angle of 247.01º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17059F is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 5 | 159 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.38 |
| HSL | 247.01º | 0.94% | 0.32% | - |
| HSV(B) | 247.01º | 0.97% | 0.62% | - |
| XYZ | 6.67 | 2.79 | 32.99 | - |
| YUV | 27.94 | 201.96 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 159 | 0.86 | 0.97 | 0 | 0.38 | 247.01 | 0.94 | 0.32 |
| Hex | 17 | 5 | 9F | 56 | 61 | 0 | 26 | F7 | 5E | 20 |
| Octal | 27 | 5 | 237 | 126 | 141 | 0 | 46 | 367 | 136 | 40 |
| Binary | 10111 | 101 | 10011111 | 1010110 | 1100001 | 0 | 100110 | 11110111 | 1011110 | 100000 |
Color Harmonies of #17059F
Complementary color
Monochromatic Colors of #17059F
Black with #17059F
Text Example
Text Example
White with #17059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17059F; }
p { color: rgb(23,5,159); }
H1.HeaderClassName
{
color: #17059F;
}
.AnyTagClassName
{
color: #17059F;
}
</style>
background-color css
<style>
a { background-color: #17059F; }
a { background-color: rgb(23,5,159); }
div.DivClassName
{
background-color: #17059F;
}
.BgClassName
{
background-color: #17059F;
}
</style>
border-color css
<style>
span { border-color: #17059F; }
span { border-color: rgb(23,5,159); }
td.TdClassName
{
border-color: #17059F;
}
.TagClassName
{
border-color: #17059F;
}
</style>