Shades of Ultramarine #210085
Tints of Ultramarine #210085
RGB
CMYK
RGB Variations
Color information
#210085 (or 0x210085) is known color: Ultramarine. HEX triplet: 21, 00 and 85. RGB value is (33,0,133). Sum of RGB (Red+Green+Blue) = 33+0+133=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #210085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210085 is #DEFF7A. Grayscale: #181818. Windows color (decimal): -14614395 or 8716321. OLE color: 8716321.
HSL color Cylindrical-coordinate representation of color #210085: hue angle of 254.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210085 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 0 | 133 | - |
| CMYK | 0.75 | 1 | 0 | 0.48 |
| HSL | 254.89º | 1% | 0.26% | - |
| HSV(B) | 254.89º | 1% | 0.52% | - |
| XYZ | 4.86 | 2.02 | 22.32 | - |
| YUV | 25.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 133 | 0.75 | 1 | 0 | 0.48 | 254.89 | 1 | 0.26 |
| Hex | 21 | 0 | 85 | 4B | 64 | 0 | 30 | FF | 64 | 1A |
| Octal | 41 | 0 | 205 | 113 | 144 | 0 | 60 | 377 | 144 | 32 |
| Binary | 100001 | 0 | 10000101 | 1001011 | 1100100 | 0 | 110000 | 11111111 | 1100100 | 11010 |
Color Harmonies of #210085
Complementary color
Monochromatic Colors of #210085
Black with #210085
Text Example
Text Example
White with #210085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210085; }
p { color: rgb(33,0,133); }
H1.HeaderClassName
{
color: #210085;
}
.AnyTagClassName
{
color: #210085;
}
</style>
background-color css
<style>
a { background-color: #210085; }
a { background-color: rgb(33,0,133); }
div.DivClassName
{
background-color: #210085;
}
.BgClassName
{
background-color: #210085;
}
</style>
border-color css
<style>
span { border-color: #210085; }
span { border-color: rgb(33,0,133); }
td.TdClassName
{
border-color: #210085;
}
.TagClassName
{
border-color: #210085;
}
</style>