Shades of Ultramarine #2912B9
Tints of Ultramarine #2912B9
RGB
CMYK
RGB Variations
Color information
#2912B9 (or 0x2912B9) is known color: Ultramarine. HEX triplet: 29, 12 and B9. RGB value is (41,18,185). Sum of RGB (Red+Green+Blue) = 41+18+185=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #2912B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912B9 is #D6ED46. Grayscale: #2B2B2B. Windows color (decimal): -14085447 or 12128809. OLE color: 12128809.
HSL color Cylindrical-coordinate representation of color #2912B9: hue angle of 248.26º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2912B9 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 18 | 185 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.27 |
| HSL | 248.26º | 0.82% | 0.4% | - |
| HSV(B) | 248.26º | 0.9% | 0.73% | - |
| XYZ | 9.89 | 4.41 | 46.23 | - |
| YUV | 43.92 | 207.62 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 185 | 0.78 | 0.90 | 0 | 0.27 | 248.26 | 0.82 | 0.4 |
| Hex | 29 | 12 | B9 | 4E | 5A | 0 | 1B | F8 | 52 | 28 |
| Octal | 51 | 22 | 271 | 116 | 132 | 0 | 33 | 370 | 122 | 50 |
| Binary | 101001 | 10010 | 10111001 | 1001110 | 1011010 | 0 | 11011 | 11111000 | 1010010 | 101000 |
Color Harmonies of #2912B9
Complementary color
Monochromatic Colors of #2912B9
Black with #2912B9
Text Example
Text Example
White with #2912B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912B9; }
p { color: rgb(41,18,185); }
H1.HeaderClassName
{
color: #2912B9;
}
.AnyTagClassName
{
color: #2912B9;
}
</style>
background-color css
<style>
a { background-color: #2912B9; }
a { background-color: rgb(41,18,185); }
div.DivClassName
{
background-color: #2912B9;
}
.BgClassName
{
background-color: #2912B9;
}
</style>
border-color css
<style>
span { border-color: #2912B9; }
span { border-color: rgb(41,18,185); }
td.TdClassName
{
border-color: #2912B9;
}
.TagClassName
{
border-color: #2912B9;
}
</style>