Shades of Ultramarine #212293
Tints of Ultramarine #212293
RGB
CMYK
RGB Variations
Color information
#212293 (or 0x212293) is known color: Ultramarine. HEX triplet: 21, 22 and 93. RGB value is (33,34,147). Sum of RGB (Red+Green+Blue) = 33+34+147=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #212293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212293 is #DEDD6C. Grayscale: #2E2E2E. Windows color (decimal): -14605677 or 9642529. OLE color: 9642529.
HSL color Cylindrical-coordinate representation of color #212293: hue angle of 239.47º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212293 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 34 | 147 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.42 |
| HSL | 239.47º | 0.63% | 0.35% | - |
| HSV(B) | 239.47º | 0.78% | 0.58% | - |
| XYZ | 6.47 | 3.57 | 27.95 | - |
| YUV | 46.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 147 | 0.78 | 0.77 | 0 | 0.42 | 239.47 | 0.63 | 0.35 |
| Hex | 21 | 22 | 93 | 4E | 4D | 0 | 2A | EF | 3F | 23 |
| Octal | 41 | 42 | 223 | 116 | 115 | 0 | 52 | 357 | 77 | 43 |
| Binary | 100001 | 100010 | 10010011 | 1001110 | 1001101 | 0 | 101010 | 11101111 | 111111 | 100011 |
Color Harmonies of #212293
Complementary color
Monochromatic Colors of #212293
Black with #212293
Text Example
Text Example
White with #212293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212293; }
p { color: rgb(33,34,147); }
H1.HeaderClassName
{
color: #212293;
}
.AnyTagClassName
{
color: #212293;
}
</style>
background-color css
<style>
a { background-color: #212293; }
a { background-color: rgb(33,34,147); }
div.DivClassName
{
background-color: #212293;
}
.BgClassName
{
background-color: #212293;
}
</style>
border-color css
<style>
span { border-color: #212293; }
span { border-color: rgb(33,34,147); }
td.TdClassName
{
border-color: #212293;
}
.TagClassName
{
border-color: #212293;
}
</style>