Shades of Ultramarine #2C139B
Tints of Ultramarine #2C139B
RGB
CMYK
RGB Variations
Color information
#2C139B (or 0x2C139B) is known color: Ultramarine. HEX triplet: 2C, 13 and 9B. RGB value is (44,19,155). Sum of RGB (Red+Green+Blue) = 44+19+155=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C139B is #D3EC64. Grayscale: #292929. Windows color (decimal): -13888613 or 10162988. OLE color: 10162988.
HSL color Cylindrical-coordinate representation of color #2C139B: hue angle of 251.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C139B is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 19 | 155 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.39 |
| HSL | 251.03º | 0.78% | 0.34% | - |
| HSV(B) | 251.03º | 0.88% | 0.61% | - |
| XYZ | 7.19 | 3.37 | 31.28 | - |
| YUV | 41.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 155 | 0.72 | 0.88 | 0 | 0.39 | 251.03 | 0.78 | 0.34 |
| Hex | 2C | 13 | 9B | 48 | 58 | 0 | 27 | FB | 4E | 22 |
| Octal | 54 | 23 | 233 | 110 | 130 | 0 | 47 | 373 | 116 | 42 |
| Binary | 101100 | 10011 | 10011011 | 1001000 | 1011000 | 0 | 100111 | 11111011 | 1001110 | 100010 |
Color Harmonies of #2C139B
Complementary color
Monochromatic Colors of #2C139B
Black with #2C139B
Text Example
Text Example
White with #2C139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C139B; }
p { color: rgb(44,19,155); }
H1.HeaderClassName
{
color: #2C139B;
}
.AnyTagClassName
{
color: #2C139B;
}
</style>
background-color css
<style>
a { background-color: #2C139B; }
a { background-color: rgb(44,19,155); }
div.DivClassName
{
background-color: #2C139B;
}
.BgClassName
{
background-color: #2C139B;
}
</style>
border-color css
<style>
span { border-color: #2C139B; }
span { border-color: rgb(44,19,155); }
td.TdClassName
{
border-color: #2C139B;
}
.TagClassName
{
border-color: #2C139B;
}
</style>