Shades of Ultramarine #21208D
Tints of Ultramarine #21208D
RGB
CMYK
RGB Variations
Color information
#21208D (or 0x21208D) is known color: Ultramarine. HEX triplet: 21, 20 and 8D. RGB value is (33,32,141). Sum of RGB (Red+Green+Blue) = 33+32+141=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #21208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21208D is #DEDF72. Grayscale: #2C2C2C. Windows color (decimal): -14606195 or 9248801. OLE color: 9248801.
HSL color Cylindrical-coordinate representation of color #21208D: hue angle of 240.55º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21208D is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 32 | 141 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.45 |
| HSL | 240.55º | 0.63% | 0.34% | - |
| HSV(B) | 240.55º | 0.77% | 0.55% | - |
| XYZ | 5.95 | 3.28 | 25.52 | - |
| YUV | 44.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 141 | 0.77 | 0.77 | 0 | 0.45 | 240.55 | 0.63 | 0.34 |
| Hex | 21 | 20 | 8D | 4D | 4D | 0 | 2D | F1 | 3F | 22 |
| Octal | 41 | 40 | 215 | 115 | 115 | 0 | 55 | 361 | 77 | 42 |
| Binary | 100001 | 100000 | 10001101 | 1001101 | 1001101 | 0 | 101101 | 11110001 | 111111 | 100010 |
Color Harmonies of #21208D
Complementary color
Monochromatic Colors of #21208D
Black with #21208D
Text Example
Text Example
White with #21208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21208D; }
p { color: rgb(33,32,141); }
H1.HeaderClassName
{
color: #21208D;
}
.AnyTagClassName
{
color: #21208D;
}
</style>
background-color css
<style>
a { background-color: #21208D; }
a { background-color: rgb(33,32,141); }
div.DivClassName
{
background-color: #21208D;
}
.BgClassName
{
background-color: #21208D;
}
</style>
border-color css
<style>
span { border-color: #21208D; }
span { border-color: rgb(33,32,141); }
td.TdClassName
{
border-color: #21208D;
}
.TagClassName
{
border-color: #21208D;
}
</style>