Shades of Ultramarine #210290
Tints of Ultramarine #210290
RGB
CMYK
RGB Variations
Color information
#210290 (or 0x210290) is known color: Ultramarine. HEX triplet: 21, 02 and 90. RGB value is (33,2,144). Sum of RGB (Red+Green+Blue) = 33+2+144=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #210290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210290 is #DEFD6F. Grayscale: #1A1A1A. Windows color (decimal): -14613872 or 9437729. OLE color: 9437729.
HSL color Cylindrical-coordinate representation of color #210290: hue angle of 253.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210290 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 2 | 144 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.44 |
| HSL | 253.1º | 0.97% | 0.29% | - |
| HSV(B) | 253.1º | 0.99% | 0.56% | - |
| XYZ | 5.68 | 2.38 | 26.55 | - |
| YUV | 27.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 144 | 0.77 | 0.99 | 0 | 0.44 | 253.1 | 0.97 | 0.29 |
| Hex | 21 | 2 | 90 | 4D | 63 | 0 | 2C | FD | 61 | 1D |
| Octal | 41 | 2 | 220 | 115 | 143 | 0 | 54 | 375 | 141 | 35 |
| Binary | 100001 | 10 | 10010000 | 1001101 | 1100011 | 0 | 101100 | 11111101 | 1100001 | 11101 |
Color Harmonies of #210290
Complementary color
Monochromatic Colors of #210290
Black with #210290
Text Example
Text Example
White with #210290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210290; }
p { color: rgb(33,2,144); }
H1.HeaderClassName
{
color: #210290;
}
.AnyTagClassName
{
color: #210290;
}
</style>
background-color css
<style>
a { background-color: #210290; }
a { background-color: rgb(33,2,144); }
div.DivClassName
{
background-color: #210290;
}
.BgClassName
{
background-color: #210290;
}
</style>
border-color css
<style>
span { border-color: #210290; }
span { border-color: rgb(33,2,144); }
td.TdClassName
{
border-color: #210290;
}
.TagClassName
{
border-color: #210290;
}
</style>