Shades of Ultramarine #2B18AD
Tints of Ultramarine #2B18AD
RGB
CMYK
RGB Variations
Color information
#2B18AD (or 0x2B18AD) is known color: Ultramarine. HEX triplet: 2B, 18 and AD. RGB value is (43,24,173). Sum of RGB (Red+Green+Blue) = 43+24+173=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B18AD is #D4E752. Grayscale: #2E2E2E. Windows color (decimal): -13952851 or 11343915. OLE color: 11343915.
HSL color Cylindrical-coordinate representation of color #2B18AD: hue angle of 247.65º 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 #2B18AD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 24 | 173 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.32 |
| HSL | 247.65º | 0.76% | 0.39% | - |
| HSV(B) | 247.65º | 0.86% | 0.68% | - |
| XYZ | 8.87 | 4.18 | 39.88 | - |
| YUV | 46.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 173 | 0.75 | 0.86 | 0 | 0.32 | 247.65 | 0.76 | 0.39 |
| Hex | 2B | 18 | AD | 4B | 56 | 0 | 20 | F8 | 4C | 27 |
| Octal | 53 | 30 | 255 | 113 | 126 | 0 | 40 | 370 | 114 | 47 |
| Binary | 101011 | 11000 | 10101101 | 1001011 | 1010110 | 0 | 100000 | 11111000 | 1001100 | 100111 |
Color Harmonies of #2B18AD
Complementary color
Monochromatic Colors of #2B18AD
Black with #2B18AD
Text Example
Text Example
White with #2B18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18AD; }
p { color: rgb(43,24,173); }
H1.HeaderClassName
{
color: #2B18AD;
}
.AnyTagClassName
{
color: #2B18AD;
}
</style>
background-color css
<style>
a { background-color: #2B18AD; }
a { background-color: rgb(43,24,173); }
div.DivClassName
{
background-color: #2B18AD;
}
.BgClassName
{
background-color: #2B18AD;
}
</style>
border-color css
<style>
span { border-color: #2B18AD; }
span { border-color: rgb(43,24,173); }
td.TdClassName
{
border-color: #2B18AD;
}
.TagClassName
{
border-color: #2B18AD;
}
</style>