Shades of Ultramarine #2A0EA4
Tints of Ultramarine #2A0EA4
RGB
CMYK
RGB Variations
Color information
#2A0EA4 (or 0x2A0EA4) is known color: Ultramarine. HEX triplet: 2A, 0E and A4. RGB value is (42,14,164). Sum of RGB (Red+Green+Blue) = 42+14+164=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 164 (64.45% from 255 or 74.55% from 220); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A0EA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0EA4 is #D5F15B. Grayscale: #262626. Windows color (decimal): -14020956 or 10751530. OLE color: 10751530.
HSL color Cylindrical-coordinate representation of color #2A0EA4: hue angle of 251.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0EA4 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 14 | 164 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.36 |
| HSL | 251.2º | 0.84% | 0.35% | - |
| HSV(B) | 251.2º | 0.91% | 0.64% | - |
| XYZ | 7.81 | 3.49 | 35.38 | - |
| YUV | 39.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 164 | 0.74 | 0.91 | 0 | 0.36 | 251.2 | 0.84 | 0.35 |
| Hex | 2A | E | A4 | 4A | 5B | 0 | 24 | FB | 54 | 23 |
| Octal | 52 | 16 | 244 | 112 | 133 | 0 | 44 | 373 | 124 | 43 |
| Binary | 101010 | 1110 | 10100100 | 1001010 | 1011011 | 0 | 100100 | 11111011 | 1010100 | 100011 |
Color Harmonies of #2A0EA4
Complementary color
Monochromatic Colors of #2A0EA4
Black with #2A0EA4
Text Example
Text Example
White with #2A0EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0EA4; }
p { color: rgb(42,14,164); }
H1.HeaderClassName
{
color: #2A0EA4;
}
.AnyTagClassName
{
color: #2A0EA4;
}
</style>
background-color css
<style>
a { background-color: #2A0EA4; }
a { background-color: rgb(42,14,164); }
div.DivClassName
{
background-color: #2A0EA4;
}
.BgClassName
{
background-color: #2A0EA4;
}
</style>
border-color css
<style>
span { border-color: #2A0EA4; }
span { border-color: rgb(42,14,164); }
td.TdClassName
{
border-color: #2A0EA4;
}
.TagClassName
{
border-color: #2A0EA4;
}
</style>