Shades of Ultramarine #2B0AB7
Tints of Ultramarine #2B0AB7
RGB
CMYK
RGB Variations
Color information
#2B0AB7 (or 0x2B0AB7) is known color: Ultramarine. HEX triplet: 2B, 0A and B7. RGB value is (43,10,183). Sum of RGB (Red+Green+Blue) = 43+10+183=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 183 (71.88% from 255 or 77.54% from 236); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B0AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0AB7 is #D4F548. Grayscale: #262626. Windows color (decimal): -13956425 or 11995691. OLE color: 11995691.
HSL color Cylindrical-coordinate representation of color #2B0AB7: hue angle of 251.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0AB7 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 10 | 183 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.28 |
| HSL | 251.45º | 0.9% | 0.38% | - |
| HSV(B) | 251.45º | 0.95% | 0.72% | - |
| XYZ | 9.65 | 4.15 | 45.09 | - |
| YUV | 39.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 183 | 0.77 | 0.95 | 0 | 0.28 | 251.45 | 0.9 | 0.38 |
| Hex | 2B | A | B7 | 4D | 5F | 0 | 1C | FB | 5A | 26 |
| Octal | 53 | 12 | 267 | 115 | 137 | 0 | 34 | 373 | 132 | 46 |
| Binary | 101011 | 1010 | 10110111 | 1001101 | 1011111 | 0 | 11100 | 11111011 | 1011010 | 100110 |
Color Harmonies of #2B0AB7
Complementary color
Monochromatic Colors of #2B0AB7
Black with #2B0AB7
Text Example
Text Example
White with #2B0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0AB7; }
p { color: rgb(43,10,183); }
H1.HeaderClassName
{
color: #2B0AB7;
}
.AnyTagClassName
{
color: #2B0AB7;
}
</style>
background-color css
<style>
a { background-color: #2B0AB7; }
a { background-color: rgb(43,10,183); }
div.DivClassName
{
background-color: #2B0AB7;
}
.BgClassName
{
background-color: #2B0AB7;
}
</style>
border-color css
<style>
span { border-color: #2B0AB7; }
span { border-color: rgb(43,10,183); }
td.TdClassName
{
border-color: #2B0AB7;
}
.TagClassName
{
border-color: #2B0AB7;
}
</style>