Shades of Ultramarine #210285
Tints of Ultramarine #210285
RGB
CMYK
RGB Variations
Color information
#210285 (or 0x210285) is known color: Ultramarine. HEX triplet: 21, 02 and 85. RGB value is (33,2,133). Sum of RGB (Red+Green+Blue) = 33+2+133=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #210285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210285 is #DEFD7A. Grayscale: #191919. Windows color (decimal): -14613883 or 8716833. OLE color: 8716833.
HSL color Cylindrical-coordinate representation of color #210285: hue angle of 254.2º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210285 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 2 | 133 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.48 |
| HSL | 254.2º | 0.97% | 0.26% | - |
| HSV(B) | 254.2º | 0.98% | 0.52% | - |
| XYZ | 4.88 | 2.06 | 22.33 | - |
| YUV | 26.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 133 | 0.75 | 0.98 | 0 | 0.48 | 254.2 | 0.97 | 0.26 |
| Hex | 21 | 2 | 85 | 4B | 62 | 0 | 30 | FE | 61 | 1A |
| Octal | 41 | 2 | 205 | 113 | 142 | 0 | 60 | 376 | 141 | 32 |
| Binary | 100001 | 10 | 10000101 | 1001011 | 1100010 | 0 | 110000 | 11111110 | 1100001 | 11010 |
Color Harmonies of #210285
Complementary color
Monochromatic Colors of #210285
Black with #210285
Text Example
Text Example
White with #210285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210285; }
p { color: rgb(33,2,133); }
H1.HeaderClassName
{
color: #210285;
}
.AnyTagClassName
{
color: #210285;
}
</style>
background-color css
<style>
a { background-color: #210285; }
a { background-color: rgb(33,2,133); }
div.DivClassName
{
background-color: #210285;
}
.BgClassName
{
background-color: #210285;
}
</style>
border-color css
<style>
span { border-color: #210285; }
span { border-color: rgb(33,2,133); }
td.TdClassName
{
border-color: #210285;
}
.TagClassName
{
border-color: #210285;
}
</style>