Shades of Ultramarine #2C0EAC
Tints of Ultramarine #2C0EAC
RGB
CMYK
RGB Variations
Color information
#2C0EAC (or 0x2C0EAC) is known color: Ultramarine. HEX triplet: 2C, 0E and AC. RGB value is (44,14,172). Sum of RGB (Red+Green+Blue) = 44+14+172=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0EAC is #D3F153. Grayscale: #282828. Windows color (decimal): -13889876 or 11275820. OLE color: 11275820.
HSL color Cylindrical-coordinate representation of color #2C0EAC: hue angle of 251.39º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0EAC is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 14 | 172 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.33 |
| HSL | 251.39º | 0.85% | 0.36% | - |
| HSV(B) | 251.39º | 0.92% | 0.67% | - |
| XYZ | 8.64 | 3.83 | 39.31 | - |
| YUV | 40.98 | 201.94 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 172 | 0.74 | 0.92 | 0 | 0.33 | 251.39 | 0.85 | 0.36 |
| Hex | 2C | E | AC | 4A | 5C | 0 | 21 | FB | 55 | 24 |
| Octal | 54 | 16 | 254 | 112 | 134 | 0 | 41 | 373 | 125 | 44 |
| Binary | 101100 | 1110 | 10101100 | 1001010 | 1011100 | 0 | 100001 | 11111011 | 1010101 | 100100 |
Color Harmonies of #2C0EAC
Complementary color
Monochromatic Colors of #2C0EAC
Black with #2C0EAC
Text Example
Text Example
White with #2C0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EAC; }
p { color: rgb(44,14,172); }
H1.HeaderClassName
{
color: #2C0EAC;
}
.AnyTagClassName
{
color: #2C0EAC;
}
</style>
background-color css
<style>
a { background-color: #2C0EAC; }
a { background-color: rgb(44,14,172); }
div.DivClassName
{
background-color: #2C0EAC;
}
.BgClassName
{
background-color: #2C0EAC;
}
</style>
border-color css
<style>
span { border-color: #2C0EAC; }
span { border-color: rgb(44,14,172); }
td.TdClassName
{
border-color: #2C0EAC;
}
.TagClassName
{
border-color: #2C0EAC;
}
</style>