Shades of Ultramarine #2B0D99
Tints of Ultramarine #2B0D99
RGB
CMYK
RGB Variations
Color information
#2B0D99 (or 0x2B0D99) is known color: Ultramarine. HEX triplet: 2B, 0D and 99. RGB value is (43,13,153). Sum of RGB (Red+Green+Blue) = 43+13+153=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0D99 is #D4F266. Grayscale: #252525. Windows color (decimal): -13955687 or 10030379. OLE color: 10030379.
HSL color Cylindrical-coordinate representation of color #2B0D99: hue angle of 252.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0D99 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 13 | 153 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.4 |
| HSL | 252.86º | 0.84% | 0.33% | - |
| HSV(B) | 252.86º | 0.92% | 0.6% | - |
| XYZ | 6.89 | 3.1 | 30.37 | - |
| YUV | 37.93 | 192.94 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 153 | 0.72 | 0.92 | 0 | 0.4 | 252.86 | 0.84 | 0.33 |
| Hex | 2B | D | 99 | 48 | 5C | 0 | 28 | FD | 54 | 21 |
| Octal | 53 | 15 | 231 | 110 | 134 | 0 | 50 | 375 | 124 | 41 |
| Binary | 101011 | 1101 | 10011001 | 1001000 | 1011100 | 0 | 101000 | 11111101 | 1010100 | 100001 |
Color Harmonies of #2B0D99
Complementary color
Monochromatic Colors of #2B0D99
Black with #2B0D99
Text Example
Text Example
White with #2B0D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0D99; }
p { color: rgb(43,13,153); }
H1.HeaderClassName
{
color: #2B0D99;
}
.AnyTagClassName
{
color: #2B0D99;
}
</style>
background-color css
<style>
a { background-color: #2B0D99; }
a { background-color: rgb(43,13,153); }
div.DivClassName
{
background-color: #2B0D99;
}
.BgClassName
{
background-color: #2B0D99;
}
</style>
border-color css
<style>
span { border-color: #2B0D99; }
span { border-color: rgb(43,13,153); }
td.TdClassName
{
border-color: #2B0D99;
}
.TagClassName
{
border-color: #2B0D99;
}
</style>