Shades of Ultramarine #1617AA
Tints of Ultramarine #1617AA
RGB
CMYK
RGB Variations
Color information
#1617AA (or 0x1617AA) is known color: Ultramarine. HEX triplet: 16, 17 and AA. RGB value is (22,23,170). Sum of RGB (Red+Green+Blue) = 22+23+170=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #1617AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1617AA is #E9E855. Grayscale: #262626. Windows color (decimal): -15329366 or 11147030. OLE color: 11147030.
HSL color Cylindrical-coordinate representation of color #1617AA: hue angle of 239.59º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1617AA is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 23 | 170 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.33 |
| HSL | 239.59º | 0.77% | 0.38% | - |
| HSV(B) | 239.59º | 0.87% | 0.67% | - |
| XYZ | 7.89 | 3.69 | 38.33 | - |
| YUV | 39.46 | 201.67 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 170 | 0.87 | 0.86 | 0 | 0.33 | 239.59 | 0.77 | 0.38 |
| Hex | 16 | 17 | AA | 57 | 56 | 0 | 21 | F0 | 4D | 26 |
| Octal | 26 | 27 | 252 | 127 | 126 | 0 | 41 | 360 | 115 | 46 |
| Binary | 10110 | 10111 | 10101010 | 1010111 | 1010110 | 0 | 100001 | 11110000 | 1001101 | 100110 |
Color Harmonies of #1617AA
Complementary color
Monochromatic Colors of #1617AA
Black with #1617AA
Text Example
Text Example
White with #1617AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617AA; }
p { color: rgb(22,23,170); }
H1.HeaderClassName
{
color: #1617AA;
}
.AnyTagClassName
{
color: #1617AA;
}
</style>
background-color css
<style>
a { background-color: #1617AA; }
a { background-color: rgb(22,23,170); }
div.DivClassName
{
background-color: #1617AA;
}
.BgClassName
{
background-color: #1617AA;
}
</style>
border-color css
<style>
span { border-color: #1617AA; }
span { border-color: rgb(22,23,170); }
td.TdClassName
{
border-color: #1617AA;
}
.TagClassName
{
border-color: #1617AA;
}
</style>