Shades of Ultramarine #2B0FBA
Tints of Ultramarine #2B0FBA
RGB
CMYK
RGB Variations
Color information
#2B0FBA (or 0x2B0FBA) is known color: Ultramarine. HEX triplet: 2B, 0F and BA. RGB value is (43,15,186). Sum of RGB (Red+Green+Blue) = 43+15+186=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FBA is #D4F045. Grayscale: #2A2A2A. Windows color (decimal): -13955142 or 12193579. OLE color: 12193579.
HSL color Cylindrical-coordinate representation of color #2B0FBA: hue angle of 249.82º 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 #2B0FBA is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 15 | 186 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.27 |
| HSL | 249.82º | 0.85% | 0.39% | - |
| HSV(B) | 249.82º | 0.92% | 0.73% | - |
| XYZ | 10.03 | 4.4 | 46.78 | - |
| YUV | 42.87 | 208.78 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 186 | 0.77 | 0.92 | 0 | 0.27 | 249.82 | 0.85 | 0.39 |
| Hex | 2B | F | BA | 4D | 5C | 0 | 1B | FA | 55 | 27 |
| Octal | 53 | 17 | 272 | 115 | 134 | 0 | 33 | 372 | 125 | 47 |
| Binary | 101011 | 1111 | 10111010 | 1001101 | 1011100 | 0 | 11011 | 11111010 | 1010101 | 100111 |
Color Harmonies of #2B0FBA
Complementary color
Monochromatic Colors of #2B0FBA
Black with #2B0FBA
Text Example
Text Example
White with #2B0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FBA; }
p { color: rgb(43,15,186); }
H1.HeaderClassName
{
color: #2B0FBA;
}
.AnyTagClassName
{
color: #2B0FBA;
}
</style>
background-color css
<style>
a { background-color: #2B0FBA; }
a { background-color: rgb(43,15,186); }
div.DivClassName
{
background-color: #2B0FBA;
}
.BgClassName
{
background-color: #2B0FBA;
}
</style>
border-color css
<style>
span { border-color: #2B0FBA; }
span { border-color: rgb(43,15,186); }
td.TdClassName
{
border-color: #2B0FBA;
}
.TagClassName
{
border-color: #2B0FBA;
}
</style>