Shades of Ultramarine #17047C
Tints of Ultramarine #17047C
RGB
CMYK
RGB Variations
Color information
#17047C (or 0x17047C) is known color: Ultramarine. HEX triplet: 17, 04 and 7C. RGB value is (23,4,124). Sum of RGB (Red+Green+Blue) = 23+4+124=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #17047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17047C is #E8FB83. Grayscale: #161616. Windows color (decimal): -15268740 or 8127511. OLE color: 8127511.
HSL color Cylindrical-coordinate representation of color #17047C: hue angle of 249.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17047C is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 4 | 124 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.51 |
| HSL | 249.5º | 0.94% | 0.25% | - |
| HSV(B) | 249.5º | 0.97% | 0.49% | - |
| XYZ | 4.03 | 1.72 | 19.19 | - |
| YUV | 23.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 124 | 0.81 | 0.97 | 0 | 0.51 | 249.5 | 0.94 | 0.25 |
| Hex | 17 | 4 | 7C | 51 | 61 | 0 | 33 | FA | 5E | 19 |
| Octal | 27 | 4 | 174 | 121 | 141 | 0 | 63 | 372 | 136 | 31 |
| Binary | 10111 | 100 | 1111100 | 1010001 | 1100001 | 0 | 110011 | 11111010 | 1011110 | 11001 |
Color Harmonies of #17047C
Complementary color
Monochromatic Colors of #17047C
Black with #17047C
Text Example
Text Example
White with #17047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17047C; }
p { color: rgb(23,4,124); }
H1.HeaderClassName
{
color: #17047C;
}
.AnyTagClassName
{
color: #17047C;
}
</style>
background-color css
<style>
a { background-color: #17047C; }
a { background-color: rgb(23,4,124); }
div.DivClassName
{
background-color: #17047C;
}
.BgClassName
{
background-color: #17047C;
}
</style>
border-color css
<style>
span { border-color: #17047C; }
span { border-color: rgb(23,4,124); }
td.TdClassName
{
border-color: #17047C;
}
.TagClassName
{
border-color: #17047C;
}
</style>