Shades of Ultramarine #2C0AAE
Tints of Ultramarine #2C0AAE
RGB
CMYK
RGB Variations
Color information
#2C0AAE (or 0x2C0AAE) is known color: Ultramarine. HEX triplet: 2C, 0A and AE. RGB value is (44,10,174). Sum of RGB (Red+Green+Blue) = 44+10+174=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0AAE is #D3F551. Grayscale: #262626. Windows color (decimal): -13890898 or 11405868. OLE color: 11405868.
HSL color Cylindrical-coordinate representation of color #2C0AAE: hue angle of 252.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0AAE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 10 | 174 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.32 |
| HSL | 252.44º | 0.89% | 0.36% | - |
| HSV(B) | 252.44º | 0.94% | 0.68% | - |
| XYZ | 8.79 | 3.81 | 40.32 | - |
| YUV | 38.86 | 204.26 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 174 | 0.75 | 0.94 | 0 | 0.32 | 252.44 | 0.89 | 0.36 |
| Hex | 2C | A | AE | 4B | 5E | 0 | 20 | FC | 59 | 24 |
| Octal | 54 | 12 | 256 | 113 | 136 | 0 | 40 | 374 | 131 | 44 |
| Binary | 101100 | 1010 | 10101110 | 1001011 | 1011110 | 0 | 100000 | 11111100 | 1011001 | 100100 |
Color Harmonies of #2C0AAE
Complementary color
Monochromatic Colors of #2C0AAE
Black with #2C0AAE
Text Example
Text Example
White with #2C0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AAE; }
p { color: rgb(44,10,174); }
H1.HeaderClassName
{
color: #2C0AAE;
}
.AnyTagClassName
{
color: #2C0AAE;
}
</style>
background-color css
<style>
a { background-color: #2C0AAE; }
a { background-color: rgb(44,10,174); }
div.DivClassName
{
background-color: #2C0AAE;
}
.BgClassName
{
background-color: #2C0AAE;
}
</style>
border-color css
<style>
span { border-color: #2C0AAE; }
span { border-color: rgb(44,10,174); }
td.TdClassName
{
border-color: #2C0AAE;
}
.TagClassName
{
border-color: #2C0AAE;
}
</style>