Shades of Ultramarine #17109C
Tints of Ultramarine #17109C
RGB
CMYK
RGB Variations
Color information
#17109C (or 0x17109C) is known color: Ultramarine. HEX triplet: 17, 10 and 9C. RGB value is (23,16,156). Sum of RGB (Red+Green+Blue) = 23+16+156=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #17109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17109C is #E8EF63. Grayscale: #212121. Windows color (decimal): -15265636 or 10227735. OLE color: 10227735.
HSL color Cylindrical-coordinate representation of color #17109C: hue angle of 243º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17109C is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 16 | 156 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.39 |
| HSL | 243º | 0.81% | 0.34% | - |
| HSV(B) | 243º | 0.9% | 0.61% | - |
| XYZ | 6.54 | 2.95 | 31.68 | - |
| YUV | 34.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 156 | 0.85 | 0.90 | 0 | 0.39 | 243 | 0.81 | 0.34 |
| Hex | 17 | 10 | 9C | 55 | 5A | 0 | 27 | F3 | 51 | 22 |
| Octal | 27 | 20 | 234 | 125 | 132 | 0 | 47 | 363 | 121 | 42 |
| Binary | 10111 | 10000 | 10011100 | 1010101 | 1011010 | 0 | 100111 | 11110011 | 1010001 | 100010 |
Color Harmonies of #17109C
Complementary color
Monochromatic Colors of #17109C
Black with #17109C
Text Example
Text Example
White with #17109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17109C; }
p { color: rgb(23,16,156); }
H1.HeaderClassName
{
color: #17109C;
}
.AnyTagClassName
{
color: #17109C;
}
</style>
background-color css
<style>
a { background-color: #17109C; }
a { background-color: rgb(23,16,156); }
div.DivClassName
{
background-color: #17109C;
}
.BgClassName
{
background-color: #17109C;
}
</style>
border-color css
<style>
span { border-color: #17109C; }
span { border-color: rgb(23,16,156); }
td.TdClassName
{
border-color: #17109C;
}
.TagClassName
{
border-color: #17109C;
}
</style>