Shades of Ultramarine #2C149E
Tints of Ultramarine #2C149E
RGB
CMYK
RGB Variations
Color information
#2C149E (or 0x2C149E) is known color: Ultramarine. HEX triplet: 2C, 14 and 9E. RGB value is (44,20,158). Sum of RGB (Red+Green+Blue) = 44+20+158=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C149E is #D3EB61. Grayscale: #2A2A2A. Windows color (decimal): -13888354 or 10359852. OLE color: 10359852.
HSL color Cylindrical-coordinate representation of color #2C149E: hue angle of 250.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C149E is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 20 | 158 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.38 |
| HSL | 250.43º | 0.78% | 0.35% | - |
| HSV(B) | 250.43º | 0.87% | 0.62% | - |
| XYZ | 7.46 | 3.5 | 32.63 | - |
| YUV | 42.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 158 | 0.72 | 0.87 | 0 | 0.38 | 250.43 | 0.78 | 0.35 |
| Hex | 2C | 14 | 9E | 48 | 57 | 0 | 26 | FA | 4E | 23 |
| Octal | 54 | 24 | 236 | 110 | 127 | 0 | 46 | 372 | 116 | 43 |
| Binary | 101100 | 10100 | 10011110 | 1001000 | 1010111 | 0 | 100110 | 11111010 | 1001110 | 100011 |
Color Harmonies of #2C149E
Complementary color
Monochromatic Colors of #2C149E
Black with #2C149E
Text Example
Text Example
White with #2C149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C149E; }
p { color: rgb(44,20,158); }
H1.HeaderClassName
{
color: #2C149E;
}
.AnyTagClassName
{
color: #2C149E;
}
</style>
background-color css
<style>
a { background-color: #2C149E; }
a { background-color: rgb(44,20,158); }
div.DivClassName
{
background-color: #2C149E;
}
.BgClassName
{
background-color: #2C149E;
}
</style>
border-color css
<style>
span { border-color: #2C149E; }
span { border-color: rgb(44,20,158); }
td.TdClassName
{
border-color: #2C149E;
}
.TagClassName
{
border-color: #2C149E;
}
</style>