Shades of Ultramarine #2B1BAD
Tints of Ultramarine #2B1BAD
RGB
CMYK
RGB Variations
Color information
#2B1BAD (or 0x2B1BAD) is known color: Ultramarine. HEX triplet: 2B, 1B and AD. RGB value is (43,27,173). Sum of RGB (Red+Green+Blue) = 43+27+173=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B1BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1BAD is #D4E452. Grayscale: #2F2F2F. Windows color (decimal): -13952083 or 11344683. OLE color: 11344683.
HSL color Cylindrical-coordinate representation of color #2B1BAD: hue angle of 246.58º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1BAD is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 27 | 173 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.32 |
| HSL | 246.58º | 0.73% | 0.39% | - |
| HSV(B) | 246.58º | 0.84% | 0.68% | - |
| XYZ | 8.93 | 4.31 | 39.9 | - |
| YUV | 48.43 | 198.3 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 173 | 0.75 | 0.84 | 0 | 0.32 | 246.58 | 0.73 | 0.39 |
| Hex | 2B | 1B | AD | 4B | 54 | 0 | 20 | F7 | 49 | 27 |
| Octal | 53 | 33 | 255 | 113 | 124 | 0 | 40 | 367 | 111 | 47 |
| Binary | 101011 | 11011 | 10101101 | 1001011 | 1010100 | 0 | 100000 | 11110111 | 1001001 | 100111 |
Color Harmonies of #2B1BAD
Complementary color
Monochromatic Colors of #2B1BAD
Black with #2B1BAD
Text Example
Text Example
White with #2B1BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1BAD; }
p { color: rgb(43,27,173); }
H1.HeaderClassName
{
color: #2B1BAD;
}
.AnyTagClassName
{
color: #2B1BAD;
}
</style>
background-color css
<style>
a { background-color: #2B1BAD; }
a { background-color: rgb(43,27,173); }
div.DivClassName
{
background-color: #2B1BAD;
}
.BgClassName
{
background-color: #2B1BAD;
}
</style>
border-color css
<style>
span { border-color: #2B1BAD; }
span { border-color: rgb(43,27,173); }
td.TdClassName
{
border-color: #2B1BAD;
}
.TagClassName
{
border-color: #2B1BAD;
}
</style>