Shades of Ultramarine #211081
Tints of Ultramarine #211081
RGB
CMYK
RGB Variations
Color information
#211081 (or 0x211081) is known color: Ultramarine. HEX triplet: 21, 10 and 81. RGB value is (33,16,129). Sum of RGB (Red+Green+Blue) = 33+16+129=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #211081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211081 is #DEEF7E. Grayscale: #212121. Windows color (decimal): -14610303 or 8458273. OLE color: 8458273.
HSL color Cylindrical-coordinate representation of color #211081: hue angle of 249.03º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211081 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 16 | 129 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.49 |
| HSL | 249.03º | 0.78% | 0.28% | - |
| HSV(B) | 249.03º | 0.88% | 0.51% | - |
| XYZ | 4.77 | 2.28 | 20.96 | - |
| YUV | 33.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 129 | 0.74 | 0.88 | 0 | 0.49 | 249.03 | 0.78 | 0.28 |
| Hex | 21 | 10 | 81 | 4A | 58 | 0 | 31 | F9 | 4E | 1C |
| Octal | 41 | 20 | 201 | 112 | 130 | 0 | 61 | 371 | 116 | 34 |
| Binary | 100001 | 10000 | 10000001 | 1001010 | 1011000 | 0 | 110001 | 11111001 | 1001110 | 11100 |
Color Harmonies of #211081
Complementary color
Monochromatic Colors of #211081
Black with #211081
Text Example
Text Example
White with #211081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211081; }
p { color: rgb(33,16,129); }
H1.HeaderClassName
{
color: #211081;
}
.AnyTagClassName
{
color: #211081;
}
</style>
background-color css
<style>
a { background-color: #211081; }
a { background-color: rgb(33,16,129); }
div.DivClassName
{
background-color: #211081;
}
.BgClassName
{
background-color: #211081;
}
</style>
border-color css
<style>
span { border-color: #211081; }
span { border-color: rgb(33,16,129); }
td.TdClassName
{
border-color: #211081;
}
.TagClassName
{
border-color: #211081;
}
</style>