Shades of Ultramarine #17129C
Tints of Ultramarine #17129C
RGB
CMYK
RGB Variations
Color information
#17129C (or 0x17129C) is known color: Ultramarine. HEX triplet: 17, 12 and 9C. RGB value is (23,18,156). Sum of RGB (Red+Green+Blue) = 23+18+156=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #17129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17129C is #E8ED63. Grayscale: #222222. Windows color (decimal): -15265124 or 10228247. OLE color: 10228247.
HSL color Cylindrical-coordinate representation of color #17129C: hue angle of 242.17º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17129C is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 18 | 156 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.39 |
| HSL | 242.17º | 0.79% | 0.34% | - |
| HSV(B) | 242.17º | 0.88% | 0.61% | - |
| XYZ | 6.57 | 3.02 | 31.69 | - |
| YUV | 35.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 156 | 0.85 | 0.88 | 0 | 0.39 | 242.17 | 0.79 | 0.34 |
| Hex | 17 | 12 | 9C | 55 | 58 | 0 | 27 | F2 | 4F | 22 |
| Octal | 27 | 22 | 234 | 125 | 130 | 0 | 47 | 362 | 117 | 42 |
| Binary | 10111 | 10010 | 10011100 | 1010101 | 1011000 | 0 | 100111 | 11110010 | 1001111 | 100010 |
Color Harmonies of #17129C
Complementary color
Monochromatic Colors of #17129C
Black with #17129C
Text Example
Text Example
White with #17129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17129C; }
p { color: rgb(23,18,156); }
H1.HeaderClassName
{
color: #17129C;
}
.AnyTagClassName
{
color: #17129C;
}
</style>
background-color css
<style>
a { background-color: #17129C; }
a { background-color: rgb(23,18,156); }
div.DivClassName
{
background-color: #17129C;
}
.BgClassName
{
background-color: #17129C;
}
</style>
border-color css
<style>
span { border-color: #17129C; }
span { border-color: rgb(23,18,156); }
td.TdClassName
{
border-color: #17129C;
}
.TagClassName
{
border-color: #17129C;
}
</style>