Shades of Ultramarine #2118A1
Tints of Ultramarine #2118A1
RGB
CMYK
RGB Variations
Color information
#2118A1 (or 0x2118A1) is known color: Ultramarine. HEX triplet: 21, 18 and A1. RGB value is (33,24,161). Sum of RGB (Red+Green+Blue) = 33+24+161=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 161 (63.28% from 255 or 73.85% from 218); Max value from RGB is 161 - color contains mainly: blue. Hex color #2118A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2118A1 is #DEE75E. Grayscale: #292929. Windows color (decimal): -14608223 or 10557473. OLE color: 10557473.
HSL color Cylindrical-coordinate representation of color #2118A1: hue angle of 243.94º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2118A1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 24 | 161 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.37 |
| HSL | 243.94º | 0.74% | 0.36% | - |
| HSV(B) | 243.94º | 0.85% | 0.63% | - |
| XYZ | 7.39 | 3.55 | 34.01 | - |
| YUV | 42.31 | 194.98 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 161 | 0.80 | 0.85 | 0 | 0.37 | 243.94 | 0.74 | 0.36 |
| Hex | 21 | 18 | A1 | 50 | 55 | 0 | 25 | F4 | 4A | 24 |
| Octal | 41 | 30 | 241 | 120 | 125 | 0 | 45 | 364 | 112 | 44 |
| Binary | 100001 | 11000 | 10100001 | 1010000 | 1010101 | 0 | 100101 | 11110100 | 1001010 | 100100 |
Color Harmonies of #2118A1
Complementary color
Monochromatic Colors of #2118A1
Black with #2118A1
Text Example
Text Example
White with #2118A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118A1; }
p { color: rgb(33,24,161); }
H1.HeaderClassName
{
color: #2118A1;
}
.AnyTagClassName
{
color: #2118A1;
}
</style>
background-color css
<style>
a { background-color: #2118A1; }
a { background-color: rgb(33,24,161); }
div.DivClassName
{
background-color: #2118A1;
}
.BgClassName
{
background-color: #2118A1;
}
</style>
border-color css
<style>
span { border-color: #2118A1; }
span { border-color: rgb(33,24,161); }
td.TdClassName
{
border-color: #2118A1;
}
.TagClassName
{
border-color: #2118A1;
}
</style>