Shades of Ultramarine #17109D
Tints of Ultramarine #17109D
RGB
CMYK
RGB Variations
Color information
#17109D (or 0x17109D) is known color: Ultramarine. HEX triplet: 17, 10 and 9D. RGB value is (23,16,157). Sum of RGB (Red+Green+Blue) = 23+16+157=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #17109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17109D is #E8EF62. Grayscale: #212121. Windows color (decimal): -15265635 or 10293271. OLE color: 10293271.
HSL color Cylindrical-coordinate representation of color #17109D: hue angle of 242.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17109D is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 16 | 157 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.38 |
| HSL | 242.98º | 0.82% | 0.34% | - |
| HSV(B) | 242.98º | 0.9% | 0.62% | - |
| XYZ | 6.62 | 2.99 | 32.13 | - |
| YUV | 34.17 | 197.32 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 157 | 0.85 | 0.90 | 0 | 0.38 | 242.98 | 0.82 | 0.34 |
| Hex | 17 | 10 | 9D | 55 | 5A | 0 | 26 | F3 | 52 | 22 |
| Octal | 27 | 20 | 235 | 125 | 132 | 0 | 46 | 363 | 122 | 42 |
| Binary | 10111 | 10000 | 10011101 | 1010101 | 1011010 | 0 | 100110 | 11110011 | 1010010 | 100010 |
Color Harmonies of #17109D
Complementary color
Monochromatic Colors of #17109D
Black with #17109D
Text Example
Text Example
White with #17109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17109D; }
p { color: rgb(23,16,157); }
H1.HeaderClassName
{
color: #17109D;
}
.AnyTagClassName
{
color: #17109D;
}
</style>
background-color css
<style>
a { background-color: #17109D; }
a { background-color: rgb(23,16,157); }
div.DivClassName
{
background-color: #17109D;
}
.BgClassName
{
background-color: #17109D;
}
</style>
border-color css
<style>
span { border-color: #17109D; }
span { border-color: rgb(23,16,157); }
td.TdClassName
{
border-color: #17109D;
}
.TagClassName
{
border-color: #17109D;
}
</style>