Shades of Ultramarine #2F0BB5
Tints of Ultramarine #2F0BB5
RGB
CMYK
RGB Variations
Color information
#2F0BB5 (or 0x2F0BB5) is known color: Ultramarine. HEX triplet: 2F, 0B and B5. RGB value is (47,11,181). Sum of RGB (Red+Green+Blue) = 47+11+181=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 181 (71.09% from 255 or 75.73% from 239); Max value from RGB is 181 - color contains mainly: blue. Hex color #2F0BB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BB5 is #D0F44A. Grayscale: #282828. Windows color (decimal): -13694027 or 11864879. OLE color: 11864879.
HSL color Cylindrical-coordinate representation of color #2F0BB5: hue angle of 252.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0BB5 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 11 | 181 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.29 |
| HSL | 252.71º | 0.89% | 0.38% | - |
| HSV(B) | 252.71º | 0.94% | 0.71% | - |
| XYZ | 9.63 | 4.18 | 44.02 | - |
| YUV | 41.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 181 | 0.74 | 0.94 | 0 | 0.29 | 252.71 | 0.89 | 0.38 |
| Hex | 2F | B | B5 | 4A | 5E | 0 | 1D | FD | 59 | 26 |
| Octal | 57 | 13 | 265 | 112 | 136 | 0 | 35 | 375 | 131 | 46 |
| Binary | 101111 | 1011 | 10110101 | 1001010 | 1011110 | 0 | 11101 | 11111101 | 1011001 | 100110 |
Color Harmonies of #2F0BB5
Complementary color
Monochromatic Colors of #2F0BB5
Black with #2F0BB5
Text Example
Text Example
White with #2F0BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BB5; }
p { color: rgb(47,11,181); }
H1.HeaderClassName
{
color: #2F0BB5;
}
.AnyTagClassName
{
color: #2F0BB5;
}
</style>
background-color css
<style>
a { background-color: #2F0BB5; }
a { background-color: rgb(47,11,181); }
div.DivClassName
{
background-color: #2F0BB5;
}
.BgClassName
{
background-color: #2F0BB5;
}
</style>
border-color css
<style>
span { border-color: #2F0BB5; }
span { border-color: rgb(47,11,181); }
td.TdClassName
{
border-color: #2F0BB5;
}
.TagClassName
{
border-color: #2F0BB5;
}
</style>