Shades of Ultramarine #2F0EA0
Tints of Ultramarine #2F0EA0
RGB
CMYK
RGB Variations
Color information
#2F0EA0 (or 0x2F0EA0) is known color: Ultramarine. HEX triplet: 2F, 0E and A0. RGB value is (47,14,160). Sum of RGB (Red+Green+Blue) = 47+14+160=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #2F0EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0EA0 is #D0F15F. Grayscale: #272727. Windows color (decimal): -13693280 or 10489391. OLE color: 10489391.
HSL color Cylindrical-coordinate representation of color #2F0EA0: hue angle of 253.56º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0EA0 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 14 | 160 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.37 |
| HSL | 253.56º | 0.84% | 0.34% | - |
| HSV(B) | 253.56º | 0.91% | 0.63% | - |
| XYZ | 7.67 | 3.46 | 33.52 | - |
| YUV | 40.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 160 | 0.71 | 0.91 | 0 | 0.37 | 253.56 | 0.84 | 0.34 |
| Hex | 2F | E | A0 | 47 | 5B | 0 | 25 | FE | 54 | 22 |
| Octal | 57 | 16 | 240 | 107 | 133 | 0 | 45 | 376 | 124 | 42 |
| Binary | 101111 | 1110 | 10100000 | 1000111 | 1011011 | 0 | 100101 | 11111110 | 1010100 | 100010 |
Color Harmonies of #2F0EA0
Complementary color
Monochromatic Colors of #2F0EA0
Black with #2F0EA0
Text Example
Text Example
White with #2F0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EA0; }
p { color: rgb(47,14,160); }
H1.HeaderClassName
{
color: #2F0EA0;
}
.AnyTagClassName
{
color: #2F0EA0;
}
</style>
background-color css
<style>
a { background-color: #2F0EA0; }
a { background-color: rgb(47,14,160); }
div.DivClassName
{
background-color: #2F0EA0;
}
.BgClassName
{
background-color: #2F0EA0;
}
</style>
border-color css
<style>
span { border-color: #2F0EA0; }
span { border-color: rgb(47,14,160); }
td.TdClassName
{
border-color: #2F0EA0;
}
.TagClassName
{
border-color: #2F0EA0;
}
</style>