Shades of Ultramarine #2F0FBA
Tints of Ultramarine #2F0FBA
RGB
CMYK
RGB Variations
Color information
#2F0FBA (or 0x2F0FBA) is known color: Ultramarine. HEX triplet: 2F, 0F and BA. RGB value is (47,15,186). Sum of RGB (Red+Green+Blue) = 47+15+186=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FBA is #D0F045. Grayscale: #2B2B2B. Windows color (decimal): -13692998 or 12193583. OLE color: 12193583.
HSL color Cylindrical-coordinate representation of color #2F0FBA: hue angle of 251.23º degrees, saturation: 0.85, 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 #2F0FBA is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 15 | 186 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.27 |
| HSL | 251.23º | 0.85% | 0.39% | - |
| HSV(B) | 251.23º | 0.92% | 0.73% | - |
| XYZ | 10.21 | 4.49 | 46.78 | - |
| YUV | 44.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 186 | 0.75 | 0.92 | 0 | 0.27 | 251.23 | 0.85 | 0.39 |
| Hex | 2F | F | BA | 4B | 5C | 0 | 1B | FB | 55 | 27 |
| Octal | 57 | 17 | 272 | 113 | 134 | 0 | 33 | 373 | 125 | 47 |
| Binary | 101111 | 1111 | 10111010 | 1001011 | 1011100 | 0 | 11011 | 11111011 | 1010101 | 100111 |
Color Harmonies of #2F0FBA
Complementary color
Monochromatic Colors of #2F0FBA
Black with #2F0FBA
Text Example
Text Example
White with #2F0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0FBA; }
p { color: rgb(47,15,186); }
H1.HeaderClassName
{
color: #2F0FBA;
}
.AnyTagClassName
{
color: #2F0FBA;
}
</style>
background-color css
<style>
a { background-color: #2F0FBA; }
a { background-color: rgb(47,15,186); }
div.DivClassName
{
background-color: #2F0FBA;
}
.BgClassName
{
background-color: #2F0FBA;
}
</style>
border-color css
<style>
span { border-color: #2F0FBA; }
span { border-color: rgb(47,15,186); }
td.TdClassName
{
border-color: #2F0FBA;
}
.TagClassName
{
border-color: #2F0FBA;
}
</style>