Shades of Ultramarine #2A0FB4
Tints of Ultramarine #2A0FB4
RGB
CMYK
RGB Variations
Color information
#2A0FB4 (or 0x2A0FB4) is known color: Ultramarine. HEX triplet: 2A, 0F and B4. RGB value is (42,15,180). Sum of RGB (Red+Green+Blue) = 42+15+180=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 180 (70.70% from 255 or 75.95% from 237); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A0FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0FB4 is #D5F04B. Grayscale: #292929. Windows color (decimal): -14020684 or 11800362. OLE color: 11800362.
HSL color Cylindrical-coordinate representation of color #2A0FB4: hue angle of 249.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0FB4 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 15 | 180 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.29 |
| HSL | 249.82º | 0.85% | 0.38% | - |
| HSV(B) | 249.82º | 0.92% | 0.71% | - |
| XYZ | 9.36 | 4.13 | 43.48 | - |
| YUV | 41.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 180 | 0.77 | 0.92 | 0 | 0.29 | 249.82 | 0.85 | 0.38 |
| Hex | 2A | F | B4 | 4D | 5C | 0 | 1D | FA | 55 | 26 |
| Octal | 52 | 17 | 264 | 115 | 134 | 0 | 35 | 372 | 125 | 46 |
| Binary | 101010 | 1111 | 10110100 | 1001101 | 1011100 | 0 | 11101 | 11111010 | 1010101 | 100110 |
Color Harmonies of #2A0FB4
Complementary color
Monochromatic Colors of #2A0FB4
Black with #2A0FB4
Text Example
Text Example
White with #2A0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FB4; }
p { color: rgb(42,15,180); }
H1.HeaderClassName
{
color: #2A0FB4;
}
.AnyTagClassName
{
color: #2A0FB4;
}
</style>
background-color css
<style>
a { background-color: #2A0FB4; }
a { background-color: rgb(42,15,180); }
div.DivClassName
{
background-color: #2A0FB4;
}
.BgClassName
{
background-color: #2A0FB4;
}
</style>
border-color css
<style>
span { border-color: #2A0FB4; }
span { border-color: rgb(42,15,180); }
td.TdClassName
{
border-color: #2A0FB4;
}
.TagClassName
{
border-color: #2A0FB4;
}
</style>