Shades of Ultramarine #210BAE
Tints of Ultramarine #210BAE
RGB
CMYK
RGB Variations
Color information
#210BAE (or 0x210BAE) is known color: Ultramarine. HEX triplet: 21, 0B and AE. RGB value is (33,11,174). Sum of RGB (Red+Green+Blue) = 33+11+174=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #210BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210BAE is #DEF451. Grayscale: #232323. Windows color (decimal): -14611538 or 11406113. OLE color: 11406113.
HSL color Cylindrical-coordinate representation of color #210BAE: hue angle of 248.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BAE is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 11 | 174 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.32 |
| HSL | 248.1º | 0.88% | 0.36% | - |
| HSV(B) | 248.1º | 0.94% | 0.68% | - |
| XYZ | 8.39 | 3.62 | 40.3 | - |
| YUV | 36.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 174 | 0.81 | 0.94 | 0 | 0.32 | 248.1 | 0.88 | 0.36 |
| Hex | 21 | B | AE | 51 | 5E | 0 | 20 | F8 | 58 | 24 |
| Octal | 41 | 13 | 256 | 121 | 136 | 0 | 40 | 370 | 130 | 44 |
| Binary | 100001 | 1011 | 10101110 | 1010001 | 1011110 | 0 | 100000 | 11111000 | 1011000 | 100100 |
Color Harmonies of #210BAE
Complementary color
Monochromatic Colors of #210BAE
Black with #210BAE
Text Example
Text Example
White with #210BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BAE; }
p { color: rgb(33,11,174); }
H1.HeaderClassName
{
color: #210BAE;
}
.AnyTagClassName
{
color: #210BAE;
}
</style>
background-color css
<style>
a { background-color: #210BAE; }
a { background-color: rgb(33,11,174); }
div.DivClassName
{
background-color: #210BAE;
}
.BgClassName
{
background-color: #210BAE;
}
</style>
border-color css
<style>
span { border-color: #210BAE; }
span { border-color: rgb(33,11,174); }
td.TdClassName
{
border-color: #210BAE;
}
.TagClassName
{
border-color: #210BAE;
}
</style>