Shades of Ultramarine #2118A0
Tints of Ultramarine #2118A0
RGB
CMYK
RGB Variations
Color information
#2118A0 (or 0x2118A0) is known color: Ultramarine. HEX triplet: 21, 18 and A0. RGB value is (33,24,160). Sum of RGB (Red+Green+Blue) = 33+24+160=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 160 (62.89% from 255 or 73.73% from 217); Max value from RGB is 160 - color contains mainly: blue. Hex color #2118A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2118A0 is #DEE75F. Grayscale: #292929. Windows color (decimal): -14608224 or 10491937. OLE color: 10491937.
HSL color Cylindrical-coordinate representation of color #2118A0: hue angle of 243.97º 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 #2118A0 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 24 | 160 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.37 |
| HSL | 243.97º | 0.74% | 0.36% | - |
| HSV(B) | 243.97º | 0.85% | 0.63% | - |
| XYZ | 7.3 | 3.51 | 33.55 | - |
| YUV | 42.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 160 | 0.79 | 0.85 | 0 | 0.37 | 243.97 | 0.74 | 0.36 |
| Hex | 21 | 18 | A0 | 4F | 55 | 0 | 25 | F4 | 4A | 24 |
| Octal | 41 | 30 | 240 | 117 | 125 | 0 | 45 | 364 | 112 | 44 |
| Binary | 100001 | 11000 | 10100000 | 1001111 | 1010101 | 0 | 100101 | 11110100 | 1001010 | 100100 |
Color Harmonies of #2118A0
Complementary color
Monochromatic Colors of #2118A0
Black with #2118A0
Text Example
Text Example
White with #2118A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118A0; }
p { color: rgb(33,24,160); }
H1.HeaderClassName
{
color: #2118A0;
}
.AnyTagClassName
{
color: #2118A0;
}
</style>
background-color css
<style>
a { background-color: #2118A0; }
a { background-color: rgb(33,24,160); }
div.DivClassName
{
background-color: #2118A0;
}
.BgClassName
{
background-color: #2118A0;
}
</style>
border-color css
<style>
span { border-color: #2118A0; }
span { border-color: rgb(33,24,160); }
td.TdClassName
{
border-color: #2118A0;
}
.TagClassName
{
border-color: #2118A0;
}
</style>