Shades of Ultramarine #17008D
Tints of Ultramarine #17008D
RGB
CMYK
RGB Variations
Color information
#17008D (or 0x17008D) is known color: Ultramarine. HEX triplet: 17, 00 and 8D. RGB value is (23,0,141). Sum of RGB (Red+Green+Blue) = 23+0+141=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #17008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17008D is #E8FF72. Grayscale: #161616. Windows color (decimal): -15269747 or 9240599. OLE color: 9240599.
HSL color Cylindrical-coordinate representation of color #17008D: hue angle of 249.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17008D is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 0 | 141 | - |
| CMYK | 0.84 | 1 | 0 | 0.45 |
| HSL | 249.79º | 1% | 0.28% | - |
| HSV(B) | 249.79º | 1% | 0.55% | - |
| XYZ | 5.16 | 2.11 | 25.33 | - |
| YUV | 22.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 141 | 0.84 | 1 | 0 | 0.45 | 249.79 | 1 | 0.28 |
| Hex | 17 | 0 | 8D | 54 | 64 | 0 | 2D | FA | 64 | 1C |
| Octal | 27 | 0 | 215 | 124 | 144 | 0 | 55 | 372 | 144 | 34 |
| Binary | 10111 | 0 | 10001101 | 1010100 | 1100100 | 0 | 101101 | 11111010 | 1100100 | 11100 |
Color Harmonies of #17008D
Complementary color
Monochromatic Colors of #17008D
Black with #17008D
Text Example
Text Example
White with #17008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17008D; }
p { color: rgb(23,0,141); }
H1.HeaderClassName
{
color: #17008D;
}
.AnyTagClassName
{
color: #17008D;
}
</style>
background-color css
<style>
a { background-color: #17008D; }
a { background-color: rgb(23,0,141); }
div.DivClassName
{
background-color: #17008D;
}
.BgClassName
{
background-color: #17008D;
}
</style>
border-color css
<style>
span { border-color: #17008D; }
span { border-color: rgb(23,0,141); }
td.TdClassName
{
border-color: #17008D;
}
.TagClassName
{
border-color: #17008D;
}
</style>