Shades of Ultramarine #17209A
Tints of Ultramarine #17209A
RGB
CMYK
RGB Variations
Color information
#17209A (or 0x17209A) is known color: Ultramarine. HEX triplet: 17, 20 and 9A. RGB value is (23,32,154). Sum of RGB (Red+Green+Blue) = 23+32+154=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #17209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17209A is #E8DF65. Grayscale: #2A2A2A. Windows color (decimal): -15261542 or 10100759. OLE color: 10100759.
HSL color Cylindrical-coordinate representation of color #17209A: hue angle of 235.88º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17209A is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 32 | 154 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.40 |
| HSL | 235.88º | 0.74% | 0.35% | - |
| HSV(B) | 235.88º | 0.85% | 0.6% | - |
| XYZ | 6.7 | 3.55 | 30.9 | - |
| YUV | 43.22 | 190.52 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 154 | 0.85 | 0.79 | 0 | 0.40 | 235.88 | 0.74 | 0.35 |
| Hex | 17 | 20 | 9A | 55 | 4F | 0 | 28 | EC | 4A | 23 |
| Octal | 27 | 40 | 232 | 125 | 117 | 0 | 50 | 354 | 112 | 43 |
| Binary | 10111 | 100000 | 10011010 | 1010101 | 1001111 | 0 | 101000 | 11101100 | 1001010 | 100011 |
Color Harmonies of #17209A
Complementary color
Monochromatic Colors of #17209A
Black with #17209A
Text Example
Text Example
White with #17209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17209A; }
p { color: rgb(23,32,154); }
H1.HeaderClassName
{
color: #17209A;
}
.AnyTagClassName
{
color: #17209A;
}
</style>
background-color css
<style>
a { background-color: #17209A; }
a { background-color: rgb(23,32,154); }
div.DivClassName
{
background-color: #17209A;
}
.BgClassName
{
background-color: #17209A;
}
</style>
border-color css
<style>
span { border-color: #17209A; }
span { border-color: rgb(23,32,154); }
td.TdClassName
{
border-color: #17209A;
}
.TagClassName
{
border-color: #17209A;
}
</style>