Shades of Ultramarine #2C139C
Tints of Ultramarine #2C139C
RGB
CMYK
RGB Variations
Color information
#2C139C (or 0x2C139C) is known color: Ultramarine. HEX triplet: 2C, 13 and 9C. RGB value is (44,19,156). Sum of RGB (Red+Green+Blue) = 44+19+156=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C139C is #D3EC63. Grayscale: #292929. Windows color (decimal): -13888612 or 10228524. OLE color: 10228524.
HSL color Cylindrical-coordinate representation of color #2C139C: hue angle of 250.95º 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 #2C139C is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 19 | 156 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.39 |
| HSL | 250.95º | 0.78% | 0.34% | - |
| HSV(B) | 250.95º | 0.88% | 0.61% | - |
| XYZ | 7.27 | 3.4 | 31.73 | - |
| YUV | 42.09 | 192.28 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 156 | 0.72 | 0.88 | 0 | 0.39 | 250.95 | 0.78 | 0.34 |
| Hex | 2C | 13 | 9C | 48 | 58 | 0 | 27 | FB | 4E | 22 |
| Octal | 54 | 23 | 234 | 110 | 130 | 0 | 47 | 373 | 116 | 42 |
| Binary | 101100 | 10011 | 10011100 | 1001000 | 1011000 | 0 | 100111 | 11111011 | 1001110 | 100010 |
Color Harmonies of #2C139C
Complementary color
Monochromatic Colors of #2C139C
Black with #2C139C
Text Example
Text Example
White with #2C139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C139C; }
p { color: rgb(44,19,156); }
H1.HeaderClassName
{
color: #2C139C;
}
.AnyTagClassName
{
color: #2C139C;
}
</style>
background-color css
<style>
a { background-color: #2C139C; }
a { background-color: rgb(44,19,156); }
div.DivClassName
{
background-color: #2C139C;
}
.BgClassName
{
background-color: #2C139C;
}
</style>
border-color css
<style>
span { border-color: #2C139C; }
span { border-color: rgb(44,19,156); }
td.TdClassName
{
border-color: #2C139C;
}
.TagClassName
{
border-color: #2C139C;
}
</style>