Shades of Ultramarine #2010B2
Tints of Ultramarine #2010B2
RGB
CMYK
RGB Variations
Color information
#2010B2 (or 0x2010B2) is known color: Ultramarine. HEX triplet: 20, 10 and B2. RGB value is (32,16,178). Sum of RGB (Red+Green+Blue) = 32+16+178=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #2010B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2010B2 is #DFEF4D. Grayscale: #262626. Windows color (decimal): -14675790 or 11669536. OLE color: 11669536.
HSL color Cylindrical-coordinate representation of color #2010B2: hue angle of 245.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2010B2 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 16 | 178 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.30 |
| HSL | 245.93º | 0.84% | 0.38% | - |
| HSV(B) | 245.93º | 0.91% | 0.7% | - |
| XYZ | 8.82 | 3.89 | 42.41 | - |
| YUV | 39.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 178 | 0.82 | 0.91 | 0 | 0.30 | 245.93 | 0.84 | 0.38 |
| Hex | 20 | 10 | B2 | 52 | 5B | 0 | 1E | F6 | 54 | 26 |
| Octal | 40 | 20 | 262 | 122 | 133 | 0 | 36 | 366 | 124 | 46 |
| Binary | 100000 | 10000 | 10110010 | 1010010 | 1011011 | 0 | 11110 | 11110110 | 1010100 | 100110 |
Color Harmonies of #2010B2
Complementary color
Monochromatic Colors of #2010B2
Black with #2010B2
Text Example
Text Example
White with #2010B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010B2; }
p { color: rgb(32,16,178); }
H1.HeaderClassName
{
color: #2010B2;
}
.AnyTagClassName
{
color: #2010B2;
}
</style>
background-color css
<style>
a { background-color: #2010B2; }
a { background-color: rgb(32,16,178); }
div.DivClassName
{
background-color: #2010B2;
}
.BgClassName
{
background-color: #2010B2;
}
</style>
border-color css
<style>
span { border-color: #2010B2; }
span { border-color: rgb(32,16,178); }
td.TdClassName
{
border-color: #2010B2;
}
.TagClassName
{
border-color: #2010B2;
}
</style>