Shades of Ultramarine #210399
Tints of Ultramarine #210399
RGB
CMYK
RGB Variations
Color information
#210399 (or 0x210399) is known color: Ultramarine. HEX triplet: 21, 03 and 99. RGB value is (33,3,153). Sum of RGB (Red+Green+Blue) = 33+3+153=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #210399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210399 is #DEFC66. Grayscale: #1C1C1C. Windows color (decimal): -14613607 or 10027809. OLE color: 10027809.
HSL color Cylindrical-coordinate representation of color #210399: hue angle of 252º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210399 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 3 | 153 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.4 |
| HSL | 252º | 0.96% | 0.31% | - |
| HSV(B) | 252º | 0.98% | 0.6% | - |
| XYZ | 6.41 | 2.69 | 30.32 | - |
| YUV | 29.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 153 | 0.78 | 0.98 | 0 | 0.4 | 252 | 0.96 | 0.31 |
| Hex | 21 | 3 | 99 | 4E | 62 | 0 | 28 | FC | 60 | 1F |
| Octal | 41 | 3 | 231 | 116 | 142 | 0 | 50 | 374 | 140 | 37 |
| Binary | 100001 | 11 | 10011001 | 1001110 | 1100010 | 0 | 101000 | 11111100 | 1100000 | 11111 |
Color Harmonies of #210399
Complementary color
Monochromatic Colors of #210399
Black with #210399
Text Example
Text Example
White with #210399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210399; }
p { color: rgb(33,3,153); }
H1.HeaderClassName
{
color: #210399;
}
.AnyTagClassName
{
color: #210399;
}
</style>
background-color css
<style>
a { background-color: #210399; }
a { background-color: rgb(33,3,153); }
div.DivClassName
{
background-color: #210399;
}
.BgClassName
{
background-color: #210399;
}
</style>
border-color css
<style>
span { border-color: #210399; }
span { border-color: rgb(33,3,153); }
td.TdClassName
{
border-color: #210399;
}
.TagClassName
{
border-color: #210399;
}
</style>