Shades of Ultramarine #2B18AB
Tints of Ultramarine #2B18AB
RGB
CMYK
RGB Variations
Color information
#2B18AB (or 0x2B18AB) is known color: Ultramarine. HEX triplet: 2B, 18 and AB. RGB value is (43,24,171). Sum of RGB (Red+Green+Blue) = 43+24+171=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B18AB is #D4E754. Grayscale: #2D2D2D. Windows color (decimal): -13952853 or 11212843. OLE color: 11212843.
HSL color Cylindrical-coordinate representation of color #2B18AB: hue angle of 247.76º degrees, saturation: 0.75, 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 #2B18AB is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 24 | 171 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.33 |
| HSL | 247.76º | 0.75% | 0.38% | - |
| HSV(B) | 247.76º | 0.86% | 0.67% | - |
| XYZ | 8.67 | 4.11 | 38.86 | - |
| YUV | 46.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 171 | 0.75 | 0.86 | 0 | 0.33 | 247.76 | 0.75 | 0.38 |
| Hex | 2B | 18 | AB | 4B | 56 | 0 | 21 | F8 | 4B | 26 |
| Octal | 53 | 30 | 253 | 113 | 126 | 0 | 41 | 370 | 113 | 46 |
| Binary | 101011 | 11000 | 10101011 | 1001011 | 1010110 | 0 | 100001 | 11111000 | 1001011 | 100110 |
Color Harmonies of #2B18AB
Complementary color
Monochromatic Colors of #2B18AB
Black with #2B18AB
Text Example
Text Example
White with #2B18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18AB; }
p { color: rgb(43,24,171); }
H1.HeaderClassName
{
color: #2B18AB;
}
.AnyTagClassName
{
color: #2B18AB;
}
</style>
background-color css
<style>
a { background-color: #2B18AB; }
a { background-color: rgb(43,24,171); }
div.DivClassName
{
background-color: #2B18AB;
}
.BgClassName
{
background-color: #2B18AB;
}
</style>
border-color css
<style>
span { border-color: #2B18AB; }
span { border-color: rgb(43,24,171); }
td.TdClassName
{
border-color: #2B18AB;
}
.TagClassName
{
border-color: #2B18AB;
}
</style>