Shades of Ultramarine #1611AE
Tints of Ultramarine #1611AE
RGB
CMYK
RGB Variations
Color information
#1611AE (or 0x1611AE) is known color: Ultramarine. HEX triplet: 16, 11 and AE. RGB value is (22,17,174). Sum of RGB (Red+Green+Blue) = 22+17+174=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1611AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1611AE is #E9EE51. Grayscale: #232323. Windows color (decimal): -15330898 or 11407638. OLE color: 11407638.
HSL color Cylindrical-coordinate representation of color #1611AE: hue angle of 241.91º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1611AE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 17 | 174 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.32 |
| HSL | 241.91º | 0.82% | 0.37% | - |
| HSV(B) | 241.91º | 0.9% | 0.68% | - |
| XYZ | 8.17 | 3.63 | 40.31 | - |
| YUV | 36.39 | 205.66 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 174 | 0.87 | 0.90 | 0 | 0.32 | 241.91 | 0.82 | 0.37 |
| Hex | 16 | 11 | AE | 57 | 5A | 0 | 20 | F2 | 52 | 25 |
| Octal | 26 | 21 | 256 | 127 | 132 | 0 | 40 | 362 | 122 | 45 |
| Binary | 10110 | 10001 | 10101110 | 1010111 | 1011010 | 0 | 100000 | 11110010 | 1010010 | 100101 |
Color Harmonies of #1611AE
Complementary color
Monochromatic Colors of #1611AE
Black with #1611AE
Text Example
Text Example
White with #1611AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1611AE; }
p { color: rgb(22,17,174); }
H1.HeaderClassName
{
color: #1611AE;
}
.AnyTagClassName
{
color: #1611AE;
}
</style>
background-color css
<style>
a { background-color: #1611AE; }
a { background-color: rgb(22,17,174); }
div.DivClassName
{
background-color: #1611AE;
}
.BgClassName
{
background-color: #1611AE;
}
</style>
border-color css
<style>
span { border-color: #1611AE; }
span { border-color: rgb(22,17,174); }
td.TdClassName
{
border-color: #1611AE;
}
.TagClassName
{
border-color: #1611AE;
}
</style>