Shades of Ultramarine #210389
Tints of Ultramarine #210389
RGB
CMYK
RGB Variations
Color information
#210389 (or 0x210389) is known color: Ultramarine. HEX triplet: 21, 03 and 89. RGB value is (33,3,137). Sum of RGB (Red+Green+Blue) = 33+3+137=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #210389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210389 is #DEFC76. Grayscale: #1A1A1A. Windows color (decimal): -14613623 or 8979233. OLE color: 8979233.
HSL color Cylindrical-coordinate representation of color #210389: hue angle of 253.43º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210389 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 3 | 137 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.46 |
| HSL | 253.43º | 0.96% | 0.27% | - |
| HSV(B) | 253.43º | 0.98% | 0.54% | - |
| XYZ | 5.18 | 2.19 | 23.82 | - |
| YUV | 27.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 137 | 0.76 | 0.98 | 0 | 0.46 | 253.43 | 0.96 | 0.27 |
| Hex | 21 | 3 | 89 | 4C | 62 | 0 | 2E | FD | 60 | 1B |
| Octal | 41 | 3 | 211 | 114 | 142 | 0 | 56 | 375 | 140 | 33 |
| Binary | 100001 | 11 | 10001001 | 1001100 | 1100010 | 0 | 101110 | 11111101 | 1100000 | 11011 |
Color Harmonies of #210389
Complementary color
Monochromatic Colors of #210389
Black with #210389
Text Example
Text Example
White with #210389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210389; }
p { color: rgb(33,3,137); }
H1.HeaderClassName
{
color: #210389;
}
.AnyTagClassName
{
color: #210389;
}
</style>
background-color css
<style>
a { background-color: #210389; }
a { background-color: rgb(33,3,137); }
div.DivClassName
{
background-color: #210389;
}
.BgClassName
{
background-color: #210389;
}
</style>
border-color css
<style>
span { border-color: #210389; }
span { border-color: rgb(33,3,137); }
td.TdClassName
{
border-color: #210389;
}
.TagClassName
{
border-color: #210389;
}
</style>