Shades of Ultramarine #2D18AD
Tints of Ultramarine #2D18AD
RGB
CMYK
RGB Variations
Color information
#2D18AD (or 0x2D18AD) is known color: Ultramarine. HEX triplet: 2D, 18 and AD. RGB value is (45,24,173). Sum of RGB (Red+Green+Blue) = 45+24+173=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D18AD is #D2E752. Grayscale: #2E2E2E. Windows color (decimal): -13821779 or 11343917. OLE color: 11343917.
HSL color Cylindrical-coordinate representation of color #2D18AD: hue angle of 248.46º 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 #2D18AD is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 24 | 173 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.32 |
| HSL | 248.46º | 0.76% | 0.39% | - |
| HSV(B) | 248.46º | 0.86% | 0.68% | - |
| XYZ | 8.95 | 4.23 | 39.88 | - |
| YUV | 47.27 | 198.96 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 173 | 0.74 | 0.86 | 0 | 0.32 | 248.46 | 0.76 | 0.39 |
| Hex | 2D | 18 | AD | 4A | 56 | 0 | 20 | F8 | 4C | 27 |
| Octal | 55 | 30 | 255 | 112 | 126 | 0 | 40 | 370 | 114 | 47 |
| Binary | 101101 | 11000 | 10101101 | 1001010 | 1010110 | 0 | 100000 | 11111000 | 1001100 | 100111 |
Color Harmonies of #2D18AD
Complementary color
Monochromatic Colors of #2D18AD
Black with #2D18AD
Text Example
Text Example
White with #2D18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D18AD; }
p { color: rgb(45,24,173); }
H1.HeaderClassName
{
color: #2D18AD;
}
.AnyTagClassName
{
color: #2D18AD;
}
</style>
background-color css
<style>
a { background-color: #2D18AD; }
a { background-color: rgb(45,24,173); }
div.DivClassName
{
background-color: #2D18AD;
}
.BgClassName
{
background-color: #2D18AD;
}
</style>
border-color css
<style>
span { border-color: #2D18AD; }
span { border-color: rgb(45,24,173); }
td.TdClassName
{
border-color: #2D18AD;
}
.TagClassName
{
border-color: #2D18AD;
}
</style>