Shades of Ultramarine #2C099A
Tints of Ultramarine #2C099A
RGB
CMYK
RGB Variations
Color information
#2C099A (or 0x2C099A) is known color: Ultramarine. HEX triplet: 2C, 09 and 9A. RGB value is (44,9,154). Sum of RGB (Red+Green+Blue) = 44+9+154=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C099A is #D3F665. Grayscale: #232323. Windows color (decimal): -13891174 or 10094892. OLE color: 10094892.
HSL color Cylindrical-coordinate representation of color #2C099A: hue angle of 254.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C099A is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 9 | 154 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.40 |
| HSL | 254.48º | 0.89% | 0.32% | - |
| HSV(B) | 254.48º | 0.94% | 0.6% | - |
| XYZ | 6.97 | 3.06 | 30.8 | - |
| YUV | 36 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 154 | 0.71 | 0.94 | 0 | 0.40 | 254.48 | 0.89 | 0.32 |
| Hex | 2C | 9 | 9A | 47 | 5E | 0 | 28 | FE | 59 | 20 |
| Octal | 54 | 11 | 232 | 107 | 136 | 0 | 50 | 376 | 131 | 40 |
| Binary | 101100 | 1001 | 10011010 | 1000111 | 1011110 | 0 | 101000 | 11111110 | 1011001 | 100000 |
Color Harmonies of #2C099A
Complementary color
Monochromatic Colors of #2C099A
Black with #2C099A
Text Example
Text Example
White with #2C099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C099A; }
p { color: rgb(44,9,154); }
H1.HeaderClassName
{
color: #2C099A;
}
.AnyTagClassName
{
color: #2C099A;
}
</style>
background-color css
<style>
a { background-color: #2C099A; }
a { background-color: rgb(44,9,154); }
div.DivClassName
{
background-color: #2C099A;
}
.BgClassName
{
background-color: #2C099A;
}
</style>
border-color css
<style>
span { border-color: #2C099A; }
span { border-color: rgb(44,9,154); }
td.TdClassName
{
border-color: #2C099A;
}
.TagClassName
{
border-color: #2C099A;
}
</style>