Shades of Ultramarine #211F89
Tints of Ultramarine #211F89
RGB
CMYK
RGB Variations
Color information
#211F89 (or 0x211F89) is known color: Ultramarine. HEX triplet: 21, 1F and 89. RGB value is (33,31,137). Sum of RGB (Red+Green+Blue) = 33+31+137=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #211F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F89 is #DEE076. Grayscale: #2B2B2B. Windows color (decimal): -14606455 or 8986401. OLE color: 8986401.
HSL color Cylindrical-coordinate representation of color #211F89: hue angle of 241.13º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211F89 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 31 | 137 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.46 |
| HSL | 241.13º | 0.63% | 0.33% | - |
| HSV(B) | 241.13º | 0.77% | 0.54% | - |
| XYZ | 5.63 | 3.11 | 23.97 | - |
| YUV | 43.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 137 | 0.76 | 0.77 | 0 | 0.46 | 241.13 | 0.63 | 0.33 |
| Hex | 21 | 1F | 89 | 4C | 4D | 0 | 2E | F1 | 3F | 21 |
| Octal | 41 | 37 | 211 | 114 | 115 | 0 | 56 | 361 | 77 | 41 |
| Binary | 100001 | 11111 | 10001001 | 1001100 | 1001101 | 0 | 101110 | 11110001 | 111111 | 100001 |
Color Harmonies of #211F89
Complementary color
Monochromatic Colors of #211F89
Black with #211F89
Text Example
Text Example
White with #211F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F89; }
p { color: rgb(33,31,137); }
H1.HeaderClassName
{
color: #211F89;
}
.AnyTagClassName
{
color: #211F89;
}
</style>
background-color css
<style>
a { background-color: #211F89; }
a { background-color: rgb(33,31,137); }
div.DivClassName
{
background-color: #211F89;
}
.BgClassName
{
background-color: #211F89;
}
</style>
border-color css
<style>
span { border-color: #211F89; }
span { border-color: rgb(33,31,137); }
td.TdClassName
{
border-color: #211F89;
}
.TagClassName
{
border-color: #211F89;
}
</style>