Shades of Ultramarine #2A07AC
Tints of Ultramarine #2A07AC
RGB
CMYK
RGB Variations
Color information
#2A07AC (or 0x2A07AC) is known color: Ultramarine. HEX triplet: 2A, 07 and AC. RGB value is (42,7,172). Sum of RGB (Red+Green+Blue) = 42+7+172=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A07AC is #D5F853. Grayscale: #232323. Windows color (decimal): -14022740 or 11274026. OLE color: 11274026.
HSL color Cylindrical-coordinate representation of color #2A07AC: hue angle of 252.73º 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 #2A07AC is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 7 | 172 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.33 |
| HSL | 252.73º | 0.92% | 0.35% | - |
| HSV(B) | 252.73º | 0.96% | 0.67% | - |
| XYZ | 8.48 | 3.62 | 39.28 | - |
| YUV | 36.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 172 | 0.76 | 0.96 | 0 | 0.33 | 252.73 | 0.92 | 0.35 |
| Hex | 2A | 7 | AC | 4C | 60 | 0 | 21 | FD | 5C | 23 |
| Octal | 52 | 7 | 254 | 114 | 140 | 0 | 41 | 375 | 134 | 43 |
| Binary | 101010 | 111 | 10101100 | 1001100 | 1100000 | 0 | 100001 | 11111101 | 1011100 | 100011 |
Color Harmonies of #2A07AC
Complementary color
Monochromatic Colors of #2A07AC
Black with #2A07AC
Text Example
Text Example
White with #2A07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A07AC; }
p { color: rgb(42,7,172); }
H1.HeaderClassName
{
color: #2A07AC;
}
.AnyTagClassName
{
color: #2A07AC;
}
</style>
background-color css
<style>
a { background-color: #2A07AC; }
a { background-color: rgb(42,7,172); }
div.DivClassName
{
background-color: #2A07AC;
}
.BgClassName
{
background-color: #2A07AC;
}
</style>
border-color css
<style>
span { border-color: #2A07AC; }
span { border-color: rgb(42,7,172); }
td.TdClassName
{
border-color: #2A07AC;
}
.TagClassName
{
border-color: #2A07AC;
}
</style>