Shades of Ultramarine #210583
Tints of Ultramarine #210583
RGB
CMYK
RGB Variations
Color information
#210583 (or 0x210583) is known color: Ultramarine. HEX triplet: 21, 05 and 83. RGB value is (33,5,131). Sum of RGB (Red+Green+Blue) = 33+5+131=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #210583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210583 is #DEFA7C. Grayscale: #1B1B1B. Windows color (decimal): -14613117 or 8586529. OLE color: 8586529.
HSL color Cylindrical-coordinate representation of color #210583: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210583 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 5 | 131 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.49 |
| HSL | 253.33º | 0.93% | 0.27% | - |
| HSV(B) | 253.33º | 0.96% | 0.51% | - |
| XYZ | 4.78 | 2.07 | 21.62 | - |
| YUV | 27.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 131 | 0.75 | 0.96 | 0 | 0.49 | 253.33 | 0.93 | 0.27 |
| Hex | 21 | 5 | 83 | 4B | 60 | 0 | 31 | FD | 5D | 1B |
| Octal | 41 | 5 | 203 | 113 | 140 | 0 | 61 | 375 | 135 | 33 |
| Binary | 100001 | 101 | 10000011 | 1001011 | 1100000 | 0 | 110001 | 11111101 | 1011101 | 11011 |
Color Harmonies of #210583
Complementary color
Monochromatic Colors of #210583
Black with #210583
Text Example
Text Example
White with #210583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210583; }
p { color: rgb(33,5,131); }
H1.HeaderClassName
{
color: #210583;
}
.AnyTagClassName
{
color: #210583;
}
</style>
background-color css
<style>
a { background-color: #210583; }
a { background-color: rgb(33,5,131); }
div.DivClassName
{
background-color: #210583;
}
.BgClassName
{
background-color: #210583;
}
</style>
border-color css
<style>
span { border-color: #210583; }
span { border-color: rgb(33,5,131); }
td.TdClassName
{
border-color: #210583;
}
.TagClassName
{
border-color: #210583;
}
</style>