Shades of Ultramarine #211C98
Tints of Ultramarine #211C98
RGB
CMYK
RGB Variations
Color information
#211C98 (or 0x211C98) is known color: Ultramarine. HEX triplet: 21, 1C and 98. RGB value is (33,28,152). Sum of RGB (Red+Green+Blue) = 33+28+152=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #211C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C98 is #DEE367. Grayscale: #2B2B2B. Windows color (decimal): -14607208 or 9968673. OLE color: 9968673.
HSL color Cylindrical-coordinate representation of color #211C98: hue angle of 242.42º degrees, saturation: 0.69, 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 #211C98 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 28 | 152 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.40 |
| HSL | 242.42º | 0.69% | 0.35% | - |
| HSV(B) | 242.42º | 0.82% | 0.6% | - |
| XYZ | 6.71 | 3.42 | 30.01 | - |
| YUV | 43.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 152 | 0.78 | 0.82 | 0 | 0.40 | 242.42 | 0.69 | 0.35 |
| Hex | 21 | 1C | 98 | 4E | 52 | 0 | 28 | F2 | 45 | 23 |
| Octal | 41 | 34 | 230 | 116 | 122 | 0 | 50 | 362 | 105 | 43 |
| Binary | 100001 | 11100 | 10011000 | 1001110 | 1010010 | 0 | 101000 | 11110010 | 1000101 | 100011 |
Color Harmonies of #211C98
Complementary color
Monochromatic Colors of #211C98
Black with #211C98
Text Example
Text Example
White with #211C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C98; }
p { color: rgb(33,28,152); }
H1.HeaderClassName
{
color: #211C98;
}
.AnyTagClassName
{
color: #211C98;
}
</style>
background-color css
<style>
a { background-color: #211C98; }
a { background-color: rgb(33,28,152); }
div.DivClassName
{
background-color: #211C98;
}
.BgClassName
{
background-color: #211C98;
}
</style>
border-color css
<style>
span { border-color: #211C98; }
span { border-color: rgb(33,28,152); }
td.TdClassName
{
border-color: #211C98;
}
.TagClassName
{
border-color: #211C98;
}
</style>