Shades of Ultramarine #210DB6
Tints of Ultramarine #210DB6
RGB
CMYK
RGB Variations
Color information
#210DB6 (or 0x210DB6) is known color: Ultramarine. HEX triplet: 21, 0D and B6. RGB value is (33,13,182). Sum of RGB (Red+Green+Blue) = 33+13+182=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 182 (71.48% from 255 or 79.82% from 228); Max value from RGB is 182 - color contains mainly: blue. Hex color #210DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DB6 is #DEF249. Grayscale: #252525. Windows color (decimal): -14611018 or 11930913. OLE color: 11930913.
HSL color Cylindrical-coordinate representation of color #210DB6: hue angle of 247.1º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210DB6 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 13 | 182 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.29 |
| HSL | 247.1º | 0.87% | 0.38% | - |
| HSV(B) | 247.1º | 0.93% | 0.71% | - |
| XYZ | 9.21 | 3.99 | 44.54 | - |
| YUV | 38.25 | 209.13 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 182 | 0.82 | 0.93 | 0 | 0.29 | 247.1 | 0.87 | 0.38 |
| Hex | 21 | D | B6 | 52 | 5D | 0 | 1D | F7 | 57 | 26 |
| Octal | 41 | 15 | 266 | 122 | 135 | 0 | 35 | 367 | 127 | 46 |
| Binary | 100001 | 1101 | 10110110 | 1010010 | 1011101 | 0 | 11101 | 11110111 | 1010111 | 100110 |
Color Harmonies of #210DB6
Complementary color
Monochromatic Colors of #210DB6
Black with #210DB6
Text Example
Text Example
White with #210DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DB6; }
p { color: rgb(33,13,182); }
H1.HeaderClassName
{
color: #210DB6;
}
.AnyTagClassName
{
color: #210DB6;
}
</style>
background-color css
<style>
a { background-color: #210DB6; }
a { background-color: rgb(33,13,182); }
div.DivClassName
{
background-color: #210DB6;
}
.BgClassName
{
background-color: #210DB6;
}
</style>
border-color css
<style>
span { border-color: #210DB6; }
span { border-color: rgb(33,13,182); }
td.TdClassName
{
border-color: #210DB6;
}
.TagClassName
{
border-color: #210DB6;
}
</style>