Shades of Ultramarine #211D94
Tints of Ultramarine #211D94
RGB
CMYK
RGB Variations
Color information
#211D94 (or 0x211D94) is known color: Ultramarine. HEX triplet: 21, 1D and 94. RGB value is (33,29,148). Sum of RGB (Red+Green+Blue) = 33+29+148=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #211D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211D94 is #DEE26B. Grayscale: #2B2B2B. Windows color (decimal): -14606956 or 9706785. OLE color: 9706785.
HSL color Cylindrical-coordinate representation of color #211D94: hue angle of 242.02º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211D94 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 29 | 148 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.42 |
| HSL | 242.02º | 0.67% | 0.35% | - |
| HSV(B) | 242.02º | 0.8% | 0.58% | - |
| XYZ | 6.41 | 3.34 | 28.32 | - |
| YUV | 43.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 148 | 0.78 | 0.80 | 0 | 0.42 | 242.02 | 0.67 | 0.35 |
| Hex | 21 | 1D | 94 | 4E | 50 | 0 | 2A | F2 | 43 | 23 |
| Octal | 41 | 35 | 224 | 116 | 120 | 0 | 52 | 362 | 103 | 43 |
| Binary | 100001 | 11101 | 10010100 | 1001110 | 1010000 | 0 | 101010 | 11110010 | 1000011 | 100011 |
Color Harmonies of #211D94
Complementary color
Monochromatic Colors of #211D94
Black with #211D94
Text Example
Text Example
White with #211D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D94; }
p { color: rgb(33,29,148); }
H1.HeaderClassName
{
color: #211D94;
}
.AnyTagClassName
{
color: #211D94;
}
</style>
background-color css
<style>
a { background-color: #211D94; }
a { background-color: rgb(33,29,148); }
div.DivClassName
{
background-color: #211D94;
}
.BgClassName
{
background-color: #211D94;
}
</style>
border-color css
<style>
span { border-color: #211D94; }
span { border-color: rgb(33,29,148); }
td.TdClassName
{
border-color: #211D94;
}
.TagClassName
{
border-color: #211D94;
}
</style>