Shades of Ultramarine #2C09AA
Tints of Ultramarine #2C09AA
RGB
CMYK
RGB Variations
Color information
#2C09AA (or 0x2C09AA) is known color: Ultramarine. HEX triplet: 2C, 09 and AA. RGB value is (44,9,170). Sum of RGB (Red+Green+Blue) = 44+9+170=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C09AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C09AA is #D3F655. Grayscale: #252525. Windows color (decimal): -13891158 or 11143468. OLE color: 11143468.
HSL color Cylindrical-coordinate representation of color #2C09AA: hue angle of 253.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C09AA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 9 | 170 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.33 |
| HSL | 253.04º | 0.9% | 0.35% | - |
| HSV(B) | 253.04º | 0.95% | 0.67% | - |
| XYZ | 8.39 | 3.63 | 38.29 | - |
| YUV | 37.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 170 | 0.74 | 0.95 | 0 | 0.33 | 253.04 | 0.9 | 0.35 |
| Hex | 2C | 9 | AA | 4A | 5F | 0 | 21 | FD | 5A | 23 |
| Octal | 54 | 11 | 252 | 112 | 137 | 0 | 41 | 375 | 132 | 43 |
| Binary | 101100 | 1001 | 10101010 | 1001010 | 1011111 | 0 | 100001 | 11111101 | 1011010 | 100011 |
Color Harmonies of #2C09AA
Complementary color
Monochromatic Colors of #2C09AA
Black with #2C09AA
Text Example
Text Example
White with #2C09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C09AA; }
p { color: rgb(44,9,170); }
H1.HeaderClassName
{
color: #2C09AA;
}
.AnyTagClassName
{
color: #2C09AA;
}
</style>
background-color css
<style>
a { background-color: #2C09AA; }
a { background-color: rgb(44,9,170); }
div.DivClassName
{
background-color: #2C09AA;
}
.BgClassName
{
background-color: #2C09AA;
}
</style>
border-color css
<style>
span { border-color: #2C09AA; }
span { border-color: rgb(44,9,170); }
td.TdClassName
{
border-color: #2C09AA;
}
.TagClassName
{
border-color: #2C09AA;
}
</style>