Shades of Ultramarine #2918AC
Tints of Ultramarine #2918AC
RGB
CMYK
RGB Variations
Color information
#2918AC (or 0x2918AC) is known color: Ultramarine. HEX triplet: 29, 18 and AC. RGB value is (41,24,172). Sum of RGB (Red+Green+Blue) = 41+24+172=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #2918AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2918AC is #D6E753. Grayscale: #2D2D2D. Windows color (decimal): -14083924 or 11278377. OLE color: 11278377.
HSL color Cylindrical-coordinate representation of color #2918AC: hue angle of 246.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2918AC is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 24 | 172 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.33 |
| HSL | 246.89º | 0.76% | 0.38% | - |
| HSV(B) | 246.89º | 0.86% | 0.67% | - |
| XYZ | 8.69 | 4.1 | 39.36 | - |
| YUV | 45.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 172 | 0.76 | 0.86 | 0 | 0.33 | 246.89 | 0.76 | 0.38 |
| Hex | 29 | 18 | AC | 4C | 56 | 0 | 21 | F7 | 4C | 26 |
| Octal | 51 | 30 | 254 | 114 | 126 | 0 | 41 | 367 | 114 | 46 |
| Binary | 101001 | 11000 | 10101100 | 1001100 | 1010110 | 0 | 100001 | 11110111 | 1001100 | 100110 |
Color Harmonies of #2918AC
Complementary color
Monochromatic Colors of #2918AC
Black with #2918AC
Text Example
Text Example
White with #2918AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2918AC; }
p { color: rgb(41,24,172); }
H1.HeaderClassName
{
color: #2918AC;
}
.AnyTagClassName
{
color: #2918AC;
}
</style>
background-color css
<style>
a { background-color: #2918AC; }
a { background-color: rgb(41,24,172); }
div.DivClassName
{
background-color: #2918AC;
}
.BgClassName
{
background-color: #2918AC;
}
</style>
border-color css
<style>
span { border-color: #2918AC; }
span { border-color: rgb(41,24,172); }
td.TdClassName
{
border-color: #2918AC;
}
.TagClassName
{
border-color: #2918AC;
}
</style>