Shades of Ultramarine #17088F
Tints of Ultramarine #17088F
RGB
CMYK
RGB Variations
Color information
#17088F (or 0x17088F) is known color: Ultramarine. HEX triplet: 17, 08 and 8F. RGB value is (23,8,143). Sum of RGB (Red+Green+Blue) = 23+8+143=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #17088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17088F is #E8F770. Grayscale: #1B1B1B. Windows color (decimal): -15267697 or 9373719. OLE color: 9373719.
HSL color Cylindrical-coordinate representation of color #17088F: hue angle of 246.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17088F is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 8 | 143 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.44 |
| HSL | 246.67º | 0.89% | 0.3% | - |
| HSV(B) | 246.67º | 0.94% | 0.56% | - |
| XYZ | 5.4 | 2.34 | 26.15 | - |
| YUV | 27.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 143 | 0.84 | 0.94 | 0 | 0.44 | 246.67 | 0.89 | 0.3 |
| Hex | 17 | 8 | 8F | 54 | 5E | 0 | 2C | F7 | 59 | 1E |
| Octal | 27 | 10 | 217 | 124 | 136 | 0 | 54 | 367 | 131 | 36 |
| Binary | 10111 | 1000 | 10001111 | 1010100 | 1011110 | 0 | 101100 | 11110111 | 1011001 | 11110 |
Color Harmonies of #17088F
Complementary color
Monochromatic Colors of #17088F
Black with #17088F
Text Example
Text Example
White with #17088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17088F; }
p { color: rgb(23,8,143); }
H1.HeaderClassName
{
color: #17088F;
}
.AnyTagClassName
{
color: #17088F;
}
</style>
background-color css
<style>
a { background-color: #17088F; }
a { background-color: rgb(23,8,143); }
div.DivClassName
{
background-color: #17088F;
}
.BgClassName
{
background-color: #17088F;
}
</style>
border-color css
<style>
span { border-color: #17088F; }
span { border-color: rgb(23,8,143); }
td.TdClassName
{
border-color: #17088F;
}
.TagClassName
{
border-color: #17088F;
}
</style>