Shades of Ultramarine #212691
Tints of Ultramarine #212691
RGB
CMYK
RGB Variations
Color information
#212691 (or 0x212691) is known color: Ultramarine. HEX triplet: 21, 26 and 91. RGB value is (33,38,145). Sum of RGB (Red+Green+Blue) = 33+38+145=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #212691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212691 is #DED96E. Grayscale: #303030. Windows color (decimal): -14604655 or 9512481. OLE color: 9512481.
HSL color Cylindrical-coordinate representation of color #212691: hue angle of 237.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212691 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 38 | 145 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.43 |
| HSL | 237.32º | 0.63% | 0.35% | - |
| HSV(B) | 237.32º | 0.77% | 0.57% | - |
| XYZ | 6.43 | 3.75 | 27.17 | - |
| YUV | 48.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 145 | 0.77 | 0.74 | 0 | 0.43 | 237.32 | 0.63 | 0.35 |
| Hex | 21 | 26 | 91 | 4D | 4A | 0 | 2B | ED | 3F | 23 |
| Octal | 41 | 46 | 221 | 115 | 112 | 0 | 53 | 355 | 77 | 43 |
| Binary | 100001 | 100110 | 10010001 | 1001101 | 1001010 | 0 | 101011 | 11101101 | 111111 | 100011 |
Color Harmonies of #212691
Complementary color
Monochromatic Colors of #212691
Black with #212691
Text Example
Text Example
White with #212691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212691; }
p { color: rgb(33,38,145); }
H1.HeaderClassName
{
color: #212691;
}
.AnyTagClassName
{
color: #212691;
}
</style>
background-color css
<style>
a { background-color: #212691; }
a { background-color: rgb(33,38,145); }
div.DivClassName
{
background-color: #212691;
}
.BgClassName
{
background-color: #212691;
}
</style>
border-color css
<style>
span { border-color: #212691; }
span { border-color: rgb(33,38,145); }
td.TdClassName
{
border-color: #212691;
}
.TagClassName
{
border-color: #212691;
}
</style>