Shades of Ultramarine #2913A4
Tints of Ultramarine #2913A4
RGB
CMYK
RGB Variations
Color information
#2913A4 (or 0x2913A4) is known color: Ultramarine. HEX triplet: 29, 13 and A4. RGB value is (41,19,164). Sum of RGB (Red+Green+Blue) = 41+19+164=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #2913A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2913A4 is #D6EC5B. Grayscale: #292929. Windows color (decimal): -14085212 or 10752809. OLE color: 10752809.
HSL color Cylindrical-coordinate representation of color #2913A4: hue angle of 249.1º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2913A4 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 19 | 164 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.36 |
| HSL | 249.1º | 0.79% | 0.36% | - |
| HSV(B) | 249.1º | 0.88% | 0.64% | - |
| XYZ | 7.85 | 3.62 | 35.41 | - |
| YUV | 42.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 164 | 0.75 | 0.88 | 0 | 0.36 | 249.1 | 0.79 | 0.36 |
| Hex | 29 | 13 | A4 | 4B | 58 | 0 | 24 | F9 | 4F | 24 |
| Octal | 51 | 23 | 244 | 113 | 130 | 0 | 44 | 371 | 117 | 44 |
| Binary | 101001 | 10011 | 10100100 | 1001011 | 1011000 | 0 | 100100 | 11111001 | 1001111 | 100100 |
Color Harmonies of #2913A4
Complementary color
Monochromatic Colors of #2913A4
Black with #2913A4
Text Example
Text Example
White with #2913A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2913A4; }
p { color: rgb(41,19,164); }
H1.HeaderClassName
{
color: #2913A4;
}
.AnyTagClassName
{
color: #2913A4;
}
</style>
background-color css
<style>
a { background-color: #2913A4; }
a { background-color: rgb(41,19,164); }
div.DivClassName
{
background-color: #2913A4;
}
.BgClassName
{
background-color: #2913A4;
}
</style>
border-color css
<style>
span { border-color: #2913A4; }
span { border-color: rgb(41,19,164); }
td.TdClassName
{
border-color: #2913A4;
}
.TagClassName
{
border-color: #2913A4;
}
</style>