Shades of Ultramarine #1611AF
Tints of Ultramarine #1611AF
RGB
CMYK
RGB Variations
Color information
#1611AF (or 0x1611AF) is known color: Ultramarine. HEX triplet: 16, 11 and AF. RGB value is (22,17,175). Sum of RGB (Red+Green+Blue) = 22+17+175=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 175 (68.75% from 255 or 81.78% from 214); Max value from RGB is 175 - color contains mainly: blue. Hex color #1611AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1611AF is #E9EE50. Grayscale: #232323. Windows color (decimal): -15330897 or 11473174. OLE color: 11473174.
HSL color Cylindrical-coordinate representation of color #1611AF: hue angle of 241.9º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1611AF is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 17 | 175 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.31 |
| HSL | 241.9º | 0.82% | 0.38% | - |
| HSV(B) | 241.9º | 0.9% | 0.69% | - |
| XYZ | 8.27 | 3.67 | 40.83 | - |
| YUV | 36.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 175 | 0.87 | 0.90 | 0 | 0.31 | 241.9 | 0.82 | 0.38 |
| Hex | 16 | 11 | AF | 57 | 5A | 0 | 1F | F2 | 52 | 26 |
| Octal | 26 | 21 | 257 | 127 | 132 | 0 | 37 | 362 | 122 | 46 |
| Binary | 10110 | 10001 | 10101111 | 1010111 | 1011010 | 0 | 11111 | 11110010 | 1010010 | 100110 |
Color Harmonies of #1611AF
Complementary color
Monochromatic Colors of #1611AF
Black with #1611AF
Text Example
Text Example
White with #1611AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1611AF; }
p { color: rgb(22,17,175); }
H1.HeaderClassName
{
color: #1611AF;
}
.AnyTagClassName
{
color: #1611AF;
}
</style>
background-color css
<style>
a { background-color: #1611AF; }
a { background-color: rgb(22,17,175); }
div.DivClassName
{
background-color: #1611AF;
}
.BgClassName
{
background-color: #1611AF;
}
</style>
border-color css
<style>
span { border-color: #1611AF; }
span { border-color: rgb(22,17,175); }
td.TdClassName
{
border-color: #1611AF;
}
.TagClassName
{
border-color: #1611AF;
}
</style>