Shades of Ultramarine #2C07AE
Tints of Ultramarine #2C07AE
RGB
CMYK
RGB Variations
Color information
#2C07AE (or 0x2C07AE) is known color: Ultramarine. HEX triplet: 2C, 07 and AE. RGB value is (44,7,174). Sum of RGB (Red+Green+Blue) = 44+7+174=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C07AE is #D3F851. Grayscale: #242424. Windows color (decimal): -13891666 or 11405100. OLE color: 11405100.
HSL color Cylindrical-coordinate representation of color #2C07AE: hue angle of 253.29º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C07AE is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 7 | 174 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.32 |
| HSL | 253.29º | 0.92% | 0.35% | - |
| HSV(B) | 253.29º | 0.96% | 0.68% | - |
| XYZ | 8.75 | 3.74 | 40.31 | - |
| YUV | 37.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 174 | 0.75 | 0.96 | 0 | 0.32 | 253.29 | 0.92 | 0.35 |
| Hex | 2C | 7 | AE | 4B | 60 | 0 | 20 | FD | 5C | 23 |
| Octal | 54 | 7 | 256 | 113 | 140 | 0 | 40 | 375 | 134 | 43 |
| Binary | 101100 | 111 | 10101110 | 1001011 | 1100000 | 0 | 100000 | 11111101 | 1011100 | 100011 |
Color Harmonies of #2C07AE
Complementary color
Monochromatic Colors of #2C07AE
Black with #2C07AE
Text Example
Text Example
White with #2C07AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C07AE; }
p { color: rgb(44,7,174); }
H1.HeaderClassName
{
color: #2C07AE;
}
.AnyTagClassName
{
color: #2C07AE;
}
</style>
background-color css
<style>
a { background-color: #2C07AE; }
a { background-color: rgb(44,7,174); }
div.DivClassName
{
background-color: #2C07AE;
}
.BgClassName
{
background-color: #2C07AE;
}
</style>
border-color css
<style>
span { border-color: #2C07AE; }
span { border-color: rgb(44,7,174); }
td.TdClassName
{
border-color: #2C07AE;
}
.TagClassName
{
border-color: #2C07AE;
}
</style>