Shades of Ultramarine #2A089D
Tints of Ultramarine #2A089D
RGB
CMYK
RGB Variations
Color information
#2A089D (or 0x2A089D) is known color: Ultramarine. HEX triplet: 2A, 08 and 9D. RGB value is (42,8,157). Sum of RGB (Red+Green+Blue) = 42+8+157=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A089D is #D5F762. Grayscale: #222222. Windows color (decimal): -14022499 or 10291242. OLE color: 10291242.
HSL color Cylindrical-coordinate representation of color #2A089D: hue angle of 253.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A089D is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 8 | 157 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.38 |
| HSL | 253.69º | 0.9% | 0.32% | - |
| HSV(B) | 253.69º | 0.95% | 0.62% | - |
| XYZ | 7.13 | 3.1 | 32.12 | - |
| YUV | 35.15 | 196.76 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 157 | 0.73 | 0.95 | 0 | 0.38 | 253.69 | 0.9 | 0.32 |
| Hex | 2A | 8 | 9D | 49 | 5F | 0 | 26 | FE | 5A | 20 |
| Octal | 52 | 10 | 235 | 111 | 137 | 0 | 46 | 376 | 132 | 40 |
| Binary | 101010 | 1000 | 10011101 | 1001001 | 1011111 | 0 | 100110 | 11111110 | 1011010 | 100000 |
Color Harmonies of #2A089D
Complementary color
Monochromatic Colors of #2A089D
Black with #2A089D
Text Example
Text Example
White with #2A089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A089D; }
p { color: rgb(42,8,157); }
H1.HeaderClassName
{
color: #2A089D;
}
.AnyTagClassName
{
color: #2A089D;
}
</style>
background-color css
<style>
a { background-color: #2A089D; }
a { background-color: rgb(42,8,157); }
div.DivClassName
{
background-color: #2A089D;
}
.BgClassName
{
background-color: #2A089D;
}
</style>
border-color css
<style>
span { border-color: #2A089D; }
span { border-color: rgb(42,8,157); }
td.TdClassName
{
border-color: #2A089D;
}
.TagClassName
{
border-color: #2A089D;
}
</style>