Shades of Ultramarine #2C18AD
Tints of Ultramarine #2C18AD
RGB
CMYK
RGB Variations
Color information
#2C18AD (or 0x2C18AD) is known color: Ultramarine. HEX triplet: 2C, 18 and AD. RGB value is (44,24,173). Sum of RGB (Red+Green+Blue) = 44+24+173=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C18AD is #D3E752. Grayscale: #2E2E2E. Windows color (decimal): -13887315 or 11343916. OLE color: 11343916.
HSL color Cylindrical-coordinate representation of color #2C18AD: hue angle of 248.05º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C18AD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 24 | 173 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.32 |
| HSL | 248.05º | 0.76% | 0.39% | - |
| HSV(B) | 248.05º | 0.86% | 0.68% | - |
| XYZ | 8.91 | 4.21 | 39.88 | - |
| YUV | 46.97 | 199.13 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 173 | 0.75 | 0.86 | 0 | 0.32 | 248.05 | 0.76 | 0.39 |
| Hex | 2C | 18 | AD | 4B | 56 | 0 | 20 | F8 | 4C | 27 |
| Octal | 54 | 30 | 255 | 113 | 126 | 0 | 40 | 370 | 114 | 47 |
| Binary | 101100 | 11000 | 10101101 | 1001011 | 1010110 | 0 | 100000 | 11111000 | 1001100 | 100111 |
Color Harmonies of #2C18AD
Complementary color
Monochromatic Colors of #2C18AD
Black with #2C18AD
Text Example
Text Example
White with #2C18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C18AD; }
p { color: rgb(44,24,173); }
H1.HeaderClassName
{
color: #2C18AD;
}
.AnyTagClassName
{
color: #2C18AD;
}
</style>
background-color css
<style>
a { background-color: #2C18AD; }
a { background-color: rgb(44,24,173); }
div.DivClassName
{
background-color: #2C18AD;
}
.BgClassName
{
background-color: #2C18AD;
}
</style>
border-color css
<style>
span { border-color: #2C18AD; }
span { border-color: rgb(44,24,173); }
td.TdClassName
{
border-color: #2C18AD;
}
.TagClassName
{
border-color: #2C18AD;
}
</style>