Shades of Ultramarine #2912A4
Tints of Ultramarine #2912A4
RGB
CMYK
RGB Variations
Color information
#2912A4 (or 0x2912A4) is known color: Ultramarine. HEX triplet: 29, 12 and A4. RGB value is (41,18,164). Sum of RGB (Red+Green+Blue) = 41+18+164=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #2912A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2912A4 is #D6ED5B. Grayscale: #282828. Windows color (decimal): -14085468 or 10752553. OLE color: 10752553.
HSL color Cylindrical-coordinate representation of color #2912A4: hue angle of 249.45º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2912A4 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 18 | 164 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.36 |
| HSL | 249.45º | 0.8% | 0.36% | - |
| HSV(B) | 249.45º | 0.89% | 0.64% | - |
| XYZ | 7.83 | 3.58 | 35.4 | - |
| YUV | 41.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 164 | 0.75 | 0.89 | 0 | 0.36 | 249.45 | 0.8 | 0.36 |
| Hex | 29 | 12 | A4 | 4B | 59 | 0 | 24 | F9 | 50 | 24 |
| Octal | 51 | 22 | 244 | 113 | 131 | 0 | 44 | 371 | 120 | 44 |
| Binary | 101001 | 10010 | 10100100 | 1001011 | 1011001 | 0 | 100100 | 11111001 | 1010000 | 100100 |
Color Harmonies of #2912A4
Complementary color
Monochromatic Colors of #2912A4
Black with #2912A4
Text Example
Text Example
White with #2912A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912A4; }
p { color: rgb(41,18,164); }
H1.HeaderClassName
{
color: #2912A4;
}
.AnyTagClassName
{
color: #2912A4;
}
</style>
background-color css
<style>
a { background-color: #2912A4; }
a { background-color: rgb(41,18,164); }
div.DivClassName
{
background-color: #2912A4;
}
.BgClassName
{
background-color: #2912A4;
}
</style>
border-color css
<style>
span { border-color: #2912A4; }
span { border-color: rgb(41,18,164); }
td.TdClassName
{
border-color: #2912A4;
}
.TagClassName
{
border-color: #2912A4;
}
</style>