Shades of Ultramarine #2B0597
Tints of Ultramarine #2B0597
RGB
CMYK
RGB Variations
Color information
#2B0597 (or 0x2B0597) is known color: Ultramarine. HEX triplet: 2B, 05 and 97. RGB value is (43,5,151). Sum of RGB (Red+Green+Blue) = 43+5+151=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 151 (59.38% from 255 or 75.88% from 199); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B0597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0597 is #D4FA68. Grayscale: #202020. Windows color (decimal): -13957737 or 9897259. OLE color: 9897259.
HSL color Cylindrical-coordinate representation of color #2B0597: hue angle of 255.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0597 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 5 | 151 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.41 |
| HSL | 255.62º | 0.94% | 0.31% | - |
| HSV(B) | 255.62º | 0.97% | 0.59% | - |
| XYZ | 6.64 | 2.86 | 29.48 | - |
| YUV | 33.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 151 | 0.72 | 0.97 | 0 | 0.41 | 255.62 | 0.94 | 0.31 |
| Hex | 2B | 5 | 97 | 48 | 61 | 0 | 29 | 100 | 5E | 1F |
| Octal | 53 | 5 | 227 | 110 | 141 | 0 | 51 | 400 | 136 | 37 |
| Binary | 101011 | 101 | 10010111 | 1001000 | 1100001 | 0 | 101001 | 100000000 | 1011110 | 11111 |
Color Harmonies of #2B0597
Complementary color
Monochromatic Colors of #2B0597
Black with #2B0597
Text Example
Text Example
White with #2B0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0597; }
p { color: rgb(43,5,151); }
H1.HeaderClassName
{
color: #2B0597;
}
.AnyTagClassName
{
color: #2B0597;
}
</style>
background-color css
<style>
a { background-color: #2B0597; }
a { background-color: rgb(43,5,151); }
div.DivClassName
{
background-color: #2B0597;
}
.BgClassName
{
background-color: #2B0597;
}
</style>
border-color css
<style>
span { border-color: #2B0597; }
span { border-color: rgb(43,5,151); }
td.TdClassName
{
border-color: #2B0597;
}
.TagClassName
{
border-color: #2B0597;
}
</style>