Shades of Ultramarine #2C13A3
Tints of Ultramarine #2C13A3
RGB
CMYK
RGB Variations
Color information
#2C13A3 (or 0x2C13A3) is known color: Ultramarine. HEX triplet: 2C, 13 and A3. RGB value is (44,19,163). Sum of RGB (Red+Green+Blue) = 44+19+163=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #2C13A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C13A3 is #D3EC5C. Grayscale: #2A2A2A. Windows color (decimal): -13888605 or 10687276. OLE color: 10687276.
HSL color Cylindrical-coordinate representation of color #2C13A3: hue angle of 250.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C13A3 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 19 | 163 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.36 |
| HSL | 250.42º | 0.79% | 0.36% | - |
| HSV(B) | 250.42º | 0.88% | 0.64% | - |
| XYZ | 7.88 | 3.65 | 34.94 | - |
| YUV | 42.89 | 195.78 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 163 | 0.73 | 0.88 | 0 | 0.36 | 250.42 | 0.79 | 0.36 |
| Hex | 2C | 13 | A3 | 49 | 58 | 0 | 24 | FA | 4F | 24 |
| Octal | 54 | 23 | 243 | 111 | 130 | 0 | 44 | 372 | 117 | 44 |
| Binary | 101100 | 10011 | 10100011 | 1001001 | 1011000 | 0 | 100100 | 11111010 | 1001111 | 100100 |
Color Harmonies of #2C13A3
Complementary color
Monochromatic Colors of #2C13A3
Black with #2C13A3
Text Example
Text Example
White with #2C13A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C13A3; }
p { color: rgb(44,19,163); }
H1.HeaderClassName
{
color: #2C13A3;
}
.AnyTagClassName
{
color: #2C13A3;
}
</style>
background-color css
<style>
a { background-color: #2C13A3; }
a { background-color: rgb(44,19,163); }
div.DivClassName
{
background-color: #2C13A3;
}
.BgClassName
{
background-color: #2C13A3;
}
</style>
border-color css
<style>
span { border-color: #2C13A3; }
span { border-color: rgb(44,19,163); }
td.TdClassName
{
border-color: #2C13A3;
}
.TagClassName
{
border-color: #2C13A3;
}
</style>