Shades of Ultramarine #17047D
Tints of Ultramarine #17047D
RGB
CMYK
RGB Variations
Color information
#17047D (or 0x17047D) is known color: Ultramarine. HEX triplet: 17, 04 and 7D. RGB value is (23,4,125). Sum of RGB (Red+Green+Blue) = 23+4+125=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #17047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17047D is #E8FB82. Grayscale: #171717. Windows color (decimal): -15268739 or 8193047. OLE color: 8193047.
HSL color Cylindrical-coordinate representation of color #17047D: hue angle of 249.42º 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 #17047D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 4 | 125 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.51 |
| HSL | 249.42º | 0.94% | 0.25% | - |
| HSV(B) | 249.42º | 0.97% | 0.49% | - |
| XYZ | 4.1 | 1.75 | 19.52 | - |
| YUV | 23.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 125 | 0.82 | 0.97 | 0 | 0.51 | 249.42 | 0.94 | 0.25 |
| Hex | 17 | 4 | 7D | 52 | 61 | 0 | 33 | F9 | 5E | 19 |
| Octal | 27 | 4 | 175 | 122 | 141 | 0 | 63 | 371 | 136 | 31 |
| Binary | 10111 | 100 | 1111101 | 1010010 | 1100001 | 0 | 110011 | 11111001 | 1011110 | 11001 |
Color Harmonies of #17047D
Complementary color
Monochromatic Colors of #17047D
Black with #17047D
Text Example
Text Example
White with #17047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17047D; }
p { color: rgb(23,4,125); }
H1.HeaderClassName
{
color: #17047D;
}
.AnyTagClassName
{
color: #17047D;
}
</style>
background-color css
<style>
a { background-color: #17047D; }
a { background-color: rgb(23,4,125); }
div.DivClassName
{
background-color: #17047D;
}
.BgClassName
{
background-color: #17047D;
}
</style>
border-color css
<style>
span { border-color: #17047D; }
span { border-color: rgb(23,4,125); }
td.TdClassName
{
border-color: #17047D;
}
.TagClassName
{
border-color: #17047D;
}
</style>