Shades of Ultramarine #211FA0
Tints of Ultramarine #211FA0
RGB
CMYK
RGB Variations
Color information
#211FA0 (or 0x211FA0) is known color: Ultramarine. HEX triplet: 21, 1F and A0. RGB value is (33,31,160). Sum of RGB (Red+Green+Blue) = 33+31+160=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 160 (62.89% from 255 or 71.43% from 224); Max value from RGB is 160 - color contains mainly: blue. Hex color #211FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FA0 is #DEE05F. Grayscale: #2D2D2D. Windows color (decimal): -14606432 or 10493729. OLE color: 10493729.
HSL color Cylindrical-coordinate representation of color #211FA0: hue angle of 240.93º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211FA0 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 31 | 160 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.37 |
| HSL | 240.93º | 0.68% | 0.37% | - |
| HSV(B) | 240.93º | 0.81% | 0.63% | - |
| XYZ | 7.46 | 3.84 | 33.61 | - |
| YUV | 46.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 160 | 0.79 | 0.81 | 0 | 0.37 | 240.93 | 0.68 | 0.37 |
| Hex | 21 | 1F | A0 | 4F | 51 | 0 | 25 | F1 | 44 | 25 |
| Octal | 41 | 37 | 240 | 117 | 121 | 0 | 45 | 361 | 104 | 45 |
| Binary | 100001 | 11111 | 10100000 | 1001111 | 1010001 | 0 | 100101 | 11110001 | 1000100 | 100101 |
Color Harmonies of #211FA0
Complementary color
Monochromatic Colors of #211FA0
Black with #211FA0
Text Example
Text Example
White with #211FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FA0; }
p { color: rgb(33,31,160); }
H1.HeaderClassName
{
color: #211FA0;
}
.AnyTagClassName
{
color: #211FA0;
}
</style>
background-color css
<style>
a { background-color: #211FA0; }
a { background-color: rgb(33,31,160); }
div.DivClassName
{
background-color: #211FA0;
}
.BgClassName
{
background-color: #211FA0;
}
</style>
border-color css
<style>
span { border-color: #211FA0; }
span { border-color: rgb(33,31,160); }
td.TdClassName
{
border-color: #211FA0;
}
.TagClassName
{
border-color: #211FA0;
}
</style>