Shades of Ultramarine #2C12AD
Tints of Ultramarine #2C12AD
RGB
CMYK
RGB Variations
Color information
#2C12AD (or 0x2C12AD) is known color: Ultramarine. HEX triplet: 2C, 12 and AD. RGB value is (44,18,173). Sum of RGB (Red+Green+Blue) = 44+18+173=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C12AD is #D3ED52. Grayscale: #2A2A2A. Windows color (decimal): -13888851 or 11342380. OLE color: 11342380.
HSL color Cylindrical-coordinate representation of color #2C12AD: hue angle of 250.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C12AD is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 18 | 173 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.32 |
| HSL | 250.06º | 0.81% | 0.37% | - |
| HSV(B) | 250.06º | 0.9% | 0.68% | - |
| XYZ | 8.8 | 3.99 | 39.84 | - |
| YUV | 43.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 173 | 0.75 | 0.90 | 0 | 0.32 | 250.06 | 0.81 | 0.37 |
| Hex | 2C | 12 | AD | 4B | 5A | 0 | 20 | FA | 51 | 25 |
| Octal | 54 | 22 | 255 | 113 | 132 | 0 | 40 | 372 | 121 | 45 |
| Binary | 101100 | 10010 | 10101101 | 1001011 | 1011010 | 0 | 100000 | 11111010 | 1010001 | 100101 |
Color Harmonies of #2C12AD
Complementary color
Monochromatic Colors of #2C12AD
Black with #2C12AD
Text Example
Text Example
White with #2C12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C12AD; }
p { color: rgb(44,18,173); }
H1.HeaderClassName
{
color: #2C12AD;
}
.AnyTagClassName
{
color: #2C12AD;
}
</style>
background-color css
<style>
a { background-color: #2C12AD; }
a { background-color: rgb(44,18,173); }
div.DivClassName
{
background-color: #2C12AD;
}
.BgClassName
{
background-color: #2C12AD;
}
</style>
border-color css
<style>
span { border-color: #2C12AD; }
span { border-color: rgb(44,18,173); }
td.TdClassName
{
border-color: #2C12AD;
}
.TagClassName
{
border-color: #2C12AD;
}
</style>