Shades of Ultramarine #2A089E
Tints of Ultramarine #2A089E
RGB
CMYK
RGB Variations
Color information
#2A089E (or 0x2A089E) is known color: Ultramarine. HEX triplet: 2A, 08 and 9E. RGB value is (42,8,158). Sum of RGB (Red+Green+Blue) = 42+8+158=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A089E is #D5F761. Grayscale: #222222. Windows color (decimal): -14022498 or 10356778. OLE color: 10356778.
HSL color Cylindrical-coordinate representation of color #2A089E: hue angle of 253.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A089E is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 8 | 158 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.38 |
| HSL | 253.6º | 0.9% | 0.33% | - |
| HSV(B) | 253.6º | 0.95% | 0.62% | - |
| XYZ | 7.21 | 3.13 | 32.57 | - |
| YUV | 35.27 | 197.26 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 158 | 0.73 | 0.95 | 0 | 0.38 | 253.6 | 0.9 | 0.33 |
| Hex | 2A | 8 | 9E | 49 | 5F | 0 | 26 | FE | 5A | 21 |
| Octal | 52 | 10 | 236 | 111 | 137 | 0 | 46 | 376 | 132 | 41 |
| Binary | 101010 | 1000 | 10011110 | 1001001 | 1011111 | 0 | 100110 | 11111110 | 1011010 | 100001 |
Color Harmonies of #2A089E
Complementary color
Monochromatic Colors of #2A089E
Black with #2A089E
Text Example
Text Example
White with #2A089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A089E; }
p { color: rgb(42,8,158); }
H1.HeaderClassName
{
color: #2A089E;
}
.AnyTagClassName
{
color: #2A089E;
}
</style>
background-color css
<style>
a { background-color: #2A089E; }
a { background-color: rgb(42,8,158); }
div.DivClassName
{
background-color: #2A089E;
}
.BgClassName
{
background-color: #2A089E;
}
</style>
border-color css
<style>
span { border-color: #2A089E; }
span { border-color: rgb(42,8,158); }
td.TdClassName
{
border-color: #2A089E;
}
.TagClassName
{
border-color: #2A089E;
}
</style>