Shades of Ultramarine #17159D
Tints of Ultramarine #17159D
RGB
CMYK
RGB Variations
Color information
#17159D (or 0x17159D) is known color: Ultramarine. HEX triplet: 17, 15 and 9D. RGB value is (23,21,157). Sum of RGB (Red+Green+Blue) = 23+21+157=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #17159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17159D is #E8EA62. Grayscale: #242424. Windows color (decimal): -15264355 or 10294551. OLE color: 10294551.
HSL color Cylindrical-coordinate representation of color #17159D: hue angle of 240.88º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17159D is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 21 | 157 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.38 |
| HSL | 240.88º | 0.76% | 0.35% | - |
| HSV(B) | 240.88º | 0.87% | 0.62% | - |
| XYZ | 6.71 | 3.15 | 32.15 | - |
| YUV | 37.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 157 | 0.85 | 0.87 | 0 | 0.38 | 240.88 | 0.76 | 0.35 |
| Hex | 17 | 15 | 9D | 55 | 57 | 0 | 26 | F1 | 4C | 23 |
| Octal | 27 | 25 | 235 | 125 | 127 | 0 | 46 | 361 | 114 | 43 |
| Binary | 10111 | 10101 | 10011101 | 1010101 | 1010111 | 0 | 100110 | 11110001 | 1001100 | 100011 |
Color Harmonies of #17159D
Complementary color
Monochromatic Colors of #17159D
Black with #17159D
Text Example
Text Example
White with #17159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17159D; }
p { color: rgb(23,21,157); }
H1.HeaderClassName
{
color: #17159D;
}
.AnyTagClassName
{
color: #17159D;
}
</style>
background-color css
<style>
a { background-color: #17159D; }
a { background-color: rgb(23,21,157); }
div.DivClassName
{
background-color: #17159D;
}
.BgClassName
{
background-color: #17159D;
}
</style>
border-color css
<style>
span { border-color: #17159D; }
span { border-color: rgb(23,21,157); }
td.TdClassName
{
border-color: #17159D;
}
.TagClassName
{
border-color: #17159D;
}
</style>