Shades of Ultramarine #2C09AB
Tints of Ultramarine #2C09AB
RGB
CMYK
RGB Variations
Color information
#2C09AB (or 0x2C09AB) is known color: Ultramarine. HEX triplet: 2C, 09 and AB. RGB value is (44,9,171). Sum of RGB (Red+Green+Blue) = 44+9+171=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C09AB is #D3F654. Grayscale: #252525. Windows color (decimal): -13891157 or 11209004. OLE color: 11209004.
HSL color Cylindrical-coordinate representation of color #2C09AB: hue angle of 252.96º 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 #2C09AB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 9 | 171 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.33 |
| HSL | 252.96º | 0.9% | 0.35% | - |
| HSV(B) | 252.96º | 0.95% | 0.67% | - |
| XYZ | 8.49 | 3.67 | 38.79 | - |
| YUV | 37.93 | 203.1 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 171 | 0.74 | 0.95 | 0 | 0.33 | 252.96 | 0.9 | 0.35 |
| Hex | 2C | 9 | AB | 4A | 5F | 0 | 21 | FD | 5A | 23 |
| Octal | 54 | 11 | 253 | 112 | 137 | 0 | 41 | 375 | 132 | 43 |
| Binary | 101100 | 1001 | 10101011 | 1001010 | 1011111 | 0 | 100001 | 11111101 | 1011010 | 100011 |
Color Harmonies of #2C09AB
Complementary color
Monochromatic Colors of #2C09AB
Black with #2C09AB
Text Example
Text Example
White with #2C09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C09AB; }
p { color: rgb(44,9,171); }
H1.HeaderClassName
{
color: #2C09AB;
}
.AnyTagClassName
{
color: #2C09AB;
}
</style>
background-color css
<style>
a { background-color: #2C09AB; }
a { background-color: rgb(44,9,171); }
div.DivClassName
{
background-color: #2C09AB;
}
.BgClassName
{
background-color: #2C09AB;
}
</style>
border-color css
<style>
span { border-color: #2C09AB; }
span { border-color: rgb(44,9,171); }
td.TdClassName
{
border-color: #2C09AB;
}
.TagClassName
{
border-color: #2C09AB;
}
</style>