Shades of Ultramarine #210AB4
Tints of Ultramarine #210AB4
RGB
CMYK
RGB Variations
Color information
#210AB4 (or 0x210AB4) is known color: Ultramarine. HEX triplet: 21, 0A and B4. RGB value is (33,10,180). Sum of RGB (Red+Green+Blue) = 33+10+180=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 180 (70.70% from 255 or 80.72% from 223); Max value from RGB is 180 - color contains mainly: blue. Hex color #210AB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AB4 is #DEF54B. Grayscale: #232323. Windows color (decimal): -14611788 or 11799073. OLE color: 11799073.
HSL color Cylindrical-coordinate representation of color #210AB4: hue angle of 248.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210AB4 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 10 | 180 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.29 |
| HSL | 248.12º | 0.89% | 0.37% | - |
| HSV(B) | 248.12º | 0.94% | 0.71% | - |
| XYZ | 8.97 | 3.84 | 43.45 | - |
| YUV | 36.26 | 209.12 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 180 | 0.82 | 0.94 | 0 | 0.29 | 248.12 | 0.89 | 0.37 |
| Hex | 21 | A | B4 | 52 | 5E | 0 | 1D | F8 | 59 | 25 |
| Octal | 41 | 12 | 264 | 122 | 136 | 0 | 35 | 370 | 131 | 45 |
| Binary | 100001 | 1010 | 10110100 | 1010010 | 1011110 | 0 | 11101 | 11111000 | 1011001 | 100101 |
Color Harmonies of #210AB4
Complementary color
Monochromatic Colors of #210AB4
Black with #210AB4
Text Example
Text Example
White with #210AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AB4; }
p { color: rgb(33,10,180); }
H1.HeaderClassName
{
color: #210AB4;
}
.AnyTagClassName
{
color: #210AB4;
}
</style>
background-color css
<style>
a { background-color: #210AB4; }
a { background-color: rgb(33,10,180); }
div.DivClassName
{
background-color: #210AB4;
}
.BgClassName
{
background-color: #210AB4;
}
</style>
border-color css
<style>
span { border-color: #210AB4; }
span { border-color: rgb(33,10,180); }
td.TdClassName
{
border-color: #210AB4;
}
.TagClassName
{
border-color: #210AB4;
}
</style>