Shades of Ultramarine #211B98
Tints of Ultramarine #211B98
RGB
CMYK
RGB Variations
Color information
#211B98 (or 0x211B98) is known color: Ultramarine. HEX triplet: 21, 1B and 98. RGB value is (33,27,152). Sum of RGB (Red+Green+Blue) = 33+27+152=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #211B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B98 is #DEE467. Grayscale: #2A2A2A. Windows color (decimal): -14607464 or 9968417. OLE color: 9968417.
HSL color Cylindrical-coordinate representation of color #211B98: hue angle of 242.88º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211B98 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 27 | 152 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.40 |
| HSL | 242.88º | 0.7% | 0.35% | - |
| HSV(B) | 242.88º | 0.82% | 0.6% | - |
| XYZ | 6.69 | 3.37 | 30 | - |
| YUV | 43.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 152 | 0.78 | 0.82 | 0 | 0.40 | 242.88 | 0.7 | 0.35 |
| Hex | 21 | 1B | 98 | 4E | 52 | 0 | 28 | F3 | 46 | 23 |
| Octal | 41 | 33 | 230 | 116 | 122 | 0 | 50 | 363 | 106 | 43 |
| Binary | 100001 | 11011 | 10011000 | 1001110 | 1010010 | 0 | 101000 | 11110011 | 1000110 | 100011 |
Color Harmonies of #211B98
Complementary color
Monochromatic Colors of #211B98
Black with #211B98
Text Example
Text Example
White with #211B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B98; }
p { color: rgb(33,27,152); }
H1.HeaderClassName
{
color: #211B98;
}
.AnyTagClassName
{
color: #211B98;
}
</style>
background-color css
<style>
a { background-color: #211B98; }
a { background-color: rgb(33,27,152); }
div.DivClassName
{
background-color: #211B98;
}
.BgClassName
{
background-color: #211B98;
}
</style>
border-color css
<style>
span { border-color: #211B98; }
span { border-color: rgb(33,27,152); }
td.TdClassName
{
border-color: #211B98;
}
.TagClassName
{
border-color: #211B98;
}
</style>