Shades of Ultramarine #2A089B
Tints of Ultramarine #2A089B
RGB
CMYK
RGB Variations
Color information
#2A089B (or 0x2A089B) is known color: Ultramarine. HEX triplet: 2A, 08 and 9B. RGB value is (42,8,155). Sum of RGB (Red+Green+Blue) = 42+8+155=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A089B is #D5F764. Grayscale: #222222. Windows color (decimal): -14022501 or 10160170. OLE color: 10160170.
HSL color Cylindrical-coordinate representation of color #2A089B: hue angle of 253.88º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A089B is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 8 | 155 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.39 |
| HSL | 253.88º | 0.9% | 0.32% | - |
| HSV(B) | 253.88º | 0.95% | 0.61% | - |
| XYZ | 6.96 | 3.03 | 31.23 | - |
| YUV | 34.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 155 | 0.73 | 0.95 | 0 | 0.39 | 253.88 | 0.9 | 0.32 |
| Hex | 2A | 8 | 9B | 49 | 5F | 0 | 27 | FE | 5A | 20 |
| Octal | 52 | 10 | 233 | 111 | 137 | 0 | 47 | 376 | 132 | 40 |
| Binary | 101010 | 1000 | 10011011 | 1001001 | 1011111 | 0 | 100111 | 11111110 | 1011010 | 100000 |
Color Harmonies of #2A089B
Complementary color
Monochromatic Colors of #2A089B
Black with #2A089B
Text Example
Text Example
White with #2A089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A089B; }
p { color: rgb(42,8,155); }
H1.HeaderClassName
{
color: #2A089B;
}
.AnyTagClassName
{
color: #2A089B;
}
</style>
background-color css
<style>
a { background-color: #2A089B; }
a { background-color: rgb(42,8,155); }
div.DivClassName
{
background-color: #2A089B;
}
.BgClassName
{
background-color: #2A089B;
}
</style>
border-color css
<style>
span { border-color: #2A089B; }
span { border-color: rgb(42,8,155); }
td.TdClassName
{
border-color: #2A089B;
}
.TagClassName
{
border-color: #2A089B;
}
</style>