Shades of Ultramarine #2A00AC
Tints of Ultramarine #2A00AC
RGB
CMYK
RGB Variations
Color information
#2A00AC (or 0x2A00AC) is known color: Ultramarine. HEX triplet: 2A, 00 and AC. RGB value is (42,0,172). Sum of RGB (Red+Green+Blue) = 42+0+172=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A00AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A00AC is #D5FF53. Grayscale: #1F1F1F. Windows color (decimal): -14024532 or 11272234. OLE color: 11272234.
HSL color Cylindrical-coordinate representation of color #2A00AC: hue angle of 254.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00AC is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 0 | 172 | - |
| CMYK | 0.76 | 1 | 0 | 0.33 |
| HSL | 254.65º | 1% | 0.34% | - |
| HSV(B) | 254.65º | 1% | 0.67% | - |
| XYZ | 8.4 | 3.47 | 39.26 | - |
| YUV | 32.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 172 | 0.76 | 1 | 0 | 0.33 | 254.65 | 1 | 0.34 |
| Hex | 2A | 0 | AC | 4C | 64 | 0 | 21 | FF | 64 | 22 |
| Octal | 52 | 0 | 254 | 114 | 144 | 0 | 41 | 377 | 144 | 42 |
| Binary | 101010 | 0 | 10101100 | 1001100 | 1100100 | 0 | 100001 | 11111111 | 1100100 | 100010 |
Color Harmonies of #2A00AC
Complementary color
Monochromatic Colors of #2A00AC
Black with #2A00AC
Text Example
Text Example
White with #2A00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00AC; }
p { color: rgb(42,0,172); }
H1.HeaderClassName
{
color: #2A00AC;
}
.AnyTagClassName
{
color: #2A00AC;
}
</style>
background-color css
<style>
a { background-color: #2A00AC; }
a { background-color: rgb(42,0,172); }
div.DivClassName
{
background-color: #2A00AC;
}
.BgClassName
{
background-color: #2A00AC;
}
</style>
border-color css
<style>
span { border-color: #2A00AC; }
span { border-color: rgb(42,0,172); }
td.TdClassName
{
border-color: #2A00AC;
}
.TagClassName
{
border-color: #2A00AC;
}
</style>