Shades of Ultramarine #2C0499
Tints of Ultramarine #2C0499
RGB
CMYK
RGB Variations
Color information
#2C0499 (or 0x2C0499) is known color: Ultramarine. HEX triplet: 2C, 04 and 99. RGB value is (44,4,153). Sum of RGB (Red+Green+Blue) = 44+4+153=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0499 is #D3FB66. Grayscale: #202020. Windows color (decimal): -13892455 or 10028076. OLE color: 10028076.
HSL color Cylindrical-coordinate representation of color #2C0499: hue angle of 256.11º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C0499 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 4 | 153 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.4 |
| HSL | 256.11º | 0.95% | 0.31% | - |
| HSV(B) | 256.11º | 0.97% | 0.6% | - |
| XYZ | 6.83 | 2.92 | 30.34 | - |
| YUV | 32.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 153 | 0.71 | 0.97 | 0 | 0.4 | 256.11 | 0.95 | 0.31 |
| Hex | 2C | 4 | 99 | 47 | 61 | 0 | 28 | 100 | 5F | 1F |
| Octal | 54 | 4 | 231 | 107 | 141 | 0 | 50 | 400 | 137 | 37 |
| Binary | 101100 | 100 | 10011001 | 1000111 | 1100001 | 0 | 101000 | 100000000 | 1011111 | 11111 |
Color Harmonies of #2C0499
Complementary color
Monochromatic Colors of #2C0499
Black with #2C0499
Text Example
Text Example
White with #2C0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0499; }
p { color: rgb(44,4,153); }
H1.HeaderClassName
{
color: #2C0499;
}
.AnyTagClassName
{
color: #2C0499;
}
</style>
background-color css
<style>
a { background-color: #2C0499; }
a { background-color: rgb(44,4,153); }
div.DivClassName
{
background-color: #2C0499;
}
.BgClassName
{
background-color: #2C0499;
}
</style>
border-color css
<style>
span { border-color: #2C0499; }
span { border-color: rgb(44,4,153); }
td.TdClassName
{
border-color: #2C0499;
}
.TagClassName
{
border-color: #2C0499;
}
</style>