Shades of Ultramarine #2B16B4
Tints of Ultramarine #2B16B4
RGB
CMYK
RGB Variations
Color information
#2B16B4 (or 0x2B16B4) is known color: Ultramarine. HEX triplet: 2B, 16 and B4. RGB value is (43,22,180). Sum of RGB (Red+Green+Blue) = 43+22+180=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B16B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B16B4 is #D4E94B. Grayscale: #2D2D2D. Windows color (decimal): -13953356 or 11802155. OLE color: 11802155.
HSL color Cylindrical-coordinate representation of color #2B16B4: hue angle of 247.97º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B16B4 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 22 | 180 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.29 |
| HSL | 247.97º | 0.78% | 0.4% | - |
| HSV(B) | 247.97º | 0.88% | 0.71% | - |
| XYZ | 9.52 | 4.38 | 43.52 | - |
| YUV | 46.29 | 203.46 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 180 | 0.76 | 0.88 | 0 | 0.29 | 247.97 | 0.78 | 0.4 |
| Hex | 2B | 16 | B4 | 4C | 58 | 0 | 1D | F8 | 4E | 28 |
| Octal | 53 | 26 | 264 | 114 | 130 | 0 | 35 | 370 | 116 | 50 |
| Binary | 101011 | 10110 | 10110100 | 1001100 | 1011000 | 0 | 11101 | 11111000 | 1001110 | 101000 |
Color Harmonies of #2B16B4
Complementary color
Monochromatic Colors of #2B16B4
Black with #2B16B4
Text Example
Text Example
White with #2B16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16B4; }
p { color: rgb(43,22,180); }
H1.HeaderClassName
{
color: #2B16B4;
}
.AnyTagClassName
{
color: #2B16B4;
}
</style>
background-color css
<style>
a { background-color: #2B16B4; }
a { background-color: rgb(43,22,180); }
div.DivClassName
{
background-color: #2B16B4;
}
.BgClassName
{
background-color: #2B16B4;
}
</style>
border-color css
<style>
span { border-color: #2B16B4; }
span { border-color: rgb(43,22,180); }
td.TdClassName
{
border-color: #2B16B4;
}
.TagClassName
{
border-color: #2B16B4;
}
</style>