Shades of Ultramarine #17118F
Tints of Ultramarine #17118F
RGB
CMYK
RGB Variations
Color information
#17118F (or 0x17118F) is known color: Ultramarine. HEX triplet: 17, 11 and 8F. RGB value is (23,17,143). Sum of RGB (Red+Green+Blue) = 23+17+143=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #17118F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17118F is #E8EE70. Grayscale: #202020. Windows color (decimal): -15265393 or 9376023. OLE color: 9376023.
HSL color Cylindrical-coordinate representation of color #17118F: hue angle of 242.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17118F is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 17 | 143 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.44 |
| HSL | 242.86º | 0.79% | 0.31% | - |
| HSV(B) | 242.86º | 0.88% | 0.56% | - |
| XYZ | 5.51 | 2.57 | 26.19 | - |
| YUV | 33.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 143 | 0.84 | 0.88 | 0 | 0.44 | 242.86 | 0.79 | 0.31 |
| Hex | 17 | 11 | 8F | 54 | 58 | 0 | 2C | F3 | 4F | 1F |
| Octal | 27 | 21 | 217 | 124 | 130 | 0 | 54 | 363 | 117 | 37 |
| Binary | 10111 | 10001 | 10001111 | 1010100 | 1011000 | 0 | 101100 | 11110011 | 1001111 | 11111 |
Color Harmonies of #17118F
Complementary color
Monochromatic Colors of #17118F
Black with #17118F
Text Example
Text Example
White with #17118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17118F; }
p { color: rgb(23,17,143); }
H1.HeaderClassName
{
color: #17118F;
}
.AnyTagClassName
{
color: #17118F;
}
</style>
background-color css
<style>
a { background-color: #17118F; }
a { background-color: rgb(23,17,143); }
div.DivClassName
{
background-color: #17118F;
}
.BgClassName
{
background-color: #17118F;
}
</style>
border-color css
<style>
span { border-color: #17118F; }
span { border-color: rgb(23,17,143); }
td.TdClassName
{
border-color: #17118F;
}
.TagClassName
{
border-color: #17118F;
}
</style>