Shades of Ultramarine #2C089F
Tints of Ultramarine #2C089F
RGB
CMYK
RGB Variations
Color information
#2C089F (or 0x2C089F) is known color: Ultramarine. HEX triplet: 2C, 08 and 9F. RGB value is (44,8,159). Sum of RGB (Red+Green+Blue) = 44+8+159=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C089F is #D3F760. Grayscale: #232323. Windows color (decimal): -13891425 or 10422316. OLE color: 10422316.
HSL color Cylindrical-coordinate representation of color #2C089F: hue angle of 254.3º 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 #2C089F is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 8 | 159 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.38 |
| HSL | 254.3º | 0.9% | 0.33% | - |
| HSV(B) | 254.3º | 0.95% | 0.62% | - |
| XYZ | 7.38 | 3.21 | 33.03 | - |
| YUV | 35.98 | 197.43 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 159 | 0.72 | 0.95 | 0 | 0.38 | 254.3 | 0.9 | 0.33 |
| Hex | 2C | 8 | 9F | 48 | 5F | 0 | 26 | FE | 5A | 21 |
| Octal | 54 | 10 | 237 | 110 | 137 | 0 | 46 | 376 | 132 | 41 |
| Binary | 101100 | 1000 | 10011111 | 1001000 | 1011111 | 0 | 100110 | 11111110 | 1011010 | 100001 |
Color Harmonies of #2C089F
Complementary color
Monochromatic Colors of #2C089F
Black with #2C089F
Text Example
Text Example
White with #2C089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C089F; }
p { color: rgb(44,8,159); }
H1.HeaderClassName
{
color: #2C089F;
}
.AnyTagClassName
{
color: #2C089F;
}
</style>
background-color css
<style>
a { background-color: #2C089F; }
a { background-color: rgb(44,8,159); }
div.DivClassName
{
background-color: #2C089F;
}
.BgClassName
{
background-color: #2C089F;
}
</style>
border-color css
<style>
span { border-color: #2C089F; }
span { border-color: rgb(44,8,159); }
td.TdClassName
{
border-color: #2C089F;
}
.TagClassName
{
border-color: #2C089F;
}
</style>