Shades of Ultramarine #210193
Tints of Ultramarine #210193
RGB
CMYK
RGB Variations
Color information
#210193 (or 0x210193) is known color: Ultramarine. HEX triplet: 21, 01 and 93. RGB value is (33,1,147). Sum of RGB (Red+Green+Blue) = 33+1+147=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #210193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210193 is #DEFE6C. Grayscale: #1A1A1A. Windows color (decimal): -14614125 or 9634081. OLE color: 9634081.
HSL color Cylindrical-coordinate representation of color #210193: hue angle of 253.15º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210193 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 1 | 147 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.42 |
| HSL | 253.15º | 0.99% | 0.29% | - |
| HSV(B) | 253.15º | 0.99% | 0.58% | - |
| XYZ | 5.9 | 2.45 | 27.77 | - |
| YUV | 27.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 147 | 0.78 | 0.99 | 0 | 0.42 | 253.15 | 0.99 | 0.29 |
| Hex | 21 | 1 | 93 | 4E | 63 | 0 | 2A | FD | 63 | 1D |
| Octal | 41 | 1 | 223 | 116 | 143 | 0 | 52 | 375 | 143 | 35 |
| Binary | 100001 | 1 | 10010011 | 1001110 | 1100011 | 0 | 101010 | 11111101 | 1100011 | 11101 |
Color Harmonies of #210193
Complementary color
Monochromatic Colors of #210193
Black with #210193
Text Example
Text Example
White with #210193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210193; }
p { color: rgb(33,1,147); }
H1.HeaderClassName
{
color: #210193;
}
.AnyTagClassName
{
color: #210193;
}
</style>
background-color css
<style>
a { background-color: #210193; }
a { background-color: rgb(33,1,147); }
div.DivClassName
{
background-color: #210193;
}
.BgClassName
{
background-color: #210193;
}
</style>
border-color css
<style>
span { border-color: #210193; }
span { border-color: rgb(33,1,147); }
td.TdClassName
{
border-color: #210193;
}
.TagClassName
{
border-color: #210193;
}
</style>