Shades of Ultramarine #211A89
Tints of Ultramarine #211A89
RGB
CMYK
RGB Variations
Color information
#211A89 (or 0x211A89) is known color: Ultramarine. HEX triplet: 21, 1A and 89. RGB value is (33,26,137). Sum of RGB (Red+Green+Blue) = 33+26+137=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #211A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A89 is #DEE576. Grayscale: #282828. Windows color (decimal): -14607735 or 8985121. OLE color: 8985121.
HSL color Cylindrical-coordinate representation of color #211A89: hue angle of 243.78º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211A89 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 26 | 137 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.46 |
| HSL | 243.78º | 0.68% | 0.32% | - |
| HSV(B) | 243.78º | 0.81% | 0.54% | - |
| XYZ | 5.51 | 2.87 | 23.93 | - |
| YUV | 40.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 137 | 0.76 | 0.81 | 0 | 0.46 | 243.78 | 0.68 | 0.32 |
| Hex | 21 | 1A | 89 | 4C | 51 | 0 | 2E | F4 | 44 | 20 |
| Octal | 41 | 32 | 211 | 114 | 121 | 0 | 56 | 364 | 104 | 40 |
| Binary | 100001 | 11010 | 10001001 | 1001100 | 1010001 | 0 | 101110 | 11110100 | 1000100 | 100000 |
Color Harmonies of #211A89
Complementary color
Monochromatic Colors of #211A89
Black with #211A89
Text Example
Text Example
White with #211A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A89; }
p { color: rgb(33,26,137); }
H1.HeaderClassName
{
color: #211A89;
}
.AnyTagClassName
{
color: #211A89;
}
</style>
background-color css
<style>
a { background-color: #211A89; }
a { background-color: rgb(33,26,137); }
div.DivClassName
{
background-color: #211A89;
}
.BgClassName
{
background-color: #211A89;
}
</style>
border-color css
<style>
span { border-color: #211A89; }
span { border-color: rgb(33,26,137); }
td.TdClassName
{
border-color: #211A89;
}
.TagClassName
{
border-color: #211A89;
}
</style>