Shades of Ultramarine #211291
Tints of Ultramarine #211291
RGB
CMYK
RGB Variations
Color information
#211291 (or 0x211291) is known color: Ultramarine. HEX triplet: 21, 12 and 91. RGB value is (33,18,145). Sum of RGB (Red+Green+Blue) = 33+18+145=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #211291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211291 is #DEED6E. Grayscale: #242424. Windows color (decimal): -14609775 or 9507361. OLE color: 9507361.
HSL color Cylindrical-coordinate representation of color #211291: hue angle of 247.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211291 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 18 | 145 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.43 |
| HSL | 247.09º | 0.78% | 0.32% | - |
| HSV(B) | 247.09º | 0.88% | 0.57% | - |
| XYZ | 5.95 | 2.8 | 27.01 | - |
| YUV | 36.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 145 | 0.77 | 0.88 | 0 | 0.43 | 247.09 | 0.78 | 0.32 |
| Hex | 21 | 12 | 91 | 4D | 58 | 0 | 2B | F7 | 4E | 20 |
| Octal | 41 | 22 | 221 | 115 | 130 | 0 | 53 | 367 | 116 | 40 |
| Binary | 100001 | 10010 | 10010001 | 1001101 | 1011000 | 0 | 101011 | 11110111 | 1001110 | 100000 |
Color Harmonies of #211291
Complementary color
Monochromatic Colors of #211291
Black with #211291
Text Example
Text Example
White with #211291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211291; }
p { color: rgb(33,18,145); }
H1.HeaderClassName
{
color: #211291;
}
.AnyTagClassName
{
color: #211291;
}
</style>
background-color css
<style>
a { background-color: #211291; }
a { background-color: rgb(33,18,145); }
div.DivClassName
{
background-color: #211291;
}
.BgClassName
{
background-color: #211291;
}
</style>
border-color css
<style>
span { border-color: #211291; }
span { border-color: rgb(33,18,145); }
td.TdClassName
{
border-color: #211291;
}
.TagClassName
{
border-color: #211291;
}
</style>