Shades of Ultramarine #17209B
Tints of Ultramarine #17209B
RGB
CMYK
RGB Variations
Color information
#17209B (or 0x17209B) is known color: Ultramarine. HEX triplet: 17, 20 and 9B. RGB value is (23,32,155). Sum of RGB (Red+Green+Blue) = 23+32+155=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #17209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17209B is #E8DF64. Grayscale: #2A2A2A. Windows color (decimal): -15261541 or 10166295. OLE color: 10166295.
HSL color Cylindrical-coordinate representation of color #17209B: hue angle of 235.91º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17209B is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 32 | 155 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.39 |
| HSL | 235.91º | 0.74% | 0.35% | - |
| HSV(B) | 235.91º | 0.85% | 0.61% | - |
| XYZ | 6.79 | 3.58 | 31.34 | - |
| YUV | 43.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 155 | 0.85 | 0.79 | 0 | 0.39 | 235.91 | 0.74 | 0.35 |
| Hex | 17 | 20 | 9B | 55 | 4F | 0 | 27 | EC | 4A | 23 |
| Octal | 27 | 40 | 233 | 125 | 117 | 0 | 47 | 354 | 112 | 43 |
| Binary | 10111 | 100000 | 10011011 | 1010101 | 1001111 | 0 | 100111 | 11101100 | 1001010 | 100011 |
Color Harmonies of #17209B
Complementary color
Monochromatic Colors of #17209B
Black with #17209B
Text Example
Text Example
White with #17209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17209B; }
p { color: rgb(23,32,155); }
H1.HeaderClassName
{
color: #17209B;
}
.AnyTagClassName
{
color: #17209B;
}
</style>
background-color css
<style>
a { background-color: #17209B; }
a { background-color: rgb(23,32,155); }
div.DivClassName
{
background-color: #17209B;
}
.BgClassName
{
background-color: #17209B;
}
</style>
border-color css
<style>
span { border-color: #17209B; }
span { border-color: rgb(23,32,155); }
td.TdClassName
{
border-color: #17209B;
}
.TagClassName
{
border-color: #17209B;
}
</style>