Shades of Ultramarine #210A89
Tints of Ultramarine #210A89
RGB
CMYK
RGB Variations
Color information
#210A89 (or 0x210A89) is known color: Ultramarine. HEX triplet: 21, 0A and 89. RGB value is (33,10,137). Sum of RGB (Red+Green+Blue) = 33+10+137=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #210A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210A89 is #DEF576. Grayscale: #1E1E1E. Windows color (decimal): -14611831 or 8981025. OLE color: 8981025.
HSL color Cylindrical-coordinate representation of color #210A89: hue angle of 250.87º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210A89 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 10 | 137 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.46 |
| HSL | 250.87º | 0.86% | 0.29% | - |
| HSV(B) | 250.87º | 0.93% | 0.54% | - |
| XYZ | 5.25 | 2.35 | 23.84 | - |
| YUV | 31.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 137 | 0.76 | 0.93 | 0 | 0.46 | 250.87 | 0.86 | 0.29 |
| Hex | 21 | A | 89 | 4C | 5D | 0 | 2E | FB | 56 | 1D |
| Octal | 41 | 12 | 211 | 114 | 135 | 0 | 56 | 373 | 126 | 35 |
| Binary | 100001 | 1010 | 10001001 | 1001100 | 1011101 | 0 | 101110 | 11111011 | 1010110 | 11101 |
Color Harmonies of #210A89
Complementary color
Monochromatic Colors of #210A89
Black with #210A89
Text Example
Text Example
White with #210A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A89; }
p { color: rgb(33,10,137); }
H1.HeaderClassName
{
color: #210A89;
}
.AnyTagClassName
{
color: #210A89;
}
</style>
background-color css
<style>
a { background-color: #210A89; }
a { background-color: rgb(33,10,137); }
div.DivClassName
{
background-color: #210A89;
}
.BgClassName
{
background-color: #210A89;
}
</style>
border-color css
<style>
span { border-color: #210A89; }
span { border-color: rgb(33,10,137); }
td.TdClassName
{
border-color: #210A89;
}
.TagClassName
{
border-color: #210A89;
}
</style>