Shades of Ultramarine #2A08AB
Tints of Ultramarine #2A08AB
RGB
CMYK
RGB Variations
Color information
#2A08AB (or 0x2A08AB) is known color: Ultramarine. HEX triplet: 2A, 08 and AB. RGB value is (42,8,171). Sum of RGB (Red+Green+Blue) = 42+8+171=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A08AB is #D5F754. Grayscale: #242424. Windows color (decimal): -14022485 or 11208746. OLE color: 11208746.
HSL color Cylindrical-coordinate representation of color #2A08AB: hue angle of 252.52º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A08AB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 8 | 171 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.33 |
| HSL | 252.52º | 0.91% | 0.35% | - |
| HSV(B) | 252.52º | 0.95% | 0.67% | - |
| XYZ | 8.39 | 3.61 | 38.78 | - |
| YUV | 36.75 | 203.76 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 171 | 0.75 | 0.95 | 0 | 0.33 | 252.52 | 0.91 | 0.35 |
| Hex | 2A | 8 | AB | 4B | 5F | 0 | 21 | FD | 5B | 23 |
| Octal | 52 | 10 | 253 | 113 | 137 | 0 | 41 | 375 | 133 | 43 |
| Binary | 101010 | 1000 | 10101011 | 1001011 | 1011111 | 0 | 100001 | 11111101 | 1011011 | 100011 |
Color Harmonies of #2A08AB
Complementary color
Monochromatic Colors of #2A08AB
Black with #2A08AB
Text Example
Text Example
White with #2A08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08AB; }
p { color: rgb(42,8,171); }
H1.HeaderClassName
{
color: #2A08AB;
}
.AnyTagClassName
{
color: #2A08AB;
}
</style>
background-color css
<style>
a { background-color: #2A08AB; }
a { background-color: rgb(42,8,171); }
div.DivClassName
{
background-color: #2A08AB;
}
.BgClassName
{
background-color: #2A08AB;
}
</style>
border-color css
<style>
span { border-color: #2A08AB; }
span { border-color: rgb(42,8,171); }
td.TdClassName
{
border-color: #2A08AB;
}
.TagClassName
{
border-color: #2A08AB;
}
</style>