Shades of Ultramarine #2B019F
Tints of Ultramarine #2B019F
RGB
CMYK
RGB Variations
Color information
#2B019F (or 0x2B019F) is known color: Ultramarine. HEX triplet: 2B, 01 and 9F. RGB value is (43,1,159). Sum of RGB (Red+Green+Blue) = 43+1+159=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B019F is #D4FE60. Grayscale: #1E1E1E. Windows color (decimal): -13958753 or 10420523. OLE color: 10420523.
HSL color Cylindrical-coordinate representation of color #2B019F: hue angle of 255.95º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B019F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 1 | 159 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.38 |
| HSL | 255.95º | 0.99% | 0.31% | - |
| HSV(B) | 255.95º | 0.99% | 0.62% | - |
| XYZ | 7.27 | 3.04 | 33 | - |
| YUV | 31.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 159 | 0.73 | 0.99 | 0 | 0.38 | 255.95 | 0.99 | 0.31 |
| Hex | 2B | 1 | 9F | 49 | 63 | 0 | 26 | 100 | 63 | 1F |
| Octal | 53 | 1 | 237 | 111 | 143 | 0 | 46 | 400 | 143 | 37 |
| Binary | 101011 | 1 | 10011111 | 1001001 | 1100011 | 0 | 100110 | 100000000 | 1100011 | 11111 |
Color Harmonies of #2B019F
Complementary color
Monochromatic Colors of #2B019F
Black with #2B019F
Text Example
Text Example
White with #2B019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B019F; }
p { color: rgb(43,1,159); }
H1.HeaderClassName
{
color: #2B019F;
}
.AnyTagClassName
{
color: #2B019F;
}
</style>
background-color css
<style>
a { background-color: #2B019F; }
a { background-color: rgb(43,1,159); }
div.DivClassName
{
background-color: #2B019F;
}
.BgClassName
{
background-color: #2B019F;
}
</style>
border-color css
<style>
span { border-color: #2B019F; }
span { border-color: rgb(43,1,159); }
td.TdClassName
{
border-color: #2B019F;
}
.TagClassName
{
border-color: #2B019F;
}
</style>