Shades of Ultramarine #210EB0
Tints of Ultramarine #210EB0
RGB
CMYK
RGB Variations
Color information
#210EB0 (or 0x210EB0) is known color: Ultramarine. HEX triplet: 21, 0E and B0. RGB value is (33,14,176). Sum of RGB (Red+Green+Blue) = 33+14+176=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #210EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210EB0 is #DEF14F. Grayscale: #252525. Windows color (decimal): -14610768 or 11537953. OLE color: 11537953.
HSL color Cylindrical-coordinate representation of color #210EB0: hue angle of 247.04º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210EB0 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 14 | 176 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.31 |
| HSL | 247.04º | 0.85% | 0.37% | - |
| HSV(B) | 247.04º | 0.92% | 0.69% | - |
| XYZ | 8.62 | 3.77 | 41.35 | - |
| YUV | 38.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 176 | 0.81 | 0.92 | 0 | 0.31 | 247.04 | 0.85 | 0.37 |
| Hex | 21 | E | B0 | 51 | 5C | 0 | 1F | F7 | 55 | 25 |
| Octal | 41 | 16 | 260 | 121 | 134 | 0 | 37 | 367 | 125 | 45 |
| Binary | 100001 | 1110 | 10110000 | 1010001 | 1011100 | 0 | 11111 | 11110111 | 1010101 | 100101 |
Color Harmonies of #210EB0
Complementary color
Monochromatic Colors of #210EB0
Black with #210EB0
Text Example
Text Example
White with #210EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EB0; }
p { color: rgb(33,14,176); }
H1.HeaderClassName
{
color: #210EB0;
}
.AnyTagClassName
{
color: #210EB0;
}
</style>
background-color css
<style>
a { background-color: #210EB0; }
a { background-color: rgb(33,14,176); }
div.DivClassName
{
background-color: #210EB0;
}
.BgClassName
{
background-color: #210EB0;
}
</style>
border-color css
<style>
span { border-color: #210EB0; }
span { border-color: rgb(33,14,176); }
td.TdClassName
{
border-color: #210EB0;
}
.TagClassName
{
border-color: #210EB0;
}
</style>