Shades of Ultramarine #2F0EBA
Tints of Ultramarine #2F0EBA
RGB
CMYK
RGB Variations
Color information
#2F0EBA (or 0x2F0EBA) is known color: Ultramarine. HEX triplet: 2F, 0E and BA. RGB value is (47,14,186). Sum of RGB (Red+Green+Blue) = 47+14+186=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0EBA is #D0F145. Grayscale: #2A2A2A. Windows color (decimal): -13693254 or 12193327. OLE color: 12193327.
HSL color Cylindrical-coordinate representation of color #2F0EBA: hue angle of 251.51º degrees, saturation: 0.86, 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 #2F0EBA is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 14 | 186 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.27 |
| HSL | 251.51º | 0.86% | 0.39% | - |
| HSV(B) | 251.51º | 0.92% | 0.73% | - |
| XYZ | 10.19 | 4.46 | 46.78 | - |
| YUV | 43.48 | 208.43 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 186 | 0.75 | 0.92 | 0 | 0.27 | 251.51 | 0.86 | 0.39 |
| Hex | 2F | E | BA | 4B | 5C | 0 | 1B | FC | 56 | 27 |
| Octal | 57 | 16 | 272 | 113 | 134 | 0 | 33 | 374 | 126 | 47 |
| Binary | 101111 | 1110 | 10111010 | 1001011 | 1011100 | 0 | 11011 | 11111100 | 1010110 | 100111 |
Color Harmonies of #2F0EBA
Complementary color
Monochromatic Colors of #2F0EBA
Black with #2F0EBA
Text Example
Text Example
White with #2F0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EBA; }
p { color: rgb(47,14,186); }
H1.HeaderClassName
{
color: #2F0EBA;
}
.AnyTagClassName
{
color: #2F0EBA;
}
</style>
background-color css
<style>
a { background-color: #2F0EBA; }
a { background-color: rgb(47,14,186); }
div.DivClassName
{
background-color: #2F0EBA;
}
.BgClassName
{
background-color: #2F0EBA;
}
</style>
border-color css
<style>
span { border-color: #2F0EBA; }
span { border-color: rgb(47,14,186); }
td.TdClassName
{
border-color: #2F0EBA;
}
.TagClassName
{
border-color: #2F0EBA;
}
</style>