Shades of Ultramarine #1710A1
Tints of Ultramarine #1710A1
RGB
CMYK
RGB Variations
Color information
#1710A1 (or 0x1710A1) is known color: Ultramarine. HEX triplet: 17, 10 and A1. RGB value is (23,16,161). Sum of RGB (Red+Green+Blue) = 23+16+161=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 161 (63.28% from 255 or 80.5% from 200); Max value from RGB is 161 - color contains mainly: blue. Hex color #1710A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1710A1 is #E8EF5E. Grayscale: #222222. Windows color (decimal): -15265631 or 10555415. OLE color: 10555415.
HSL color Cylindrical-coordinate representation of color #1710A1: hue angle of 242.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1710A1 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 16 | 161 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.37 |
| HSL | 242.9º | 0.82% | 0.35% | - |
| HSV(B) | 242.9º | 0.9% | 0.63% | - |
| XYZ | 6.97 | 3.13 | 33.95 | - |
| YUV | 34.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 161 | 0.86 | 0.90 | 0 | 0.37 | 242.9 | 0.82 | 0.35 |
| Hex | 17 | 10 | A1 | 56 | 5A | 0 | 25 | F3 | 52 | 23 |
| Octal | 27 | 20 | 241 | 126 | 132 | 0 | 45 | 363 | 122 | 43 |
| Binary | 10111 | 10000 | 10100001 | 1010110 | 1011010 | 0 | 100101 | 11110011 | 1010010 | 100011 |
Color Harmonies of #1710A1
Complementary color
Monochromatic Colors of #1710A1
Black with #1710A1
Text Example
Text Example
White with #1710A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1710A1; }
p { color: rgb(23,16,161); }
H1.HeaderClassName
{
color: #1710A1;
}
.AnyTagClassName
{
color: #1710A1;
}
</style>
background-color css
<style>
a { background-color: #1710A1; }
a { background-color: rgb(23,16,161); }
div.DivClassName
{
background-color: #1710A1;
}
.BgClassName
{
background-color: #1710A1;
}
</style>
border-color css
<style>
span { border-color: #1710A1; }
span { border-color: rgb(23,16,161); }
td.TdClassName
{
border-color: #1710A1;
}
.TagClassName
{
border-color: #1710A1;
}
</style>