Shades of Ultramarine #21218E
Tints of Ultramarine #21218E
RGB
CMYK
RGB Variations
Color information
#21218E (or 0x21218E) is known color: Ultramarine. HEX triplet: 21, 21 and 8E. RGB value is (33,33,142). Sum of RGB (Red+Green+Blue) = 33+33+142=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #21218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21218E is #DEDE71. Grayscale: #2C2C2C. Windows color (decimal): -14605938 or 9314593. OLE color: 9314593.
HSL color Cylindrical-coordinate representation of color #21218E: hue angle of 240º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21218E is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 33 | 142 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.44 |
| HSL | 240º | 0.62% | 0.34% | - |
| HSV(B) | 240º | 0.77% | 0.56% | - |
| XYZ | 6.05 | 3.36 | 25.92 | - |
| YUV | 45.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 142 | 0.77 | 0.77 | 0 | 0.44 | 240 | 0.62 | 0.34 |
| Hex | 21 | 21 | 8E | 4D | 4D | 0 | 2C | F0 | 3E | 22 |
| Octal | 41 | 41 | 216 | 115 | 115 | 0 | 54 | 360 | 76 | 42 |
| Binary | 100001 | 100001 | 10001110 | 1001101 | 1001101 | 0 | 101100 | 11110000 | 111110 | 100010 |
Color Harmonies of #21218E
Complementary color
Monochromatic Colors of #21218E
Black with #21218E
Text Example
Text Example
White with #21218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21218E; }
p { color: rgb(33,33,142); }
H1.HeaderClassName
{
color: #21218E;
}
.AnyTagClassName
{
color: #21218E;
}
</style>
background-color css
<style>
a { background-color: #21218E; }
a { background-color: rgb(33,33,142); }
div.DivClassName
{
background-color: #21218E;
}
.BgClassName
{
background-color: #21218E;
}
</style>
border-color css
<style>
span { border-color: #21218E; }
span { border-color: rgb(33,33,142); }
td.TdClassName
{
border-color: #21218E;
}
.TagClassName
{
border-color: #21218E;
}
</style>