Shades of Ultramarine #2001AE
Tints of Ultramarine #2001AE
RGB
CMYK
RGB Variations
Color information
#2001AE (or 0x2001AE) is known color: Ultramarine. HEX triplet: 20, 01 and AE. RGB value is (32,1,174). Sum of RGB (Red+Green+Blue) = 32+1+174=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #2001AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2001AE is #DFFE51. Grayscale: #1D1D1D. Windows color (decimal): -14679634 or 11403552. OLE color: 11403552.
HSL color Cylindrical-coordinate representation of color #2001AE: hue angle of 250.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2001AE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 1 | 174 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.32 |
| HSL | 250.75º | 0.99% | 0.34% | - |
| HSV(B) | 250.75º | 0.99% | 0.68% | - |
| XYZ | 8.25 | 3.38 | 40.26 | - |
| YUV | 29.99 | 209.27 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 174 | 0.82 | 0.99 | 0 | 0.32 | 250.75 | 0.99 | 0.34 |
| Hex | 20 | 1 | AE | 52 | 63 | 0 | 20 | FB | 63 | 22 |
| Octal | 40 | 1 | 256 | 122 | 143 | 0 | 40 | 373 | 143 | 42 |
| Binary | 100000 | 1 | 10101110 | 1010010 | 1100011 | 0 | 100000 | 11111011 | 1100011 | 100010 |
Color Harmonies of #2001AE
Complementary color
Monochromatic Colors of #2001AE
Black with #2001AE
Text Example
Text Example
White with #2001AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001AE; }
p { color: rgb(32,1,174); }
H1.HeaderClassName
{
color: #2001AE;
}
.AnyTagClassName
{
color: #2001AE;
}
</style>
background-color css
<style>
a { background-color: #2001AE; }
a { background-color: rgb(32,1,174); }
div.DivClassName
{
background-color: #2001AE;
}
.BgClassName
{
background-color: #2001AE;
}
</style>
border-color css
<style>
span { border-color: #2001AE; }
span { border-color: rgb(32,1,174); }
td.TdClassName
{
border-color: #2001AE;
}
.TagClassName
{
border-color: #2001AE;
}
</style>