Shades of Ultramarine #2C0EB6
Tints of Ultramarine #2C0EB6
RGB
CMYK
RGB Variations
Color information
#2C0EB6 (or 0x2C0EB6) is known color: Ultramarine. HEX triplet: 2C, 0E and B6. RGB value is (44,14,182). Sum of RGB (Red+Green+Blue) = 44+14+182=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 182 (71.48% from 255 or 75.83% from 240); Max value from RGB is 182 - color contains mainly: blue. Hex color #2C0EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0EB6 is #D3F149. Grayscale: #292929. Windows color (decimal): -13889866 or 11931180. OLE color: 11931180.
HSL color Cylindrical-coordinate representation of color #2C0EB6: hue angle of 250.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0EB6 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 14 | 182 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.29 |
| HSL | 250.71º | 0.86% | 0.38% | - |
| HSV(B) | 250.71º | 0.92% | 0.71% | - |
| XYZ | 9.64 | 4.23 | 44.56 | - |
| YUV | 42.12 | 206.94 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 182 | 0.76 | 0.92 | 0 | 0.29 | 250.71 | 0.86 | 0.38 |
| Hex | 2C | E | B6 | 4C | 5C | 0 | 1D | FB | 56 | 26 |
| Octal | 54 | 16 | 266 | 114 | 134 | 0 | 35 | 373 | 126 | 46 |
| Binary | 101100 | 1110 | 10110110 | 1001100 | 1011100 | 0 | 11101 | 11111011 | 1010110 | 100110 |
Color Harmonies of #2C0EB6
Complementary color
Monochromatic Colors of #2C0EB6
Black with #2C0EB6
Text Example
Text Example
White with #2C0EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EB6; }
p { color: rgb(44,14,182); }
H1.HeaderClassName
{
color: #2C0EB6;
}
.AnyTagClassName
{
color: #2C0EB6;
}
</style>
background-color css
<style>
a { background-color: #2C0EB6; }
a { background-color: rgb(44,14,182); }
div.DivClassName
{
background-color: #2C0EB6;
}
.BgClassName
{
background-color: #2C0EB6;
}
</style>
border-color css
<style>
span { border-color: #2C0EB6; }
span { border-color: rgb(44,14,182); }
td.TdClassName
{
border-color: #2C0EB6;
}
.TagClassName
{
border-color: #2C0EB6;
}
</style>