Shades of Ultramarine #210B86
Tints of Ultramarine #210B86
RGB
CMYK
RGB Variations
Color information
#210B86 (or 0x210B86) is known color: Ultramarine. HEX triplet: 21, 0B and 86. RGB value is (33,11,134). Sum of RGB (Red+Green+Blue) = 33+11+134=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #210B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B86 is #DEF479. Grayscale: #1F1F1F. Windows color (decimal): -14611578 or 8784673. OLE color: 8784673.
HSL color Cylindrical-coordinate representation of color #210B86: hue angle of 250.73º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210B86 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 11 | 134 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.47 |
| HSL | 250.73º | 0.85% | 0.28% | - |
| HSV(B) | 250.73º | 0.92% | 0.53% | - |
| XYZ | 5.05 | 2.28 | 22.73 | - |
| YUV | 31.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 134 | 0.75 | 0.92 | 0 | 0.47 | 250.73 | 0.85 | 0.28 |
| Hex | 21 | B | 86 | 4B | 5C | 0 | 2F | FB | 55 | 1C |
| Octal | 41 | 13 | 206 | 113 | 134 | 0 | 57 | 373 | 125 | 34 |
| Binary | 100001 | 1011 | 10000110 | 1001011 | 1011100 | 0 | 101111 | 11111011 | 1010101 | 11100 |
Color Harmonies of #210B86
Complementary color
Monochromatic Colors of #210B86
Black with #210B86
Text Example
Text Example
White with #210B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B86; }
p { color: rgb(33,11,134); }
H1.HeaderClassName
{
color: #210B86;
}
.AnyTagClassName
{
color: #210B86;
}
</style>
background-color css
<style>
a { background-color: #210B86; }
a { background-color: rgb(33,11,134); }
div.DivClassName
{
background-color: #210B86;
}
.BgClassName
{
background-color: #210B86;
}
</style>
border-color css
<style>
span { border-color: #210B86; }
span { border-color: rgb(33,11,134); }
td.TdClassName
{
border-color: #210B86;
}
.TagClassName
{
border-color: #210B86;
}
</style>