Shades of Ultramarine #2A0BAE
Tints of Ultramarine #2A0BAE
RGB
CMYK
RGB Variations
Color information
#2A0BAE (or 0x2A0BAE) is known color: Ultramarine. HEX triplet: 2A, 0B and AE. RGB value is (42,11,174). Sum of RGB (Red+Green+Blue) = 42+11+174=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0BAE is #D5F451. Grayscale: #262626. Windows color (decimal): -14021714 or 11406122. OLE color: 11406122.
HSL color Cylindrical-coordinate representation of color #2A0BAE: hue angle of 251.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0BAE is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 11 | 174 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.32 |
| HSL | 251.41º | 0.88% | 0.36% | - |
| HSV(B) | 251.41º | 0.94% | 0.68% | - |
| XYZ | 8.71 | 3.79 | 40.32 | - |
| YUV | 38.85 | 204.27 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 174 | 0.76 | 0.94 | 0 | 0.32 | 251.41 | 0.88 | 0.36 |
| Hex | 2A | B | AE | 4C | 5E | 0 | 20 | FB | 58 | 24 |
| Octal | 52 | 13 | 256 | 114 | 136 | 0 | 40 | 373 | 130 | 44 |
| Binary | 101010 | 1011 | 10101110 | 1001100 | 1011110 | 0 | 100000 | 11111011 | 1011000 | 100100 |
Color Harmonies of #2A0BAE
Complementary color
Monochromatic Colors of #2A0BAE
Black with #2A0BAE
Text Example
Text Example
White with #2A0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0BAE; }
p { color: rgb(42,11,174); }
H1.HeaderClassName
{
color: #2A0BAE;
}
.AnyTagClassName
{
color: #2A0BAE;
}
</style>
background-color css
<style>
a { background-color: #2A0BAE; }
a { background-color: rgb(42,11,174); }
div.DivClassName
{
background-color: #2A0BAE;
}
.BgClassName
{
background-color: #2A0BAE;
}
</style>
border-color css
<style>
span { border-color: #2A0BAE; }
span { border-color: rgb(42,11,174); }
td.TdClassName
{
border-color: #2A0BAE;
}
.TagClassName
{
border-color: #2A0BAE;
}
</style>