Shades of Ultramarine #2B1C99
Tints of Ultramarine #2B1C99
RGB
CMYK
RGB Variations
Color information
#2B1C99 (or 0x2B1C99) is known color: Ultramarine. HEX triplet: 2B, 1C and 99. RGB value is (43,28,153). Sum of RGB (Red+Green+Blue) = 43+28+153=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B1C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1C99 is #D4E366. Grayscale: #2E2E2E. Windows color (decimal): -13951847 or 10034219. OLE color: 10034219.
HSL color Cylindrical-coordinate representation of color #2B1C99: hue angle of 247.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1C99 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 28 | 153 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.4 |
| HSL | 247.2º | 0.69% | 0.35% | - |
| HSV(B) | 247.2º | 0.82% | 0.6% | - |
| XYZ | 7.16 | 3.64 | 30.46 | - |
| YUV | 46.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 153 | 0.72 | 0.82 | 0 | 0.4 | 247.2 | 0.69 | 0.35 |
| Hex | 2B | 1C | 99 | 48 | 52 | 0 | 28 | F7 | 45 | 23 |
| Octal | 53 | 34 | 231 | 110 | 122 | 0 | 50 | 367 | 105 | 43 |
| Binary | 101011 | 11100 | 10011001 | 1001000 | 1010010 | 0 | 101000 | 11110111 | 1000101 | 100011 |
Color Harmonies of #2B1C99
Complementary color
Monochromatic Colors of #2B1C99
Black with #2B1C99
Text Example
Text Example
White with #2B1C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1C99; }
p { color: rgb(43,28,153); }
H1.HeaderClassName
{
color: #2B1C99;
}
.AnyTagClassName
{
color: #2B1C99;
}
</style>
background-color css
<style>
a { background-color: #2B1C99; }
a { background-color: rgb(43,28,153); }
div.DivClassName
{
background-color: #2B1C99;
}
.BgClassName
{
background-color: #2B1C99;
}
</style>
border-color css
<style>
span { border-color: #2B1C99; }
span { border-color: rgb(43,28,153); }
td.TdClassName
{
border-color: #2B1C99;
}
.TagClassName
{
border-color: #2B1C99;
}
</style>