Shades of Ultramarine #2A03AB
Tints of Ultramarine #2A03AB
RGB
CMYK
RGB Variations
Color information
#2A03AB (or 0x2A03AB) is known color: Ultramarine. HEX triplet: 2A, 03 and AB. RGB value is (42,3,171). Sum of RGB (Red+Green+Blue) = 42+3+171=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A03AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A03AB is #D5FC54. Grayscale: #212121. Windows color (decimal): -14023765 or 11207466. OLE color: 11207466.
HSL color Cylindrical-coordinate representation of color #2A03AB: hue angle of 253.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A03AB is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 3 | 171 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.33 |
| HSL | 253.93º | 0.97% | 0.34% | - |
| HSV(B) | 253.93º | 0.98% | 0.67% | - |
| XYZ | 8.34 | 3.5 | 38.76 | - |
| YUV | 33.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 171 | 0.75 | 0.98 | 0 | 0.33 | 253.93 | 0.97 | 0.34 |
| Hex | 2A | 3 | AB | 4B | 62 | 0 | 21 | FE | 61 | 22 |
| Octal | 52 | 3 | 253 | 113 | 142 | 0 | 41 | 376 | 141 | 42 |
| Binary | 101010 | 11 | 10101011 | 1001011 | 1100010 | 0 | 100001 | 11111110 | 1100001 | 100010 |
Color Harmonies of #2A03AB
Complementary color
Monochromatic Colors of #2A03AB
Black with #2A03AB
Text Example
Text Example
White with #2A03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A03AB; }
p { color: rgb(42,3,171); }
H1.HeaderClassName
{
color: #2A03AB;
}
.AnyTagClassName
{
color: #2A03AB;
}
</style>
background-color css
<style>
a { background-color: #2A03AB; }
a { background-color: rgb(42,3,171); }
div.DivClassName
{
background-color: #2A03AB;
}
.BgClassName
{
background-color: #2A03AB;
}
</style>
border-color css
<style>
span { border-color: #2A03AB; }
span { border-color: rgb(42,3,171); }
td.TdClassName
{
border-color: #2A03AB;
}
.TagClassName
{
border-color: #2A03AB;
}
</style>