Shades of Ultramarine #17208B
Tints of Ultramarine #17208B
RGB
CMYK
RGB Variations
Color information
#17208B (or 0x17208B) is known color: Ultramarine. HEX triplet: 17, 20 and 8B. RGB value is (23,32,139). Sum of RGB (Red+Green+Blue) = 23+32+139=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #17208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17208B is #E8DF74. Grayscale: #292929. Windows color (decimal): -15261557 or 9117719. OLE color: 9117719.
HSL color Cylindrical-coordinate representation of color #17208B: hue angle of 235.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17208B is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 32 | 139 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.45 |
| HSL | 235.34º | 0.72% | 0.32% | - |
| HSV(B) | 235.34º | 0.83% | 0.55% | - |
| XYZ | 5.53 | 3.08 | 24.73 | - |
| YUV | 41.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 139 | 0.83 | 0.77 | 0 | 0.45 | 235.34 | 0.72 | 0.32 |
| Hex | 17 | 20 | 8B | 53 | 4D | 0 | 2D | EB | 48 | 20 |
| Octal | 27 | 40 | 213 | 123 | 115 | 0 | 55 | 353 | 110 | 40 |
| Binary | 10111 | 100000 | 10001011 | 1010011 | 1001101 | 0 | 101101 | 11101011 | 1001000 | 100000 |
Color Harmonies of #17208B
Complementary color
Monochromatic Colors of #17208B
Black with #17208B
Text Example
Text Example
White with #17208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17208B; }
p { color: rgb(23,32,139); }
H1.HeaderClassName
{
color: #17208B;
}
.AnyTagClassName
{
color: #17208B;
}
</style>
background-color css
<style>
a { background-color: #17208B; }
a { background-color: rgb(23,32,139); }
div.DivClassName
{
background-color: #17208B;
}
.BgClassName
{
background-color: #17208B;
}
</style>
border-color css
<style>
span { border-color: #17208B; }
span { border-color: rgb(23,32,139); }
td.TdClassName
{
border-color: #17208B;
}
.TagClassName
{
border-color: #17208B;
}
</style>