Shades of Ultramarine #2C0EAB
Tints of Ultramarine #2C0EAB
RGB
CMYK
RGB Variations
Color information
#2C0EAB (or 0x2C0EAB) is known color: Ultramarine. HEX triplet: 2C, 0E and AB. RGB value is (44,14,171). Sum of RGB (Red+Green+Blue) = 44+14+171=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C0EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0EAB is #D3F154. Grayscale: #282828. Windows color (decimal): -13889877 or 11210284. OLE color: 11210284.
HSL color Cylindrical-coordinate representation of color #2C0EAB: hue angle of 251.46º 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 #2C0EAB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 14 | 171 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.33 |
| HSL | 251.47º | 0.85% | 0.36% | - |
| HSV(B) | 251.47º | 0.92% | 0.67% | - |
| XYZ | 8.55 | 3.79 | 38.81 | - |
| YUV | 40.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 171 | 0.74 | 0.92 | 0 | 0.33 | 251.47 | 0.85 | 0.36 |
| Hex | 2C | E | AB | 4A | 5C | 0 | 21 | FB | 55 | 24 |
| Octal | 54 | 16 | 253 | 112 | 134 | 0 | 41 | 373 | 125 | 44 |
| Binary | 101100 | 1110 | 10101011 | 1001010 | 1011100 | 0 | 100001 | 11111011 | 1010101 | 100100 |
Color Harmonies of #2C0EAB
Complementary color
Monochromatic Colors of #2C0EAB
Black with #2C0EAB
Text Example
Text Example
White with #2C0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EAB; }
p { color: rgb(44,14,171); }
H1.HeaderClassName
{
color: #2C0EAB;
}
.AnyTagClassName
{
color: #2C0EAB;
}
</style>
background-color css
<style>
a { background-color: #2C0EAB; }
a { background-color: rgb(44,14,171); }
div.DivClassName
{
background-color: #2C0EAB;
}
.BgClassName
{
background-color: #2C0EAB;
}
</style>
border-color css
<style>
span { border-color: #2C0EAB; }
span { border-color: rgb(44,14,171); }
td.TdClassName
{
border-color: #2C0EAB;
}
.TagClassName
{
border-color: #2C0EAB;
}
</style>