Shades of Ultramarine #2C07AC
Tints of Ultramarine #2C07AC
RGB
CMYK
RGB Variations
Color information
#2C07AC (or 0x2C07AC) is known color: Ultramarine. HEX triplet: 2C, 07 and AC. RGB value is (44,7,172). Sum of RGB (Red+Green+Blue) = 44+7+172=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C07AC is #D3F853. Grayscale: #242424. Windows color (decimal): -13891668 or 11274028. OLE color: 11274028.
HSL color Cylindrical-coordinate representation of color #2C07AC: hue angle of 253.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C07AC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 7 | 172 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.33 |
| HSL | 253.45º | 0.92% | 0.35% | - |
| HSV(B) | 253.45º | 0.96% | 0.67% | - |
| XYZ | 8.56 | 3.67 | 39.29 | - |
| YUV | 36.87 | 204.26 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 172 | 0.74 | 0.96 | 0 | 0.33 | 253.45 | 0.92 | 0.35 |
| Hex | 2C | 7 | AC | 4A | 60 | 0 | 21 | FD | 5C | 23 |
| Octal | 54 | 7 | 254 | 112 | 140 | 0 | 41 | 375 | 134 | 43 |
| Binary | 101100 | 111 | 10101100 | 1001010 | 1100000 | 0 | 100001 | 11111101 | 1011100 | 100011 |
Color Harmonies of #2C07AC
Complementary color
Monochromatic Colors of #2C07AC
Black with #2C07AC
Text Example
Text Example
White with #2C07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C07AC; }
p { color: rgb(44,7,172); }
H1.HeaderClassName
{
color: #2C07AC;
}
.AnyTagClassName
{
color: #2C07AC;
}
</style>
background-color css
<style>
a { background-color: #2C07AC; }
a { background-color: rgb(44,7,172); }
div.DivClassName
{
background-color: #2C07AC;
}
.BgClassName
{
background-color: #2C07AC;
}
</style>
border-color css
<style>
span { border-color: #2C07AC; }
span { border-color: rgb(44,7,172); }
td.TdClassName
{
border-color: #2C07AC;
}
.TagClassName
{
border-color: #2C07AC;
}
</style>