Shades of Ultramarine #211C93
Tints of Ultramarine #211C93
RGB
CMYK
RGB Variations
Color information
#211C93 (or 0x211C93) is known color: Ultramarine. HEX triplet: 21, 1C and 93. RGB value is (33,28,147). Sum of RGB (Red+Green+Blue) = 33+28+147=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #211C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C93 is #DEE36C. Grayscale: #2A2A2A. Windows color (decimal): -14607213 or 9640993. OLE color: 9640993.
HSL color Cylindrical-coordinate representation of color #211C93: hue angle of 242.52º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211C93 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 28 | 147 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.42 |
| HSL | 242.52º | 0.68% | 0.34% | - |
| HSV(B) | 242.52º | 0.81% | 0.58% | - |
| XYZ | 6.31 | 3.26 | 27.9 | - |
| YUV | 43.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 147 | 0.78 | 0.81 | 0 | 0.42 | 242.52 | 0.68 | 0.34 |
| Hex | 21 | 1C | 93 | 4E | 51 | 0 | 2A | F3 | 44 | 22 |
| Octal | 41 | 34 | 223 | 116 | 121 | 0 | 52 | 363 | 104 | 42 |
| Binary | 100001 | 11100 | 10010011 | 1001110 | 1010001 | 0 | 101010 | 11110011 | 1000100 | 100010 |
Color Harmonies of #211C93
Complementary color
Monochromatic Colors of #211C93
Black with #211C93
Text Example
Text Example
White with #211C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C93; }
p { color: rgb(33,28,147); }
H1.HeaderClassName
{
color: #211C93;
}
.AnyTagClassName
{
color: #211C93;
}
</style>
background-color css
<style>
a { background-color: #211C93; }
a { background-color: rgb(33,28,147); }
div.DivClassName
{
background-color: #211C93;
}
.BgClassName
{
background-color: #211C93;
}
</style>
border-color css
<style>
span { border-color: #211C93; }
span { border-color: rgb(33,28,147); }
td.TdClassName
{
border-color: #211C93;
}
.TagClassName
{
border-color: #211C93;
}
</style>