Shades of Ultramarine #17158D
Tints of Ultramarine #17158D
RGB
CMYK
RGB Variations
Color information
#17158D (or 0x17158D) is known color: Ultramarine. HEX triplet: 17, 15 and 8D. RGB value is (23,21,141). Sum of RGB (Red+Green+Blue) = 23+21+141=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #17158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17158D is #E8EA72. Grayscale: #222222. Windows color (decimal): -15264371 or 9245975. OLE color: 9245975.
HSL color Cylindrical-coordinate representation of color #17158D: hue angle of 241º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17158D is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 21 | 141 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.45 |
| HSL | 241º | 0.74% | 0.32% | - |
| HSV(B) | 241º | 0.85% | 0.55% | - |
| XYZ | 5.43 | 2.64 | 25.42 | - |
| YUV | 35.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 141 | 0.84 | 0.85 | 0 | 0.45 | 241 | 0.74 | 0.32 |
| Hex | 17 | 15 | 8D | 54 | 55 | 0 | 2D | F1 | 4A | 20 |
| Octal | 27 | 25 | 215 | 124 | 125 | 0 | 55 | 361 | 112 | 40 |
| Binary | 10111 | 10101 | 10001101 | 1010100 | 1010101 | 0 | 101101 | 11110001 | 1001010 | 100000 |
Color Harmonies of #17158D
Complementary color
Monochromatic Colors of #17158D
Black with #17158D
Text Example
Text Example
White with #17158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17158D; }
p { color: rgb(23,21,141); }
H1.HeaderClassName
{
color: #17158D;
}
.AnyTagClassName
{
color: #17158D;
}
</style>
background-color css
<style>
a { background-color: #17158D; }
a { background-color: rgb(23,21,141); }
div.DivClassName
{
background-color: #17158D;
}
.BgClassName
{
background-color: #17158D;
}
</style>
border-color css
<style>
span { border-color: #17158D; }
span { border-color: rgb(23,21,141); }
td.TdClassName
{
border-color: #17158D;
}
.TagClassName
{
border-color: #17158D;
}
</style>