Shades of Ultramarine #2F0EA7
Tints of Ultramarine #2F0EA7
RGB
CMYK
RGB Variations
Color information
#2F0EA7 (or 0x2F0EA7) is known color: Ultramarine. HEX triplet: 2F, 0E and A7. RGB value is (47,14,167). Sum of RGB (Red+Green+Blue) = 47+14+167=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #2F0EA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0EA7 is #D0F158. Grayscale: #282828. Windows color (decimal): -13693273 or 10948143. OLE color: 10948143.
HSL color Cylindrical-coordinate representation of color #2F0EA7: hue angle of 252.94º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0EA7 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 14 | 167 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.35 |
| HSL | 252.94º | 0.85% | 0.35% | - |
| HSV(B) | 252.94º | 0.92% | 0.65% | - |
| XYZ | 8.3 | 3.71 | 36.84 | - |
| YUV | 41.31 | 198.93 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 167 | 0.72 | 0.92 | 0 | 0.35 | 252.94 | 0.85 | 0.35 |
| Hex | 2F | E | A7 | 48 | 5C | 0 | 23 | FD | 55 | 23 |
| Octal | 57 | 16 | 247 | 110 | 134 | 0 | 43 | 375 | 125 | 43 |
| Binary | 101111 | 1110 | 10100111 | 1001000 | 1011100 | 0 | 100011 | 11111101 | 1010101 | 100011 |
Color Harmonies of #2F0EA7
Complementary color
Monochromatic Colors of #2F0EA7
Black with #2F0EA7
Text Example
Text Example
White with #2F0EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EA7; }
p { color: rgb(47,14,167); }
H1.HeaderClassName
{
color: #2F0EA7;
}
.AnyTagClassName
{
color: #2F0EA7;
}
</style>
background-color css
<style>
a { background-color: #2F0EA7; }
a { background-color: rgb(47,14,167); }
div.DivClassName
{
background-color: #2F0EA7;
}
.BgClassName
{
background-color: #2F0EA7;
}
</style>
border-color css
<style>
span { border-color: #2F0EA7; }
span { border-color: rgb(47,14,167); }
td.TdClassName
{
border-color: #2F0EA7;
}
.TagClassName
{
border-color: #2F0EA7;
}
</style>