Shades of Ultramarine #211F94
Tints of Ultramarine #211F94
RGB
CMYK
RGB Variations
Color information
#211F94 (or 0x211F94) is known color: Ultramarine. HEX triplet: 21, 1F and 94. RGB value is (33,31,148). Sum of RGB (Red+Green+Blue) = 33+31+148=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #211F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F94 is #DEE06B. Grayscale: #2C2C2C. Windows color (decimal): -14606444 or 9707297. OLE color: 9707297.
HSL color Cylindrical-coordinate representation of color #211F94: hue angle of 241.03º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211F94 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 31 | 148 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.42 |
| HSL | 241.03º | 0.65% | 0.35% | - |
| HSV(B) | 241.03º | 0.79% | 0.58% | - |
| XYZ | 6.46 | 3.44 | 28.34 | - |
| YUV | 44.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 148 | 0.78 | 0.79 | 0 | 0.42 | 241.03 | 0.65 | 0.35 |
| Hex | 21 | 1F | 94 | 4E | 4F | 0 | 2A | F1 | 41 | 23 |
| Octal | 41 | 37 | 224 | 116 | 117 | 0 | 52 | 361 | 101 | 43 |
| Binary | 100001 | 11111 | 10010100 | 1001110 | 1001111 | 0 | 101010 | 11110001 | 1000001 | 100011 |
Color Harmonies of #211F94
Complementary color
Monochromatic Colors of #211F94
Black with #211F94
Text Example
Text Example
White with #211F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F94; }
p { color: rgb(33,31,148); }
H1.HeaderClassName
{
color: #211F94;
}
.AnyTagClassName
{
color: #211F94;
}
</style>
background-color css
<style>
a { background-color: #211F94; }
a { background-color: rgb(33,31,148); }
div.DivClassName
{
background-color: #211F94;
}
.BgClassName
{
background-color: #211F94;
}
</style>
border-color css
<style>
span { border-color: #211F94; }
span { border-color: rgb(33,31,148); }
td.TdClassName
{
border-color: #211F94;
}
.TagClassName
{
border-color: #211F94;
}
</style>