Shades of Ultramarine #211C88
Tints of Ultramarine #211C88
RGB
CMYK
RGB Variations
Color information
#211C88 (or 0x211C88) is known color: Ultramarine. HEX triplet: 21, 1C and 88. RGB value is (33,28,136). Sum of RGB (Red+Green+Blue) = 33+28+136=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #211C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C88 is #DEE377. Grayscale: #292929. Windows color (decimal): -14607224 or 8920097. OLE color: 8920097.
HSL color Cylindrical-coordinate representation of color #211C88: hue angle of 242.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211C88 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 28 | 136 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.47 |
| HSL | 242.78º | 0.66% | 0.32% | - |
| HSV(B) | 242.78º | 0.79% | 0.53% | - |
| XYZ | 5.49 | 2.93 | 23.57 | - |
| YUV | 41.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 136 | 0.76 | 0.79 | 0 | 0.47 | 242.78 | 0.66 | 0.32 |
| Hex | 21 | 1C | 88 | 4C | 4F | 0 | 2F | F3 | 42 | 20 |
| Octal | 41 | 34 | 210 | 114 | 117 | 0 | 57 | 363 | 102 | 40 |
| Binary | 100001 | 11100 | 10001000 | 1001100 | 1001111 | 0 | 101111 | 11110011 | 1000010 | 100000 |
Color Harmonies of #211C88
Complementary color
Monochromatic Colors of #211C88
Black with #211C88
Text Example
Text Example
White with #211C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C88; }
p { color: rgb(33,28,136); }
H1.HeaderClassName
{
color: #211C88;
}
.AnyTagClassName
{
color: #211C88;
}
</style>
background-color css
<style>
a { background-color: #211C88; }
a { background-color: rgb(33,28,136); }
div.DivClassName
{
background-color: #211C88;
}
.BgClassName
{
background-color: #211C88;
}
</style>
border-color css
<style>
span { border-color: #211C88; }
span { border-color: rgb(33,28,136); }
td.TdClassName
{
border-color: #211C88;
}
.TagClassName
{
border-color: #211C88;
}
</style>