Shades of Ultramarine #211F97
Tints of Ultramarine #211F97
RGB
CMYK
RGB Variations
Color information
#211F97 (or 0x211F97) is known color: Ultramarine. HEX triplet: 21, 1F and 97. RGB value is (33,31,151). Sum of RGB (Red+Green+Blue) = 33+31+151=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #211F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F97 is #DEE068. Grayscale: #2C2C2C. Windows color (decimal): -14606441 or 9903905. OLE color: 9903905.
HSL color Cylindrical-coordinate representation of color #211F97: hue angle of 241º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211F97 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 31 | 151 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.41 |
| HSL | 241º | 0.66% | 0.36% | - |
| HSV(B) | 241º | 0.79% | 0.59% | - |
| XYZ | 6.7 | 3.54 | 29.61 | - |
| YUV | 45.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 151 | 0.78 | 0.79 | 0 | 0.41 | 241 | 0.66 | 0.36 |
| Hex | 21 | 1F | 97 | 4E | 4F | 0 | 29 | F1 | 42 | 24 |
| Octal | 41 | 37 | 227 | 116 | 117 | 0 | 51 | 361 | 102 | 44 |
| Binary | 100001 | 11111 | 10010111 | 1001110 | 1001111 | 0 | 101001 | 11110001 | 1000010 | 100100 |
Color Harmonies of #211F97
Complementary color
Monochromatic Colors of #211F97
Black with #211F97
Text Example
Text Example
White with #211F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F97; }
p { color: rgb(33,31,151); }
H1.HeaderClassName
{
color: #211F97;
}
.AnyTagClassName
{
color: #211F97;
}
</style>
background-color css
<style>
a { background-color: #211F97; }
a { background-color: rgb(33,31,151); }
div.DivClassName
{
background-color: #211F97;
}
.BgClassName
{
background-color: #211F97;
}
</style>
border-color css
<style>
span { border-color: #211F97; }
span { border-color: rgb(33,31,151); }
td.TdClassName
{
border-color: #211F97;
}
.TagClassName
{
border-color: #211F97;
}
</style>