Shades of Ultramarine #2B0F9B
Tints of Ultramarine #2B0F9B
RGB
CMYK
RGB Variations
Color information
#2B0F9B (or 0x2B0F9B) is known color: Ultramarine. HEX triplet: 2B, 0F and 9B. RGB value is (43,15,155). Sum of RGB (Red+Green+Blue) = 43+15+155=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B0F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0F9B is #D4F064. Grayscale: #262626. Windows color (decimal): -13955173 or 10161963. OLE color: 10161963.
HSL color Cylindrical-coordinate representation of color #2B0F9B: hue angle of 252º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0F9B is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 15 | 155 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.39 |
| HSL | 252º | 0.82% | 0.33% | - |
| HSV(B) | 252º | 0.9% | 0.61% | - |
| XYZ | 7.08 | 3.22 | 31.26 | - |
| YUV | 39.33 | 193.28 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 155 | 0.72 | 0.90 | 0 | 0.39 | 252 | 0.82 | 0.33 |
| Hex | 2B | F | 9B | 48 | 5A | 0 | 27 | FC | 52 | 21 |
| Octal | 53 | 17 | 233 | 110 | 132 | 0 | 47 | 374 | 122 | 41 |
| Binary | 101011 | 1111 | 10011011 | 1001000 | 1011010 | 0 | 100111 | 11111100 | 1010010 | 100001 |
Color Harmonies of #2B0F9B
Complementary color
Monochromatic Colors of #2B0F9B
Black with #2B0F9B
Text Example
Text Example
White with #2B0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F9B; }
p { color: rgb(43,15,155); }
H1.HeaderClassName
{
color: #2B0F9B;
}
.AnyTagClassName
{
color: #2B0F9B;
}
</style>
background-color css
<style>
a { background-color: #2B0F9B; }
a { background-color: rgb(43,15,155); }
div.DivClassName
{
background-color: #2B0F9B;
}
.BgClassName
{
background-color: #2B0F9B;
}
</style>
border-color css
<style>
span { border-color: #2B0F9B; }
span { border-color: rgb(43,15,155); }
td.TdClassName
{
border-color: #2B0F9B;
}
.TagClassName
{
border-color: #2B0F9B;
}
</style>