Shades of Ultramarine #2F0AA0
Tints of Ultramarine #2F0AA0
RGB
CMYK
RGB Variations
Color information
#2F0AA0 (or 0x2F0AA0) is known color: Ultramarine. HEX triplet: 2F, 0A and A0. RGB value is (47,10,160). Sum of RGB (Red+Green+Blue) = 47+10+160=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 160 (62.89% from 255 or 73.73% from 217); Max value from RGB is 160 - color contains mainly: blue. Hex color #2F0AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0AA0 is #D0F55F. Grayscale: #252525. Windows color (decimal): -13694304 or 10488367. OLE color: 10488367.
HSL color Cylindrical-coordinate representation of color #2F0AA0: hue angle of 254.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0AA0 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 10 | 160 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.37 |
| HSL | 254.8º | 0.88% | 0.33% | - |
| HSV(B) | 254.8º | 0.94% | 0.63% | - |
| XYZ | 7.63 | 3.36 | 33.5 | - |
| YUV | 38.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 160 | 0.71 | 0.94 | 0 | 0.37 | 254.8 | 0.88 | 0.33 |
| Hex | 2F | A | A0 | 47 | 5E | 0 | 25 | FF | 58 | 21 |
| Octal | 57 | 12 | 240 | 107 | 136 | 0 | 45 | 377 | 130 | 41 |
| Binary | 101111 | 1010 | 10100000 | 1000111 | 1011110 | 0 | 100101 | 11111111 | 1011000 | 100001 |
Color Harmonies of #2F0AA0
Complementary color
Monochromatic Colors of #2F0AA0
Black with #2F0AA0
Text Example
Text Example
White with #2F0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AA0; }
p { color: rgb(47,10,160); }
H1.HeaderClassName
{
color: #2F0AA0;
}
.AnyTagClassName
{
color: #2F0AA0;
}
</style>
background-color css
<style>
a { background-color: #2F0AA0; }
a { background-color: rgb(47,10,160); }
div.DivClassName
{
background-color: #2F0AA0;
}
.BgClassName
{
background-color: #2F0AA0;
}
</style>
border-color css
<style>
span { border-color: #2F0AA0; }
span { border-color: rgb(47,10,160); }
td.TdClassName
{
border-color: #2F0AA0;
}
.TagClassName
{
border-color: #2F0AA0;
}
</style>