Shades of Ultramarine #210B82
Tints of Ultramarine #210B82
RGB
CMYK
RGB Variations
Color information
#210B82 (or 0x210B82) is known color: Ultramarine. HEX triplet: 21, 0B and 82. RGB value is (33,11,130). Sum of RGB (Red+Green+Blue) = 33+11+130=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #210B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B82 is #DEF47D. Grayscale: #1E1E1E. Windows color (decimal): -14611582 or 8522529. OLE color: 8522529.
HSL color Cylindrical-coordinate representation of color #210B82: hue angle of 251.09º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210B82 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 11 | 130 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.49 |
| HSL | 251.09º | 0.84% | 0.28% | - |
| HSV(B) | 251.09º | 0.92% | 0.51% | - |
| XYZ | 4.78 | 2.17 | 21.29 | - |
| YUV | 31.14 | 183.79 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 130 | 0.75 | 0.92 | 0 | 0.49 | 251.09 | 0.84 | 0.28 |
| Hex | 21 | B | 82 | 4B | 5C | 0 | 31 | FB | 54 | 1C |
| Octal | 41 | 13 | 202 | 113 | 134 | 0 | 61 | 373 | 124 | 34 |
| Binary | 100001 | 1011 | 10000010 | 1001011 | 1011100 | 0 | 110001 | 11111011 | 1010100 | 11100 |
Color Harmonies of #210B82
Complementary color
Monochromatic Colors of #210B82
Black with #210B82
Text Example
Text Example
White with #210B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B82; }
p { color: rgb(33,11,130); }
H1.HeaderClassName
{
color: #210B82;
}
.AnyTagClassName
{
color: #210B82;
}
</style>
background-color css
<style>
a { background-color: #210B82; }
a { background-color: rgb(33,11,130); }
div.DivClassName
{
background-color: #210B82;
}
.BgClassName
{
background-color: #210B82;
}
</style>
border-color css
<style>
span { border-color: #210B82; }
span { border-color: rgb(33,11,130); }
td.TdClassName
{
border-color: #210B82;
}
.TagClassName
{
border-color: #210B82;
}
</style>