Shades of Ultramarine #210791
Tints of Ultramarine #210791
RGB
CMYK
RGB Variations
Color information
#210791 (or 0x210791) is known color: Ultramarine. HEX triplet: 21, 07 and 91. RGB value is (33,7,145). Sum of RGB (Red+Green+Blue) = 33+7+145=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #210791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210791 is #DEF86E. Grayscale: #1D1D1D. Windows color (decimal): -14612591 or 9504545. OLE color: 9504545.
HSL color Cylindrical-coordinate representation of color #210791: hue angle of 251.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210791 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 7 | 145 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.43 |
| HSL | 251.3º | 0.91% | 0.3% | - |
| HSV(B) | 251.3º | 0.95% | 0.57% | - |
| XYZ | 5.81 | 2.52 | 26.97 | - |
| YUV | 30.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 145 | 0.77 | 0.95 | 0 | 0.43 | 251.3 | 0.91 | 0.3 |
| Hex | 21 | 7 | 91 | 4D | 5F | 0 | 2B | FB | 5B | 1E |
| Octal | 41 | 7 | 221 | 115 | 137 | 0 | 53 | 373 | 133 | 36 |
| Binary | 100001 | 111 | 10010001 | 1001101 | 1011111 | 0 | 101011 | 11111011 | 1011011 | 11110 |
Color Harmonies of #210791
Complementary color
Monochromatic Colors of #210791
Black with #210791
Text Example
Text Example
White with #210791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210791; }
p { color: rgb(33,7,145); }
H1.HeaderClassName
{
color: #210791;
}
.AnyTagClassName
{
color: #210791;
}
</style>
background-color css
<style>
a { background-color: #210791; }
a { background-color: rgb(33,7,145); }
div.DivClassName
{
background-color: #210791;
}
.BgClassName
{
background-color: #210791;
}
</style>
border-color css
<style>
span { border-color: #210791; }
span { border-color: rgb(33,7,145); }
td.TdClassName
{
border-color: #210791;
}
.TagClassName
{
border-color: #210791;
}
</style>