Shades of Ultramarine #211BA6
Tints of Ultramarine #211BA6
RGB
CMYK
RGB Variations
Color information
#211BA6 (or 0x211BA6) is known color: Ultramarine. HEX triplet: 21, 1B and A6. RGB value is (33,27,166). Sum of RGB (Red+Green+Blue) = 33+27+166=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 166 (65.23% from 255 or 73.45% from 226); Max value from RGB is 166 - color contains mainly: blue. Hex color #211BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211BA6 is #DEE459. Grayscale: #2C2C2C. Windows color (decimal): -14607450 or 10885921. OLE color: 10885921.
HSL color Cylindrical-coordinate representation of color #211BA6: hue angle of 242.59º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211BA6 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 27 | 166 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.35 |
| HSL | 242.59º | 0.72% | 0.38% | - |
| HSV(B) | 242.59º | 0.84% | 0.65% | - |
| XYZ | 7.9 | 3.86 | 36.41 | - |
| YUV | 44.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 166 | 0.80 | 0.84 | 0 | 0.35 | 242.59 | 0.72 | 0.38 |
| Hex | 21 | 1B | A6 | 50 | 54 | 0 | 23 | F3 | 48 | 26 |
| Octal | 41 | 33 | 246 | 120 | 124 | 0 | 43 | 363 | 110 | 46 |
| Binary | 100001 | 11011 | 10100110 | 1010000 | 1010100 | 0 | 100011 | 11110011 | 1001000 | 100110 |
Color Harmonies of #211BA6
Complementary color
Monochromatic Colors of #211BA6
Black with #211BA6
Text Example
Text Example
White with #211BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BA6; }
p { color: rgb(33,27,166); }
H1.HeaderClassName
{
color: #211BA6;
}
.AnyTagClassName
{
color: #211BA6;
}
</style>
background-color css
<style>
a { background-color: #211BA6; }
a { background-color: rgb(33,27,166); }
div.DivClassName
{
background-color: #211BA6;
}
.BgClassName
{
background-color: #211BA6;
}
</style>
border-color css
<style>
span { border-color: #211BA6; }
span { border-color: rgb(33,27,166); }
td.TdClassName
{
border-color: #211BA6;
}
.TagClassName
{
border-color: #211BA6;
}
</style>