Shades of Ultramarine #210185
Tints of Ultramarine #210185
RGB
CMYK
RGB Variations
Color information
#210185 (or 0x210185) is known color: Ultramarine. HEX triplet: 21, 01 and 85. RGB value is (33,1,133). Sum of RGB (Red+Green+Blue) = 33+1+133=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #210185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210185 is #DEFE7A. Grayscale: #191919. Windows color (decimal): -14614139 or 8716577. OLE color: 8716577.
HSL color Cylindrical-coordinate representation of color #210185: hue angle of 254.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210185 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 1 | 133 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.48 |
| HSL | 254.55º | 0.99% | 0.26% | - |
| HSV(B) | 254.55º | 0.99% | 0.52% | - |
| XYZ | 4.87 | 2.04 | 22.33 | - |
| YUV | 25.62 | 188.6 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 133 | 0.75 | 0.99 | 0 | 0.48 | 254.55 | 0.99 | 0.26 |
| Hex | 21 | 1 | 85 | 4B | 63 | 0 | 30 | FF | 63 | 1A |
| Octal | 41 | 1 | 205 | 113 | 143 | 0 | 60 | 377 | 143 | 32 |
| Binary | 100001 | 1 | 10000101 | 1001011 | 1100011 | 0 | 110000 | 11111111 | 1100011 | 11010 |
Color Harmonies of #210185
Complementary color
Monochromatic Colors of #210185
Black with #210185
Text Example
Text Example
White with #210185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210185; }
p { color: rgb(33,1,133); }
H1.HeaderClassName
{
color: #210185;
}
.AnyTagClassName
{
color: #210185;
}
</style>
background-color css
<style>
a { background-color: #210185; }
a { background-color: rgb(33,1,133); }
div.DivClassName
{
background-color: #210185;
}
.BgClassName
{
background-color: #210185;
}
</style>
border-color css
<style>
span { border-color: #210185; }
span { border-color: rgb(33,1,133); }
td.TdClassName
{
border-color: #210185;
}
.TagClassName
{
border-color: #210185;
}
</style>