Shades of Ultramarine #210C8F
Tints of Ultramarine #210C8F
RGB
CMYK
RGB Variations
Color information
#210C8F (or 0x210C8F) is known color: Ultramarine. HEX triplet: 21, 0C and 8F. RGB value is (33,12,143). Sum of RGB (Red+Green+Blue) = 33+12+143=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #210C8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C8F is #DEF370. Grayscale: #202020. Windows color (decimal): -14611313 or 9374753. OLE color: 9374753.
HSL color Cylindrical-coordinate representation of color #210C8F: hue angle of 249.62º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210C8F is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 12 | 143 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.44 |
| HSL | 249.62º | 0.85% | 0.3% | - |
| HSV(B) | 249.62º | 0.92% | 0.56% | - |
| XYZ | 5.72 | 2.57 | 26.18 | - |
| YUV | 33.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 143 | 0.77 | 0.92 | 0 | 0.44 | 249.62 | 0.85 | 0.3 |
| Hex | 21 | C | 8F | 4D | 5C | 0 | 2C | FA | 55 | 1E |
| Octal | 41 | 14 | 217 | 115 | 134 | 0 | 54 | 372 | 125 | 36 |
| Binary | 100001 | 1100 | 10001111 | 1001101 | 1011100 | 0 | 101100 | 11111010 | 1010101 | 11110 |
Color Harmonies of #210C8F
Complementary color
Monochromatic Colors of #210C8F
Black with #210C8F
Text Example
Text Example
White with #210C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C8F; }
p { color: rgb(33,12,143); }
H1.HeaderClassName
{
color: #210C8F;
}
.AnyTagClassName
{
color: #210C8F;
}
</style>
background-color css
<style>
a { background-color: #210C8F; }
a { background-color: rgb(33,12,143); }
div.DivClassName
{
background-color: #210C8F;
}
.BgClassName
{
background-color: #210C8F;
}
</style>
border-color css
<style>
span { border-color: #210C8F; }
span { border-color: rgb(33,12,143); }
td.TdClassName
{
border-color: #210C8F;
}
.TagClassName
{
border-color: #210C8F;
}
</style>