Shades of Ultramarine #2A10AB
Tints of Ultramarine #2A10AB
RGB
CMYK
RGB Variations
Color information
#2A10AB (or 0x2A10AB) is known color: Ultramarine. HEX triplet: 2A, 10 and AB. RGB value is (42,16,171). Sum of RGB (Red+Green+Blue) = 42+16+171=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A10AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A10AB is #D5EF54. Grayscale: #282828. Windows color (decimal): -14020437 or 11210794. OLE color: 11210794.
HSL color Cylindrical-coordinate representation of color #2A10AB: hue angle of 250.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A10AB is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 16 | 171 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.33 |
| HSL | 250.06º | 0.83% | 0.37% | - |
| HSV(B) | 250.06º | 0.91% | 0.67% | - |
| XYZ | 8.49 | 3.8 | 38.81 | - |
| YUV | 41.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 171 | 0.75 | 0.91 | 0 | 0.33 | 250.06 | 0.83 | 0.37 |
| Hex | 2A | 10 | AB | 4B | 5B | 0 | 21 | FA | 53 | 25 |
| Octal | 52 | 20 | 253 | 113 | 133 | 0 | 41 | 372 | 123 | 45 |
| Binary | 101010 | 10000 | 10101011 | 1001011 | 1011011 | 0 | 100001 | 11111010 | 1010011 | 100101 |
Color Harmonies of #2A10AB
Complementary color
Monochromatic Colors of #2A10AB
Black with #2A10AB
Text Example
Text Example
White with #2A10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A10AB; }
p { color: rgb(42,16,171); }
H1.HeaderClassName
{
color: #2A10AB;
}
.AnyTagClassName
{
color: #2A10AB;
}
</style>
background-color css
<style>
a { background-color: #2A10AB; }
a { background-color: rgb(42,16,171); }
div.DivClassName
{
background-color: #2A10AB;
}
.BgClassName
{
background-color: #2A10AB;
}
</style>
border-color css
<style>
span { border-color: #2A10AB; }
span { border-color: rgb(42,16,171); }
td.TdClassName
{
border-color: #2A10AB;
}
.TagClassName
{
border-color: #2A10AB;
}
</style>