Shades of Ultramarine #2111AB
Tints of Ultramarine #2111AB
RGB
CMYK
RGB Variations
Color information
#2111AB (or 0x2111AB) is known color: Ultramarine. HEX triplet: 21, 11 and AB. RGB value is (33,17,171). Sum of RGB (Red+Green+Blue) = 33+17+171=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #2111AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2111AB is #DEEE54. Grayscale: #262626. Windows color (decimal): -14610005 or 11211041. OLE color: 11211041.
HSL color Cylindrical-coordinate representation of color #2111AB: hue angle of 246.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2111AB is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 17 | 171 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.33 |
| HSL | 246.23º | 0.82% | 0.37% | - |
| HSV(B) | 246.23º | 0.9% | 0.67% | - |
| XYZ | 8.18 | 3.66 | 38.8 | - |
| YUV | 39.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 171 | 0.81 | 0.90 | 0 | 0.33 | 246.23 | 0.82 | 0.37 |
| Hex | 21 | 11 | AB | 51 | 5A | 0 | 21 | F6 | 52 | 25 |
| Octal | 41 | 21 | 253 | 121 | 132 | 0 | 41 | 366 | 122 | 45 |
| Binary | 100001 | 10001 | 10101011 | 1010001 | 1011010 | 0 | 100001 | 11110110 | 1010010 | 100101 |
Color Harmonies of #2111AB
Complementary color
Monochromatic Colors of #2111AB
Black with #2111AB
Text Example
Text Example
White with #2111AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111AB; }
p { color: rgb(33,17,171); }
H1.HeaderClassName
{
color: #2111AB;
}
.AnyTagClassName
{
color: #2111AB;
}
</style>
background-color css
<style>
a { background-color: #2111AB; }
a { background-color: rgb(33,17,171); }
div.DivClassName
{
background-color: #2111AB;
}
.BgClassName
{
background-color: #2111AB;
}
</style>
border-color css
<style>
span { border-color: #2111AB; }
span { border-color: rgb(33,17,171); }
td.TdClassName
{
border-color: #2111AB;
}
.TagClassName
{
border-color: #2111AB;
}
</style>