Shades of Ultramarine #2C0B9D
Tints of Ultramarine #2C0B9D
RGB
CMYK
RGB Variations
Color information
#2C0B9D (or 0x2C0B9D) is known color: Ultramarine. HEX triplet: 2C, 0B and 9D. RGB value is (44,11,157). Sum of RGB (Red+Green+Blue) = 44+11+157=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C0B9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0B9D is #D3F462. Grayscale: #242424. Windows color (decimal): -13890659 or 10292012. OLE color: 10292012.
HSL color Cylindrical-coordinate representation of color #2C0B9D: hue angle of 253.56º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0B9D is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 11 | 157 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.38 |
| HSL | 253.56º | 0.87% | 0.33% | - |
| HSV(B) | 253.56º | 0.93% | 0.62% | - |
| XYZ | 7.24 | 3.21 | 32.14 | - |
| YUV | 37.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 157 | 0.72 | 0.93 | 0 | 0.38 | 253.56 | 0.87 | 0.33 |
| Hex | 2C | B | 9D | 48 | 5D | 0 | 26 | FE | 57 | 21 |
| Octal | 54 | 13 | 235 | 110 | 135 | 0 | 46 | 376 | 127 | 41 |
| Binary | 101100 | 1011 | 10011101 | 1001000 | 1011101 | 0 | 100110 | 11111110 | 1010111 | 100001 |
Color Harmonies of #2C0B9D
Complementary color
Monochromatic Colors of #2C0B9D
Black with #2C0B9D
Text Example
Text Example
White with #2C0B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B9D; }
p { color: rgb(44,11,157); }
H1.HeaderClassName
{
color: #2C0B9D;
}
.AnyTagClassName
{
color: #2C0B9D;
}
</style>
background-color css
<style>
a { background-color: #2C0B9D; }
a { background-color: rgb(44,11,157); }
div.DivClassName
{
background-color: #2C0B9D;
}
.BgClassName
{
background-color: #2C0B9D;
}
</style>
border-color css
<style>
span { border-color: #2C0B9D; }
span { border-color: rgb(44,11,157); }
td.TdClassName
{
border-color: #2C0B9D;
}
.TagClassName
{
border-color: #2C0B9D;
}
</style>