Shades of Ultramarine #210F8F
Tints of Ultramarine #210F8F
RGB
CMYK
RGB Variations
Color information
#210F8F (or 0x210F8F) is known color: Ultramarine. HEX triplet: 21, 0F and 8F. RGB value is (33,15,143). Sum of RGB (Red+Green+Blue) = 33+15+143=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #210F8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210F8F is #DEF070. Grayscale: #222222. Windows color (decimal): -14610545 or 9375521. OLE color: 9375521.
HSL color Cylindrical-coordinate representation of color #210F8F: hue angle of 248.44º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210F8F is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 15 | 143 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.44 |
| HSL | 248.44º | 0.81% | 0.31% | - |
| HSV(B) | 248.44º | 0.9% | 0.56% | - |
| XYZ | 5.76 | 2.65 | 26.19 | - |
| YUV | 34.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 143 | 0.77 | 0.90 | 0 | 0.44 | 248.44 | 0.81 | 0.31 |
| Hex | 21 | F | 8F | 4D | 5A | 0 | 2C | F8 | 51 | 1F |
| Octal | 41 | 17 | 217 | 115 | 132 | 0 | 54 | 370 | 121 | 37 |
| Binary | 100001 | 1111 | 10001111 | 1001101 | 1011010 | 0 | 101100 | 11111000 | 1010001 | 11111 |
Color Harmonies of #210F8F
Complementary color
Monochromatic Colors of #210F8F
Black with #210F8F
Text Example
Text Example
White with #210F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F8F; }
p { color: rgb(33,15,143); }
H1.HeaderClassName
{
color: #210F8F;
}
.AnyTagClassName
{
color: #210F8F;
}
</style>
background-color css
<style>
a { background-color: #210F8F; }
a { background-color: rgb(33,15,143); }
div.DivClassName
{
background-color: #210F8F;
}
.BgClassName
{
background-color: #210F8F;
}
</style>
border-color css
<style>
span { border-color: #210F8F; }
span { border-color: rgb(33,15,143); }
td.TdClassName
{
border-color: #210F8F;
}
.TagClassName
{
border-color: #210F8F;
}
</style>