Shades of Ultramarine #2C0BBA
Tints of Ultramarine #2C0BBA
RGB
CMYK
RGB Variations
Color information
#2C0BBA (or 0x2C0BBA) is known color: Ultramarine. HEX triplet: 2C, 0B and BA. RGB value is (44,11,186). Sum of RGB (Red+Green+Blue) = 44+11+186=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 11 (4.69% from 255 or 4.56% 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 #2C0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0BBA is #D3F445. Grayscale: #282828. Windows color (decimal): -13890630 or 12192556. OLE color: 12192556.
HSL color Cylindrical-coordinate representation of color #2C0BBA: hue angle of 251.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0BBA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 11 | 186 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.27 |
| HSL | 251.31º | 0.89% | 0.39% | - |
| HSV(B) | 251.31º | 0.94% | 0.73% | - |
| XYZ | 10.02 | 4.32 | 46.76 | - |
| YUV | 40.82 | 209.93 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 186 | 0.76 | 0.94 | 0 | 0.27 | 251.31 | 0.89 | 0.39 |
| Hex | 2C | B | BA | 4C | 5E | 0 | 1B | FB | 59 | 27 |
| Octal | 54 | 13 | 272 | 114 | 136 | 0 | 33 | 373 | 131 | 47 |
| Binary | 101100 | 1011 | 10111010 | 1001100 | 1011110 | 0 | 11011 | 11111011 | 1011001 | 100111 |
Color Harmonies of #2C0BBA
Complementary color
Monochromatic Colors of #2C0BBA
Black with #2C0BBA
Text Example
Text Example
White with #2C0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0BBA; }
p { color: rgb(44,11,186); }
H1.HeaderClassName
{
color: #2C0BBA;
}
.AnyTagClassName
{
color: #2C0BBA;
}
</style>
background-color css
<style>
a { background-color: #2C0BBA; }
a { background-color: rgb(44,11,186); }
div.DivClassName
{
background-color: #2C0BBA;
}
.BgClassName
{
background-color: #2C0BBA;
}
</style>
border-color css
<style>
span { border-color: #2C0BBA; }
span { border-color: rgb(44,11,186); }
td.TdClassName
{
border-color: #2C0BBA;
}
.TagClassName
{
border-color: #2C0BBA;
}
</style>