Shades of Ultramarine #2114AB
Tints of Ultramarine #2114AB
RGB
CMYK
RGB Variations
Color information
#2114AB (or 0x2114AB) is known color: Ultramarine. HEX triplet: 21, 14 and AB. RGB value is (33,20,171). Sum of RGB (Red+Green+Blue) = 33+20+171=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2114AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2114AB is #DEEB54. Grayscale: #282828. Windows color (decimal): -14609237 or 11211809. OLE color: 11211809.
HSL color Cylindrical-coordinate representation of color #2114AB: hue angle of 245.17º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2114AB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 20 | 171 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.33 |
| HSL | 245.17º | 0.79% | 0.37% | - |
| HSV(B) | 245.17º | 0.88% | 0.67% | - |
| XYZ | 8.23 | 3.76 | 38.82 | - |
| YUV | 41.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 171 | 0.81 | 0.88 | 0 | 0.33 | 245.17 | 0.79 | 0.37 |
| Hex | 21 | 14 | AB | 51 | 58 | 0 | 21 | F5 | 4F | 25 |
| Octal | 41 | 24 | 253 | 121 | 130 | 0 | 41 | 365 | 117 | 45 |
| Binary | 100001 | 10100 | 10101011 | 1010001 | 1011000 | 0 | 100001 | 11110101 | 1001111 | 100101 |
Color Harmonies of #2114AB
Complementary color
Monochromatic Colors of #2114AB
Black with #2114AB
Text Example
Text Example
White with #2114AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114AB; }
p { color: rgb(33,20,171); }
H1.HeaderClassName
{
color: #2114AB;
}
.AnyTagClassName
{
color: #2114AB;
}
</style>
background-color css
<style>
a { background-color: #2114AB; }
a { background-color: rgb(33,20,171); }
div.DivClassName
{
background-color: #2114AB;
}
.BgClassName
{
background-color: #2114AB;
}
</style>
border-color css
<style>
span { border-color: #2114AB; }
span { border-color: rgb(33,20,171); }
td.TdClassName
{
border-color: #2114AB;
}
.TagClassName
{
border-color: #2114AB;
}
</style>