Shades of Ultramarine #2C149B
Tints of Ultramarine #2C149B
RGB
CMYK
RGB Variations
Color information
#2C149B (or 0x2C149B) is known color: Ultramarine. HEX triplet: 2C, 14 and 9B. RGB value is (44,20,155). Sum of RGB (Red+Green+Blue) = 44+20+155=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C149B is #D3EB64. Grayscale: #2A2A2A. Windows color (decimal): -13888357 or 10163244. OLE color: 10163244.
HSL color Cylindrical-coordinate representation of color #2C149B: hue angle of 250.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C149B is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 20 | 155 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.39 |
| HSL | 250.67º | 0.77% | 0.34% | - |
| HSV(B) | 250.67º | 0.87% | 0.61% | - |
| XYZ | 7.21 | 3.4 | 31.29 | - |
| YUV | 42.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 155 | 0.72 | 0.87 | 0 | 0.39 | 250.67 | 0.77 | 0.34 |
| Hex | 2C | 14 | 9B | 48 | 57 | 0 | 27 | FB | 4D | 22 |
| Octal | 54 | 24 | 233 | 110 | 127 | 0 | 47 | 373 | 115 | 42 |
| Binary | 101100 | 10100 | 10011011 | 1001000 | 1010111 | 0 | 100111 | 11111011 | 1001101 | 100010 |
Color Harmonies of #2C149B
Complementary color
Monochromatic Colors of #2C149B
Black with #2C149B
Text Example
Text Example
White with #2C149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C149B; }
p { color: rgb(44,20,155); }
H1.HeaderClassName
{
color: #2C149B;
}
.AnyTagClassName
{
color: #2C149B;
}
</style>
background-color css
<style>
a { background-color: #2C149B; }
a { background-color: rgb(44,20,155); }
div.DivClassName
{
background-color: #2C149B;
}
.BgClassName
{
background-color: #2C149B;
}
</style>
border-color css
<style>
span { border-color: #2C149B; }
span { border-color: rgb(44,20,155); }
td.TdClassName
{
border-color: #2C149B;
}
.TagClassName
{
border-color: #2C149B;
}
</style>