Shades of Ultramarine #2B0F99
Tints of Ultramarine #2B0F99
RGB
CMYK
RGB Variations
Color information
#2B0F99 (or 0x2B0F99) is known color: Ultramarine. HEX triplet: 2B, 0F and 99. RGB value is (43,15,153). Sum of RGB (Red+Green+Blue) = 43+15+153=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0F99 is #D4F066. Grayscale: #262626. Windows color (decimal): -13955175 or 10030891. OLE color: 10030891.
HSL color Cylindrical-coordinate representation of color #2B0F99: hue angle of 252.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0F99 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 15 | 153 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.4 |
| HSL | 252.17º | 0.82% | 0.33% | - |
| HSV(B) | 252.17º | 0.9% | 0.6% | - |
| XYZ | 6.92 | 3.16 | 30.38 | - |
| YUV | 39.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 153 | 0.72 | 0.90 | 0 | 0.4 | 252.17 | 0.82 | 0.33 |
| Hex | 2B | F | 99 | 48 | 5A | 0 | 28 | FC | 52 | 21 |
| Octal | 53 | 17 | 231 | 110 | 132 | 0 | 50 | 374 | 122 | 41 |
| Binary | 101011 | 1111 | 10011001 | 1001000 | 1011010 | 0 | 101000 | 11111100 | 1010010 | 100001 |
Color Harmonies of #2B0F99
Complementary color
Monochromatic Colors of #2B0F99
Black with #2B0F99
Text Example
Text Example
White with #2B0F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F99; }
p { color: rgb(43,15,153); }
H1.HeaderClassName
{
color: #2B0F99;
}
.AnyTagClassName
{
color: #2B0F99;
}
</style>
background-color css
<style>
a { background-color: #2B0F99; }
a { background-color: rgb(43,15,153); }
div.DivClassName
{
background-color: #2B0F99;
}
.BgClassName
{
background-color: #2B0F99;
}
</style>
border-color css
<style>
span { border-color: #2B0F99; }
span { border-color: rgb(43,15,153); }
td.TdClassName
{
border-color: #2B0F99;
}
.TagClassName
{
border-color: #2B0F99;
}
</style>