Shades of Ultramarine #2A0EAC
Tints of Ultramarine #2A0EAC
RGB
CMYK
RGB Variations
Color information
#2A0EAC (or 0x2A0EAC) is known color: Ultramarine. HEX triplet: 2A, 0E and AC. RGB value is (42,14,172). Sum of RGB (Red+Green+Blue) = 42+14+172=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0EAC is #D5F153. Grayscale: #272727. Windows color (decimal): -14020948 or 11275818. OLE color: 11275818.
HSL color Cylindrical-coordinate representation of color #2A0EAC: hue angle of 250.63º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0EAC is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 14 | 172 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.33 |
| HSL | 250.63º | 0.85% | 0.36% | - |
| HSV(B) | 250.63º | 0.92% | 0.67% | - |
| XYZ | 8.56 | 3.78 | 39.31 | - |
| YUV | 40.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 172 | 0.76 | 0.92 | 0 | 0.33 | 250.63 | 0.85 | 0.36 |
| Hex | 2A | E | AC | 4C | 5C | 0 | 21 | FB | 55 | 24 |
| Octal | 52 | 16 | 254 | 114 | 134 | 0 | 41 | 373 | 125 | 44 |
| Binary | 101010 | 1110 | 10101100 | 1001100 | 1011100 | 0 | 100001 | 11111011 | 1010101 | 100100 |
Color Harmonies of #2A0EAC
Complementary color
Monochromatic Colors of #2A0EAC
Black with #2A0EAC
Text Example
Text Example
White with #2A0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0EAC; }
p { color: rgb(42,14,172); }
H1.HeaderClassName
{
color: #2A0EAC;
}
.AnyTagClassName
{
color: #2A0EAC;
}
</style>
background-color css
<style>
a { background-color: #2A0EAC; }
a { background-color: rgb(42,14,172); }
div.DivClassName
{
background-color: #2A0EAC;
}
.BgClassName
{
background-color: #2A0EAC;
}
</style>
border-color css
<style>
span { border-color: #2A0EAC; }
span { border-color: rgb(42,14,172); }
td.TdClassName
{
border-color: #2A0EAC;
}
.TagClassName
{
border-color: #2A0EAC;
}
</style>