Shades of Ultramarine #2A0B9A
Tints of Ultramarine #2A0B9A
RGB
CMYK
RGB Variations
Color information
#2A0B9A (or 0x2A0B9A) is known color: Ultramarine. HEX triplet: 2A, 0B and 9A. RGB value is (42,11,154). Sum of RGB (Red+Green+Blue) = 42+11+154=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A0B9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0B9A is #D5F465. Grayscale: #242424. Windows color (decimal): -14021734 or 10095402. OLE color: 10095402.
HSL color Cylindrical-coordinate representation of color #2A0B9A: hue angle of 253.01º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0B9A is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 11 | 154 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.40 |
| HSL | 253.01º | 0.87% | 0.32% | - |
| HSV(B) | 253.01º | 0.93% | 0.6% | - |
| XYZ | 6.91 | 3.06 | 30.8 | - |
| YUV | 36.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 154 | 0.73 | 0.93 | 0 | 0.40 | 253.01 | 0.87 | 0.32 |
| Hex | 2A | B | 9A | 49 | 5D | 0 | 28 | FD | 57 | 20 |
| Octal | 52 | 13 | 232 | 111 | 135 | 0 | 50 | 375 | 127 | 40 |
| Binary | 101010 | 1011 | 10011010 | 1001001 | 1011101 | 0 | 101000 | 11111101 | 1010111 | 100000 |
Color Harmonies of #2A0B9A
Complementary color
Monochromatic Colors of #2A0B9A
Black with #2A0B9A
Text Example
Text Example
White with #2A0B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B9A; }
p { color: rgb(42,11,154); }
H1.HeaderClassName
{
color: #2A0B9A;
}
.AnyTagClassName
{
color: #2A0B9A;
}
</style>
background-color css
<style>
a { background-color: #2A0B9A; }
a { background-color: rgb(42,11,154); }
div.DivClassName
{
background-color: #2A0B9A;
}
.BgClassName
{
background-color: #2A0B9A;
}
</style>
border-color css
<style>
span { border-color: #2A0B9A; }
span { border-color: rgb(42,11,154); }
td.TdClassName
{
border-color: #2A0B9A;
}
.TagClassName
{
border-color: #2A0B9A;
}
</style>