Shades of Ultramarine #210EAE
Tints of Ultramarine #210EAE
RGB
CMYK
RGB Variations
Color information
#210EAE (or 0x210EAE) is known color: Ultramarine. HEX triplet: 21, 0E and AE. RGB value is (33,14,174). Sum of RGB (Red+Green+Blue) = 33+14+174=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #210EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210EAE is #DEF151. Grayscale: #252525. Windows color (decimal): -14610770 or 11406881. OLE color: 11406881.
HSL color Cylindrical-coordinate representation of color #210EAE: hue angle of 247.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210EAE is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 14 | 174 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.32 |
| HSL | 247.13º | 0.85% | 0.37% | - |
| HSV(B) | 247.13º | 0.92% | 0.68% | - |
| XYZ | 8.42 | 3.69 | 40.31 | - |
| YUV | 37.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 174 | 0.81 | 0.92 | 0 | 0.32 | 247.13 | 0.85 | 0.37 |
| Hex | 21 | E | AE | 51 | 5C | 0 | 20 | F7 | 55 | 25 |
| Octal | 41 | 16 | 256 | 121 | 134 | 0 | 40 | 367 | 125 | 45 |
| Binary | 100001 | 1110 | 10101110 | 1010001 | 1011100 | 0 | 100000 | 11110111 | 1010101 | 100101 |
Color Harmonies of #210EAE
Complementary color
Monochromatic Colors of #210EAE
Black with #210EAE
Text Example
Text Example
White with #210EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EAE; }
p { color: rgb(33,14,174); }
H1.HeaderClassName
{
color: #210EAE;
}
.AnyTagClassName
{
color: #210EAE;
}
</style>
background-color css
<style>
a { background-color: #210EAE; }
a { background-color: rgb(33,14,174); }
div.DivClassName
{
background-color: #210EAE;
}
.BgClassName
{
background-color: #210EAE;
}
</style>
border-color css
<style>
span { border-color: #210EAE; }
span { border-color: rgb(33,14,174); }
td.TdClassName
{
border-color: #210EAE;
}
.TagClassName
{
border-color: #210EAE;
}
</style>