Shades of Ultramarine #2C139D
Tints of Ultramarine #2C139D
RGB
CMYK
RGB Variations
Color information
#2C139D (or 0x2C139D) is known color: Ultramarine. HEX triplet: 2C, 13 and 9D. RGB value is (44,19,157). Sum of RGB (Red+Green+Blue) = 44+19+157=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C139D is #D3EC62. Grayscale: #292929. Windows color (decimal): -13888611 or 10294060. OLE color: 10294060.
HSL color Cylindrical-coordinate representation of color #2C139D: hue angle of 250.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C139D is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 19 | 157 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.38 |
| HSL | 250.87º | 0.78% | 0.35% | - |
| HSV(B) | 250.87º | 0.88% | 0.62% | - |
| XYZ | 7.36 | 3.44 | 32.17 | - |
| YUV | 42.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 157 | 0.72 | 0.88 | 0 | 0.38 | 250.87 | 0.78 | 0.35 |
| Hex | 2C | 13 | 9D | 48 | 58 | 0 | 26 | FB | 4E | 23 |
| Octal | 54 | 23 | 235 | 110 | 130 | 0 | 46 | 373 | 116 | 43 |
| Binary | 101100 | 10011 | 10011101 | 1001000 | 1011000 | 0 | 100110 | 11111011 | 1001110 | 100011 |
Color Harmonies of #2C139D
Complementary color
Monochromatic Colors of #2C139D
Black with #2C139D
Text Example
Text Example
White with #2C139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C139D; }
p { color: rgb(44,19,157); }
H1.HeaderClassName
{
color: #2C139D;
}
.AnyTagClassName
{
color: #2C139D;
}
</style>
background-color css
<style>
a { background-color: #2C139D; }
a { background-color: rgb(44,19,157); }
div.DivClassName
{
background-color: #2C139D;
}
.BgClassName
{
background-color: #2C139D;
}
</style>
border-color css
<style>
span { border-color: #2C139D; }
span { border-color: rgb(44,19,157); }
td.TdClassName
{
border-color: #2C139D;
}
.TagClassName
{
border-color: #2C139D;
}
</style>