Shades of Ultramarine #2D18AC
Tints of Ultramarine #2D18AC
RGB
CMYK
RGB Variations
Color information
#2D18AC (or 0x2D18AC) is known color: Ultramarine. HEX triplet: 2D, 18 and AC. RGB value is (45,24,172). Sum of RGB (Red+Green+Blue) = 45+24+172=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D18AC is #D2E753. Grayscale: #2E2E2E. Windows color (decimal): -13821780 or 11278381. OLE color: 11278381.
HSL color Cylindrical-coordinate representation of color #2D18AC: hue angle of 248.51º 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 #2D18AC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 24 | 172 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.33 |
| HSL | 248.51º | 0.76% | 0.38% | - |
| HSV(B) | 248.51º | 0.86% | 0.67% | - |
| XYZ | 8.86 | 4.19 | 39.37 | - |
| YUV | 47.15 | 198.46 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 172 | 0.74 | 0.86 | 0 | 0.33 | 248.51 | 0.76 | 0.38 |
| Hex | 2D | 18 | AC | 4A | 56 | 0 | 21 | F9 | 4C | 26 |
| Octal | 55 | 30 | 254 | 112 | 126 | 0 | 41 | 371 | 114 | 46 |
| Binary | 101101 | 11000 | 10101100 | 1001010 | 1010110 | 0 | 100001 | 11111001 | 1001100 | 100110 |
Color Harmonies of #2D18AC
Complementary color
Monochromatic Colors of #2D18AC
Black with #2D18AC
Text Example
Text Example
White with #2D18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D18AC; }
p { color: rgb(45,24,172); }
H1.HeaderClassName
{
color: #2D18AC;
}
.AnyTagClassName
{
color: #2D18AC;
}
</style>
background-color css
<style>
a { background-color: #2D18AC; }
a { background-color: rgb(45,24,172); }
div.DivClassName
{
background-color: #2D18AC;
}
.BgClassName
{
background-color: #2D18AC;
}
</style>
border-color css
<style>
span { border-color: #2D18AC; }
span { border-color: rgb(45,24,172); }
td.TdClassName
{
border-color: #2D18AC;
}
.TagClassName
{
border-color: #2D18AC;
}
</style>