Shades of Ultramarine #2C15AB
Tints of Ultramarine #2C15AB
RGB
CMYK
RGB Variations
Color information
#2C15AB (or 0x2C15AB) is known color: Ultramarine. HEX triplet: 2C, 15 and AB. RGB value is (44,21,171). Sum of RGB (Red+Green+Blue) = 44+21+171=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C15AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C15AB is #D3EA54. Grayscale: #2C2C2C. Windows color (decimal): -13888085 or 11212076. OLE color: 11212076.
HSL color Cylindrical-coordinate representation of color #2C15AB: hue angle of 249.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C15AB is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 21 | 171 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.33 |
| HSL | 249.2º | 0.78% | 0.38% | - |
| HSV(B) | 249.2º | 0.88% | 0.67% | - |
| XYZ | 8.66 | 4.01 | 38.85 | - |
| YUV | 44.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 171 | 0.74 | 0.88 | 0 | 0.33 | 249.2 | 0.78 | 0.38 |
| Hex | 2C | 15 | AB | 4A | 58 | 0 | 21 | F9 | 4E | 26 |
| Octal | 54 | 25 | 253 | 112 | 130 | 0 | 41 | 371 | 116 | 46 |
| Binary | 101100 | 10101 | 10101011 | 1001010 | 1011000 | 0 | 100001 | 11111001 | 1001110 | 100110 |
Color Harmonies of #2C15AB
Complementary color
Monochromatic Colors of #2C15AB
Black with #2C15AB
Text Example
Text Example
White with #2C15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C15AB; }
p { color: rgb(44,21,171); }
H1.HeaderClassName
{
color: #2C15AB;
}
.AnyTagClassName
{
color: #2C15AB;
}
</style>
background-color css
<style>
a { background-color: #2C15AB; }
a { background-color: rgb(44,21,171); }
div.DivClassName
{
background-color: #2C15AB;
}
.BgClassName
{
background-color: #2C15AB;
}
</style>
border-color css
<style>
span { border-color: #2C15AB; }
span { border-color: rgb(44,21,171); }
td.TdClassName
{
border-color: #2C15AB;
}
.TagClassName
{
border-color: #2C15AB;
}
</style>