Shades of Ultramarine #210790
Tints of Ultramarine #210790
RGB
CMYK
RGB Variations
Color information
#210790 (or 0x210790) is known color: Ultramarine. HEX triplet: 21, 07 and 90. RGB value is (33,7,144). Sum of RGB (Red+Green+Blue) = 33+7+144=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #210790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210790 is #DEF86F. Grayscale: #1D1D1D. Windows color (decimal): -14612592 or 9439009. OLE color: 9439009.
HSL color Cylindrical-coordinate representation of color #210790: hue angle of 251.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210790 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 7 | 144 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.44 |
| HSL | 251.39º | 0.91% | 0.3% | - |
| HSV(B) | 251.39º | 0.95% | 0.56% | - |
| XYZ | 5.74 | 2.49 | 26.56 | - |
| YUV | 30.39 | 192.11 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 144 | 0.77 | 0.95 | 0 | 0.44 | 251.39 | 0.91 | 0.3 |
| Hex | 21 | 7 | 90 | 4D | 5F | 0 | 2C | FB | 5B | 1E |
| Octal | 41 | 7 | 220 | 115 | 137 | 0 | 54 | 373 | 133 | 36 |
| Binary | 100001 | 111 | 10010000 | 1001101 | 1011111 | 0 | 101100 | 11111011 | 1011011 | 11110 |
Color Harmonies of #210790
Complementary color
Monochromatic Colors of #210790
Black with #210790
Text Example
Text Example
White with #210790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210790; }
p { color: rgb(33,7,144); }
H1.HeaderClassName
{
color: #210790;
}
.AnyTagClassName
{
color: #210790;
}
</style>
background-color css
<style>
a { background-color: #210790; }
a { background-color: rgb(33,7,144); }
div.DivClassName
{
background-color: #210790;
}
.BgClassName
{
background-color: #210790;
}
</style>
border-color css
<style>
span { border-color: #210790; }
span { border-color: rgb(33,7,144); }
td.TdClassName
{
border-color: #210790;
}
.TagClassName
{
border-color: #210790;
}
</style>