Shades of Ultramarine #2B1199
Tints of Ultramarine #2B1199
RGB
CMYK
RGB Variations
Color information
#2B1199 (or 0x2B1199) is known color: Ultramarine. HEX triplet: 2B, 11 and 99. RGB value is (43,17,153). Sum of RGB (Red+Green+Blue) = 43+17+153=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1199 is #D4EE66. Grayscale: #272727. Windows color (decimal): -13954663 or 10031403. OLE color: 10031403.
HSL color Cylindrical-coordinate representation of color #2B1199: hue angle of 251.47º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1199 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 17 | 153 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.4 |
| HSL | 251.47º | 0.8% | 0.33% | - |
| HSV(B) | 251.47º | 0.89% | 0.6% | - |
| XYZ | 6.95 | 3.21 | 30.39 | - |
| YUV | 40.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 153 | 0.72 | 0.89 | 0 | 0.4 | 251.47 | 0.8 | 0.33 |
| Hex | 2B | 11 | 99 | 48 | 59 | 0 | 28 | FB | 50 | 21 |
| Octal | 53 | 21 | 231 | 110 | 131 | 0 | 50 | 373 | 120 | 41 |
| Binary | 101011 | 10001 | 10011001 | 1001000 | 1011001 | 0 | 101000 | 11111011 | 1010000 | 100001 |
Color Harmonies of #2B1199
Complementary color
Monochromatic Colors of #2B1199
Black with #2B1199
Text Example
Text Example
White with #2B1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1199; }
p { color: rgb(43,17,153); }
H1.HeaderClassName
{
color: #2B1199;
}
.AnyTagClassName
{
color: #2B1199;
}
</style>
background-color css
<style>
a { background-color: #2B1199; }
a { background-color: rgb(43,17,153); }
div.DivClassName
{
background-color: #2B1199;
}
.BgClassName
{
background-color: #2B1199;
}
</style>
border-color css
<style>
span { border-color: #2B1199; }
span { border-color: rgb(43,17,153); }
td.TdClassName
{
border-color: #2B1199;
}
.TagClassName
{
border-color: #2B1199;
}
</style>