Shades of Ultramarine #2818AC
Tints of Ultramarine #2818AC
RGB
CMYK
RGB Variations
Color information
#2818AC (or 0x2818AC) is known color: Ultramarine. HEX triplet: 28, 18 and AC. RGB value is (40,24,172). Sum of RGB (Red+Green+Blue) = 40+24+172=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #2818AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2818AC is #D7E753. Grayscale: #2D2D2D. Windows color (decimal): -14149460 or 11278376. OLE color: 11278376.
HSL color Cylindrical-coordinate representation of color #2818AC: hue angle of 246.49º 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 #2818AC is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 24 | 172 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.33 |
| HSL | 246.49º | 0.76% | 0.38% | - |
| HSV(B) | 246.49º | 0.86% | 0.67% | - |
| XYZ | 8.65 | 4.08 | 39.36 | - |
| YUV | 45.66 | 199.3 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 172 | 0.77 | 0.86 | 0 | 0.33 | 246.49 | 0.76 | 0.38 |
| Hex | 28 | 18 | AC | 4D | 56 | 0 | 21 | F6 | 4C | 26 |
| Octal | 50 | 30 | 254 | 115 | 126 | 0 | 41 | 366 | 114 | 46 |
| Binary | 101000 | 11000 | 10101100 | 1001101 | 1010110 | 0 | 100001 | 11110110 | 1001100 | 100110 |
Color Harmonies of #2818AC
Complementary color
Monochromatic Colors of #2818AC
Black with #2818AC
Text Example
Text Example
White with #2818AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2818AC; }
p { color: rgb(40,24,172); }
H1.HeaderClassName
{
color: #2818AC;
}
.AnyTagClassName
{
color: #2818AC;
}
</style>
background-color css
<style>
a { background-color: #2818AC; }
a { background-color: rgb(40,24,172); }
div.DivClassName
{
background-color: #2818AC;
}
.BgClassName
{
background-color: #2818AC;
}
</style>
border-color css
<style>
span { border-color: #2818AC; }
span { border-color: rgb(40,24,172); }
td.TdClassName
{
border-color: #2818AC;
}
.TagClassName
{
border-color: #2818AC;
}
</style>