Shades of Ultramarine #211C89
Tints of Ultramarine #211C89
RGB
CMYK
RGB Variations
Color information
#211C89 (or 0x211C89) is known color: Ultramarine. HEX triplet: 21, 1C and 89. RGB value is (33,28,137). Sum of RGB (Red+Green+Blue) = 33+28+137=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #211C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C89 is #DEE376. Grayscale: #292929. Windows color (decimal): -14607223 or 8985633. OLE color: 8985633.
HSL color Cylindrical-coordinate representation of color #211C89: hue angle of 242.75º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211C89 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 28 | 137 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.46 |
| HSL | 242.75º | 0.66% | 0.32% | - |
| HSV(B) | 242.75º | 0.8% | 0.54% | - |
| XYZ | 5.56 | 2.96 | 23.95 | - |
| YUV | 41.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 137 | 0.76 | 0.80 | 0 | 0.46 | 242.75 | 0.66 | 0.32 |
| Hex | 21 | 1C | 89 | 4C | 50 | 0 | 2E | F3 | 42 | 20 |
| Octal | 41 | 34 | 211 | 114 | 120 | 0 | 56 | 363 | 102 | 40 |
| Binary | 100001 | 11100 | 10001001 | 1001100 | 1010000 | 0 | 101110 | 11110011 | 1000010 | 100000 |
Color Harmonies of #211C89
Complementary color
Monochromatic Colors of #211C89
Black with #211C89
Text Example
Text Example
White with #211C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C89; }
p { color: rgb(33,28,137); }
H1.HeaderClassName
{
color: #211C89;
}
.AnyTagClassName
{
color: #211C89;
}
</style>
background-color css
<style>
a { background-color: #211C89; }
a { background-color: rgb(33,28,137); }
div.DivClassName
{
background-color: #211C89;
}
.BgClassName
{
background-color: #211C89;
}
</style>
border-color css
<style>
span { border-color: #211C89; }
span { border-color: rgb(33,28,137); }
td.TdClassName
{
border-color: #211C89;
}
.TagClassName
{
border-color: #211C89;
}
</style>