Shades of Ultramarine #2A0DB3
Tints of Ultramarine #2A0DB3
RGB
CMYK
RGB Variations
Color information
#2A0DB3 (or 0x2A0DB3) is known color: Ultramarine. HEX triplet: 2A, 0D and B3. RGB value is (42,13,179). Sum of RGB (Red+Green+Blue) = 42+13+179=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 179 (70.31% from 255 or 76.50% from 234); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A0DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0DB3 is #D5F24C. Grayscale: #272727. Windows color (decimal): -14021197 or 11734314. OLE color: 11734314.
HSL color Cylindrical-coordinate representation of color #2A0DB3: hue angle of 250.48º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0DB3 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 13 | 179 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.30 |
| HSL | 250.48º | 0.86% | 0.38% | - |
| HSV(B) | 250.48º | 0.93% | 0.7% | - |
| XYZ | 9.24 | 4.03 | 42.94 | - |
| YUV | 40.6 | 206.11 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 179 | 0.77 | 0.93 | 0 | 0.30 | 250.48 | 0.86 | 0.38 |
| Hex | 2A | D | B3 | 4D | 5D | 0 | 1E | FA | 56 | 26 |
| Octal | 52 | 15 | 263 | 115 | 135 | 0 | 36 | 372 | 126 | 46 |
| Binary | 101010 | 1101 | 10110011 | 1001101 | 1011101 | 0 | 11110 | 11111010 | 1010110 | 100110 |
Color Harmonies of #2A0DB3
Complementary color
Monochromatic Colors of #2A0DB3
Black with #2A0DB3
Text Example
Text Example
White with #2A0DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DB3; }
p { color: rgb(42,13,179); }
H1.HeaderClassName
{
color: #2A0DB3;
}
.AnyTagClassName
{
color: #2A0DB3;
}
</style>
background-color css
<style>
a { background-color: #2A0DB3; }
a { background-color: rgb(42,13,179); }
div.DivClassName
{
background-color: #2A0DB3;
}
.BgClassName
{
background-color: #2A0DB3;
}
</style>
border-color css
<style>
span { border-color: #2A0DB3; }
span { border-color: rgb(42,13,179); }
td.TdClassName
{
border-color: #2A0DB3;
}
.TagClassName
{
border-color: #2A0DB3;
}
</style>