Shades of Ultramarine #211BAC
Tints of Ultramarine #211BAC
RGB
CMYK
RGB Variations
Color information
#211BAC (or 0x211BAC) is known color: Ultramarine. HEX triplet: 21, 1B and AC. RGB value is (33,27,172). Sum of RGB (Red+Green+Blue) = 33+27+172=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #211BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211BAC is #DEE453. Grayscale: #2C2C2C. Windows color (decimal): -14607444 or 11279137. OLE color: 11279137.
HSL color Cylindrical-coordinate representation of color #211BAC: hue angle of 242.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211BAC is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 27 | 172 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.33 |
| HSL | 242.48º | 0.73% | 0.39% | - |
| HSV(B) | 242.48º | 0.84% | 0.67% | - |
| XYZ | 8.47 | 4.09 | 39.37 | - |
| YUV | 45.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 172 | 0.81 | 0.84 | 0 | 0.33 | 242.48 | 0.73 | 0.39 |
| Hex | 21 | 1B | AC | 51 | 54 | 0 | 21 | F2 | 49 | 27 |
| Octal | 41 | 33 | 254 | 121 | 124 | 0 | 41 | 362 | 111 | 47 |
| Binary | 100001 | 11011 | 10101100 | 1010001 | 1010100 | 0 | 100001 | 11110010 | 1001001 | 100111 |
Color Harmonies of #211BAC
Complementary color
Monochromatic Colors of #211BAC
Black with #211BAC
Text Example
Text Example
White with #211BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BAC; }
p { color: rgb(33,27,172); }
H1.HeaderClassName
{
color: #211BAC;
}
.AnyTagClassName
{
color: #211BAC;
}
</style>
background-color css
<style>
a { background-color: #211BAC; }
a { background-color: rgb(33,27,172); }
div.DivClassName
{
background-color: #211BAC;
}
.BgClassName
{
background-color: #211BAC;
}
</style>
border-color css
<style>
span { border-color: #211BAC; }
span { border-color: rgb(33,27,172); }
td.TdClassName
{
border-color: #211BAC;
}
.TagClassName
{
border-color: #211BAC;
}
</style>