Shades of Ultramarine #210289
Tints of Ultramarine #210289
RGB
CMYK
RGB Variations
Color information
#210289 (or 0x210289) is known color: Ultramarine. HEX triplet: 21, 02 and 89. RGB value is (33,2,137). Sum of RGB (Red+Green+Blue) = 33+2+137=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #210289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210289 is #DEFD76. Grayscale: #1A1A1A. Windows color (decimal): -14613879 or 8978977. OLE color: 8978977.
HSL color Cylindrical-coordinate representation of color #210289: hue angle of 253.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210289 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 2 | 137 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.46 |
| HSL | 253.78º | 0.97% | 0.27% | - |
| HSV(B) | 253.78º | 0.99% | 0.54% | - |
| XYZ | 5.16 | 2.17 | 23.81 | - |
| YUV | 26.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 137 | 0.76 | 0.99 | 0 | 0.46 | 253.78 | 0.97 | 0.27 |
| Hex | 21 | 2 | 89 | 4C | 63 | 0 | 2E | FE | 61 | 1B |
| Octal | 41 | 2 | 211 | 114 | 143 | 0 | 56 | 376 | 141 | 33 |
| Binary | 100001 | 10 | 10001001 | 1001100 | 1100011 | 0 | 101110 | 11111110 | 1100001 | 11011 |
Color Harmonies of #210289
Complementary color
Monochromatic Colors of #210289
Black with #210289
Text Example
Text Example
White with #210289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210289; }
p { color: rgb(33,2,137); }
H1.HeaderClassName
{
color: #210289;
}
.AnyTagClassName
{
color: #210289;
}
</style>
background-color css
<style>
a { background-color: #210289; }
a { background-color: rgb(33,2,137); }
div.DivClassName
{
background-color: #210289;
}
.BgClassName
{
background-color: #210289;
}
</style>
border-color css
<style>
span { border-color: #210289; }
span { border-color: rgb(33,2,137); }
td.TdClassName
{
border-color: #210289;
}
.TagClassName
{
border-color: #210289;
}
</style>