Shades of Ultramarine #2C109A
Tints of Ultramarine #2C109A
RGB
CMYK
RGB Variations
Color information
#2C109A (or 0x2C109A) is known color: Ultramarine. HEX triplet: 2C, 10 and 9A. RGB value is (44,16,154). Sum of RGB (Red+Green+Blue) = 44+16+154=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C109A is #D3EF65. Grayscale: #272727. Windows color (decimal): -13889382 or 10096684. OLE color: 10096684.
HSL color Cylindrical-coordinate representation of color #2C109A: hue angle of 252.17º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C109A is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 16 | 154 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.40 |
| HSL | 252.17º | 0.81% | 0.33% | - |
| HSV(B) | 252.17º | 0.9% | 0.6% | - |
| XYZ | 7.06 | 3.24 | 30.83 | - |
| YUV | 40.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 154 | 0.71 | 0.90 | 0 | 0.40 | 252.17 | 0.81 | 0.33 |
| Hex | 2C | 10 | 9A | 47 | 5A | 0 | 28 | FC | 51 | 21 |
| Octal | 54 | 20 | 232 | 107 | 132 | 0 | 50 | 374 | 121 | 41 |
| Binary | 101100 | 10000 | 10011010 | 1000111 | 1011010 | 0 | 101000 | 11111100 | 1010001 | 100001 |
Color Harmonies of #2C109A
Complementary color
Monochromatic Colors of #2C109A
Black with #2C109A
Text Example
Text Example
White with #2C109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C109A; }
p { color: rgb(44,16,154); }
H1.HeaderClassName
{
color: #2C109A;
}
.AnyTagClassName
{
color: #2C109A;
}
</style>
background-color css
<style>
a { background-color: #2C109A; }
a { background-color: rgb(44,16,154); }
div.DivClassName
{
background-color: #2C109A;
}
.BgClassName
{
background-color: #2C109A;
}
</style>
border-color css
<style>
span { border-color: #2C109A; }
span { border-color: rgb(44,16,154); }
td.TdClassName
{
border-color: #2C109A;
}
.TagClassName
{
border-color: #2C109A;
}
</style>