Shades of Ultramarine #2010AE
Tints of Ultramarine #2010AE
RGB
CMYK
RGB Variations
Color information
#2010AE (or 0x2010AE) is known color: Ultramarine. HEX triplet: 20, 10 and AE. RGB value is (32,16,174). Sum of RGB (Red+Green+Blue) = 32+16+174=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #2010AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2010AE is #DFEF51. Grayscale: #262626. Windows color (decimal): -14675794 or 11407392. OLE color: 11407392.
HSL color Cylindrical-coordinate representation of color #2010AE: hue angle of 246.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2010AE is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 16 | 174 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.32 |
| HSL | 246.08º | 0.83% | 0.37% | - |
| HSV(B) | 246.08º | 0.91% | 0.68% | - |
| XYZ | 8.42 | 3.73 | 40.32 | - |
| YUV | 38.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 174 | 0.82 | 0.91 | 0 | 0.32 | 246.08 | 0.83 | 0.37 |
| Hex | 20 | 10 | AE | 52 | 5B | 0 | 20 | F6 | 53 | 25 |
| Octal | 40 | 20 | 256 | 122 | 133 | 0 | 40 | 366 | 123 | 45 |
| Binary | 100000 | 10000 | 10101110 | 1010010 | 1011011 | 0 | 100000 | 11110110 | 1010011 | 100101 |
Color Harmonies of #2010AE
Complementary color
Monochromatic Colors of #2010AE
Black with #2010AE
Text Example
Text Example
White with #2010AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010AE; }
p { color: rgb(32,16,174); }
H1.HeaderClassName
{
color: #2010AE;
}
.AnyTagClassName
{
color: #2010AE;
}
</style>
background-color css
<style>
a { background-color: #2010AE; }
a { background-color: rgb(32,16,174); }
div.DivClassName
{
background-color: #2010AE;
}
.BgClassName
{
background-color: #2010AE;
}
</style>
border-color css
<style>
span { border-color: #2010AE; }
span { border-color: rgb(32,16,174); }
td.TdClassName
{
border-color: #2010AE;
}
.TagClassName
{
border-color: #2010AE;
}
</style>