Shades of Ultramarine #17049B
Tints of Ultramarine #17049B
RGB
CMYK
RGB Variations
Color information
#17049B (or 0x17049B) is known color: Ultramarine. HEX triplet: 17, 04 and 9B. RGB value is (23,4,155). Sum of RGB (Red+Green+Blue) = 23+4+155=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #17049B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17049B is #E8FB64. Grayscale: #1A1A1A. Windows color (decimal): -15268709 or 10159127. OLE color: 10159127.
HSL color Cylindrical-coordinate representation of color #17049B: hue angle of 247.55º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17049B is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 4 | 155 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.39 |
| HSL | 247.55º | 0.95% | 0.31% | - |
| HSV(B) | 247.55º | 0.97% | 0.61% | - |
| XYZ | 6.31 | 2.64 | 31.19 | - |
| YUV | 26.9 | 200.29 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 155 | 0.85 | 0.97 | 0 | 0.39 | 247.55 | 0.95 | 0.31 |
| Hex | 17 | 4 | 9B | 55 | 61 | 0 | 27 | F8 | 5F | 1F |
| Octal | 27 | 4 | 233 | 125 | 141 | 0 | 47 | 370 | 137 | 37 |
| Binary | 10111 | 100 | 10011011 | 1010101 | 1100001 | 0 | 100111 | 11111000 | 1011111 | 11111 |
Color Harmonies of #17049B
Complementary color
Monochromatic Colors of #17049B
Black with #17049B
Text Example
Text Example
White with #17049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17049B; }
p { color: rgb(23,4,155); }
H1.HeaderClassName
{
color: #17049B;
}
.AnyTagClassName
{
color: #17049B;
}
</style>
background-color css
<style>
a { background-color: #17049B; }
a { background-color: rgb(23,4,155); }
div.DivClassName
{
background-color: #17049B;
}
.BgClassName
{
background-color: #17049B;
}
</style>
border-color css
<style>
span { border-color: #17049B; }
span { border-color: rgb(23,4,155); }
td.TdClassName
{
border-color: #17049B;
}
.TagClassName
{
border-color: #17049B;
}
</style>