Shades of Ultramarine #2A07AD
Tints of Ultramarine #2A07AD
RGB
CMYK
RGB Variations
Color information
#2A07AD (or 0x2A07AD) is known color: Ultramarine. HEX triplet: 2A, 07 and AD. RGB value is (42,7,173). Sum of RGB (Red+Green+Blue) = 42+7+173=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A07AD is #D5F852. Grayscale: #232323. Windows color (decimal): -14022739 or 11339562. OLE color: 11339562.
HSL color Cylindrical-coordinate representation of color #2A07AD: hue angle of 252.65º 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 #2A07AD is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 7 | 173 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.32 |
| HSL | 252.65º | 0.92% | 0.35% | - |
| HSV(B) | 252.65º | 0.96% | 0.68% | - |
| XYZ | 8.57 | 3.66 | 39.79 | - |
| YUV | 36.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 173 | 0.76 | 0.96 | 0 | 0.32 | 252.65 | 0.92 | 0.35 |
| Hex | 2A | 7 | AD | 4C | 60 | 0 | 20 | FD | 5C | 23 |
| Octal | 52 | 7 | 255 | 114 | 140 | 0 | 40 | 375 | 134 | 43 |
| Binary | 101010 | 111 | 10101101 | 1001100 | 1100000 | 0 | 100000 | 11111101 | 1011100 | 100011 |
Color Harmonies of #2A07AD
Complementary color
Monochromatic Colors of #2A07AD
Black with #2A07AD
Text Example
Text Example
White with #2A07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A07AD; }
p { color: rgb(42,7,173); }
H1.HeaderClassName
{
color: #2A07AD;
}
.AnyTagClassName
{
color: #2A07AD;
}
</style>
background-color css
<style>
a { background-color: #2A07AD; }
a { background-color: rgb(42,7,173); }
div.DivClassName
{
background-color: #2A07AD;
}
.BgClassName
{
background-color: #2A07AD;
}
</style>
border-color css
<style>
span { border-color: #2A07AD; }
span { border-color: rgb(42,7,173); }
td.TdClassName
{
border-color: #2A07AD;
}
.TagClassName
{
border-color: #2A07AD;
}
</style>