Shades of Ultramarine #2C19AE
Tints of Ultramarine #2C19AE
RGB
CMYK
RGB Variations
Color information
#2C19AE (or 0x2C19AE) is known color: Ultramarine. HEX triplet: 2C, 19 and AE. RGB value is (44,25,174). Sum of RGB (Red+Green+Blue) = 44+25+174=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C19AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C19AE is #D3E651. Grayscale: #2F2F2F. Windows color (decimal): -13887058 or 11409708. OLE color: 11409708.
HSL color Cylindrical-coordinate representation of color #2C19AE: hue angle of 247.65º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C19AE is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 25 | 174 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.32 |
| HSL | 247.65º | 0.75% | 0.39% | - |
| HSV(B) | 247.65º | 0.86% | 0.68% | - |
| XYZ | 9.03 | 4.29 | 40.4 | - |
| YUV | 47.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 174 | 0.75 | 0.86 | 0 | 0.32 | 247.65 | 0.75 | 0.39 |
| Hex | 2C | 19 | AE | 4B | 56 | 0 | 20 | F8 | 4B | 27 |
| Octal | 54 | 31 | 256 | 113 | 126 | 0 | 40 | 370 | 113 | 47 |
| Binary | 101100 | 11001 | 10101110 | 1001011 | 1010110 | 0 | 100000 | 11111000 | 1001011 | 100111 |
Color Harmonies of #2C19AE
Complementary color
Monochromatic Colors of #2C19AE
Black with #2C19AE
Text Example
Text Example
White with #2C19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C19AE; }
p { color: rgb(44,25,174); }
H1.HeaderClassName
{
color: #2C19AE;
}
.AnyTagClassName
{
color: #2C19AE;
}
</style>
background-color css
<style>
a { background-color: #2C19AE; }
a { background-color: rgb(44,25,174); }
div.DivClassName
{
background-color: #2C19AE;
}
.BgClassName
{
background-color: #2C19AE;
}
</style>
border-color css
<style>
span { border-color: #2C19AE; }
span { border-color: rgb(44,25,174); }
td.TdClassName
{
border-color: #2C19AE;
}
.TagClassName
{
border-color: #2C19AE;
}
</style>