Shades of Ultramarine #17047B
Tints of Ultramarine #17047B
RGB
CMYK
RGB Variations
Color information
#17047B (or 0x17047B) is known color: Ultramarine. HEX triplet: 17, 04 and 7B. RGB value is (23,4,123). Sum of RGB (Red+Green+Blue) = 23+4+123=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #17047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17047B is #E8FB84. Grayscale: #161616. Windows color (decimal): -15268741 or 8061975. OLE color: 8061975.
HSL color Cylindrical-coordinate representation of color #17047B: hue angle of 249.58º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17047B is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 4 | 123 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.52 |
| HSL | 249.58º | 0.94% | 0.25% | - |
| HSV(B) | 249.58º | 0.97% | 0.48% | - |
| XYZ | 3.97 | 1.7 | 18.86 | - |
| YUV | 23.25 | 184.29 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 123 | 0.81 | 0.97 | 0 | 0.52 | 249.58 | 0.94 | 0.25 |
| Hex | 17 | 4 | 7B | 51 | 61 | 0 | 34 | FA | 5E | 19 |
| Octal | 27 | 4 | 173 | 121 | 141 | 0 | 64 | 372 | 136 | 31 |
| Binary | 10111 | 100 | 1111011 | 1010001 | 1100001 | 0 | 110100 | 11111010 | 1011110 | 11001 |
Color Harmonies of #17047B
Complementary color
Monochromatic Colors of #17047B
Black with #17047B
Text Example
Text Example
White with #17047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17047B; }
p { color: rgb(23,4,123); }
H1.HeaderClassName
{
color: #17047B;
}
.AnyTagClassName
{
color: #17047B;
}
</style>
background-color css
<style>
a { background-color: #17047B; }
a { background-color: rgb(23,4,123); }
div.DivClassName
{
background-color: #17047B;
}
.BgClassName
{
background-color: #17047B;
}
</style>
border-color css
<style>
span { border-color: #17047B; }
span { border-color: rgb(23,4,123); }
td.TdClassName
{
border-color: #17047B;
}
.TagClassName
{
border-color: #17047B;
}
</style>