Shades of Ultramarine #21109E
Tints of Ultramarine #21109E
RGB
CMYK
RGB Variations
Color information
#21109E (or 0x21109E) is known color: Ultramarine. HEX triplet: 21, 10 and 9E. RGB value is (33,16,158). Sum of RGB (Red+Green+Blue) = 33+16+158=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #21109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21109E is #DEEF61. Grayscale: #242424. Windows color (decimal): -14610274 or 10358817. OLE color: 10358817.
HSL color Cylindrical-coordinate representation of color #21109E: hue angle of 247.18º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21109E is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 16 | 158 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.38 |
| HSL | 247.18º | 0.82% | 0.34% | - |
| HSV(B) | 247.18º | 0.9% | 0.62% | - |
| XYZ | 6.98 | 3.16 | 32.59 | - |
| YUV | 37.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 158 | 0.79 | 0.90 | 0 | 0.38 | 247.18 | 0.82 | 0.34 |
| Hex | 21 | 10 | 9E | 4F | 5A | 0 | 26 | F7 | 52 | 22 |
| Octal | 41 | 20 | 236 | 117 | 132 | 0 | 46 | 367 | 122 | 42 |
| Binary | 100001 | 10000 | 10011110 | 1001111 | 1011010 | 0 | 100110 | 11110111 | 1010010 | 100010 |
Color Harmonies of #21109E
Complementary color
Monochromatic Colors of #21109E
Black with #21109E
Text Example
Text Example
White with #21109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21109E; }
p { color: rgb(33,16,158); }
H1.HeaderClassName
{
color: #21109E;
}
.AnyTagClassName
{
color: #21109E;
}
</style>
background-color css
<style>
a { background-color: #21109E; }
a { background-color: rgb(33,16,158); }
div.DivClassName
{
background-color: #21109E;
}
.BgClassName
{
background-color: #21109E;
}
</style>
border-color css
<style>
span { border-color: #21109E; }
span { border-color: rgb(33,16,158); }
td.TdClassName
{
border-color: #21109E;
}
.TagClassName
{
border-color: #21109E;
}
</style>