Shades of Ultramarine #2F08BA
Tints of Ultramarine #2F08BA
RGB
CMYK
RGB Variations
Color information
#2F08BA (or 0x2F08BA) is known color: Ultramarine. HEX triplet: 2F, 08 and BA. RGB value is (47,8,186). Sum of RGB (Red+Green+Blue) = 47+8+186=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F08BA is #D0F745. Grayscale: #272727. Windows color (decimal): -13694790 or 12191791. OLE color: 12191791.
HSL color Cylindrical-coordinate representation of color #2F08BA: hue angle of 253.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F08BA is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 8 | 186 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.27 |
| HSL | 253.15º | 0.92% | 0.38% | - |
| HSV(B) | 253.15º | 0.96% | 0.73% | - |
| XYZ | 10.12 | 4.32 | 46.76 | - |
| YUV | 39.95 | 210.42 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 186 | 0.75 | 0.96 | 0 | 0.27 | 253.15 | 0.92 | 0.38 |
| Hex | 2F | 8 | BA | 4B | 60 | 0 | 1B | FD | 5C | 26 |
| Octal | 57 | 10 | 272 | 113 | 140 | 0 | 33 | 375 | 134 | 46 |
| Binary | 101111 | 1000 | 10111010 | 1001011 | 1100000 | 0 | 11011 | 11111101 | 1011100 | 100110 |
Color Harmonies of #2F08BA
Complementary color
Monochromatic Colors of #2F08BA
Black with #2F08BA
Text Example
Text Example
White with #2F08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F08BA; }
p { color: rgb(47,8,186); }
H1.HeaderClassName
{
color: #2F08BA;
}
.AnyTagClassName
{
color: #2F08BA;
}
</style>
background-color css
<style>
a { background-color: #2F08BA; }
a { background-color: rgb(47,8,186); }
div.DivClassName
{
background-color: #2F08BA;
}
.BgClassName
{
background-color: #2F08BA;
}
</style>
border-color css
<style>
span { border-color: #2F08BA; }
span { border-color: rgb(47,8,186); }
td.TdClassName
{
border-color: #2F08BA;
}
.TagClassName
{
border-color: #2F08BA;
}
</style>