Shades of Ultramarine #2C1D99
Tints of Ultramarine #2C1D99
RGB
CMYK
RGB Variations
Color information
#2C1D99 (or 0x2C1D99) is known color: Ultramarine. HEX triplet: 2C, 1D and 99. RGB value is (44,29,153). Sum of RGB (Red+Green+Blue) = 44+29+153=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C1D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1D99 is #D3E266. Grayscale: #2F2F2F. Windows color (decimal): -13886055 or 10034476. OLE color: 10034476.
HSL color Cylindrical-coordinate representation of color #2C1D99: hue angle of 247.26º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C1D99 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 29 | 153 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.4 |
| HSL | 247.26º | 0.68% | 0.36% | - |
| HSV(B) | 247.26º | 0.81% | 0.6% | - |
| XYZ | 7.23 | 3.71 | 30.47 | - |
| YUV | 47.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 153 | 0.71 | 0.81 | 0 | 0.4 | 247.26 | 0.68 | 0.36 |
| Hex | 2C | 1D | 99 | 47 | 51 | 0 | 28 | F7 | 44 | 24 |
| Octal | 54 | 35 | 231 | 107 | 121 | 0 | 50 | 367 | 104 | 44 |
| Binary | 101100 | 11101 | 10011001 | 1000111 | 1010001 | 0 | 101000 | 11110111 | 1000100 | 100100 |
Color Harmonies of #2C1D99
Complementary color
Monochromatic Colors of #2C1D99
Black with #2C1D99
Text Example
Text Example
White with #2C1D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1D99; }
p { color: rgb(44,29,153); }
H1.HeaderClassName
{
color: #2C1D99;
}
.AnyTagClassName
{
color: #2C1D99;
}
</style>
background-color css
<style>
a { background-color: #2C1D99; }
a { background-color: rgb(44,29,153); }
div.DivClassName
{
background-color: #2C1D99;
}
.BgClassName
{
background-color: #2C1D99;
}
</style>
border-color css
<style>
span { border-color: #2C1D99; }
span { border-color: rgb(44,29,153); }
td.TdClassName
{
border-color: #2C1D99;
}
.TagClassName
{
border-color: #2C1D99;
}
</style>