Shades of Ultramarine #2B089F
Tints of Ultramarine #2B089F
RGB
CMYK
RGB Variations
Color information
#2B089F (or 0x2B089F) is known color: Ultramarine. HEX triplet: 2B, 08 and 9F. RGB value is (43,8,159). Sum of RGB (Red+Green+Blue) = 43+8+159=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B089F is #D4F760. Grayscale: #232323. Windows color (decimal): -13956961 or 10422315. OLE color: 10422315.
HSL color Cylindrical-coordinate representation of color #2B089F: hue angle of 253.91º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B089F is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 8 | 159 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.38 |
| HSL | 253.91º | 0.9% | 0.33% | - |
| HSV(B) | 253.91º | 0.95% | 0.62% | - |
| XYZ | 7.34 | 3.19 | 33.03 | - |
| YUV | 35.68 | 197.6 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 159 | 0.73 | 0.95 | 0 | 0.38 | 253.91 | 0.9 | 0.33 |
| Hex | 2B | 8 | 9F | 49 | 5F | 0 | 26 | FE | 5A | 21 |
| Octal | 53 | 10 | 237 | 111 | 137 | 0 | 46 | 376 | 132 | 41 |
| Binary | 101011 | 1000 | 10011111 | 1001001 | 1011111 | 0 | 100110 | 11111110 | 1011010 | 100001 |
Color Harmonies of #2B089F
Complementary color
Monochromatic Colors of #2B089F
Black with #2B089F
Text Example
Text Example
White with #2B089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B089F; }
p { color: rgb(43,8,159); }
H1.HeaderClassName
{
color: #2B089F;
}
.AnyTagClassName
{
color: #2B089F;
}
</style>
background-color css
<style>
a { background-color: #2B089F; }
a { background-color: rgb(43,8,159); }
div.DivClassName
{
background-color: #2B089F;
}
.BgClassName
{
background-color: #2B089F;
}
</style>
border-color css
<style>
span { border-color: #2B089F; }
span { border-color: rgb(43,8,159); }
td.TdClassName
{
border-color: #2B089F;
}
.TagClassName
{
border-color: #2B089F;
}
</style>