Shades of Ultramarine #2A0FBA
Tints of Ultramarine #2A0FBA
RGB
CMYK
RGB Variations
Color information
#2A0FBA (or 0x2A0FBA) is known color: Ultramarine. HEX triplet: 2A, 0F and BA. RGB value is (42,15,186). Sum of RGB (Red+Green+Blue) = 42+15+186=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0FBA is #D5F045. Grayscale: #292929. Windows color (decimal): -14020678 or 12193578. OLE color: 12193578.
HSL color Cylindrical-coordinate representation of color #2A0FBA: hue angle of 249.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0FBA is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 15 | 186 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.27 |
| HSL | 249.47º | 0.85% | 0.39% | - |
| HSV(B) | 249.47º | 0.92% | 0.73% | - |
| XYZ | 9.99 | 4.38 | 46.77 | - |
| YUV | 42.57 | 208.95 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 186 | 0.77 | 0.92 | 0 | 0.27 | 249.47 | 0.85 | 0.39 |
| Hex | 2A | F | BA | 4D | 5C | 0 | 1B | F9 | 55 | 27 |
| Octal | 52 | 17 | 272 | 115 | 134 | 0 | 33 | 371 | 125 | 47 |
| Binary | 101010 | 1111 | 10111010 | 1001101 | 1011100 | 0 | 11011 | 11111001 | 1010101 | 100111 |
Color Harmonies of #2A0FBA
Complementary color
Monochromatic Colors of #2A0FBA
Black with #2A0FBA
Text Example
Text Example
White with #2A0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FBA; }
p { color: rgb(42,15,186); }
H1.HeaderClassName
{
color: #2A0FBA;
}
.AnyTagClassName
{
color: #2A0FBA;
}
</style>
background-color css
<style>
a { background-color: #2A0FBA; }
a { background-color: rgb(42,15,186); }
div.DivClassName
{
background-color: #2A0FBA;
}
.BgClassName
{
background-color: #2A0FBA;
}
</style>
border-color css
<style>
span { border-color: #2A0FBA; }
span { border-color: rgb(42,15,186); }
td.TdClassName
{
border-color: #2A0FBA;
}
.TagClassName
{
border-color: #2A0FBA;
}
</style>