Shades of Ultramarine #2C06AE
Tints of Ultramarine #2C06AE
RGB
CMYK
RGB Variations
Color information
#2C06AE (or 0x2C06AE) is known color: Ultramarine. HEX triplet: 2C, 06 and AE. RGB value is (44,6,174). Sum of RGB (Red+Green+Blue) = 44+6+174=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C06AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C06AE is #D3F951. Grayscale: #232323. Windows color (decimal): -13891922 or 11404844. OLE color: 11404844.
HSL color Cylindrical-coordinate representation of color #2C06AE: hue angle of 253.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C06AE is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 6 | 174 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.32 |
| HSL | 253.57º | 0.93% | 0.35% | - |
| HSV(B) | 253.57º | 0.97% | 0.68% | - |
| XYZ | 8.74 | 3.72 | 40.3 | - |
| YUV | 36.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 174 | 0.75 | 0.97 | 0 | 0.32 | 253.57 | 0.93 | 0.35 |
| Hex | 2C | 6 | AE | 4B | 61 | 0 | 20 | FE | 5D | 23 |
| Octal | 54 | 6 | 256 | 113 | 141 | 0 | 40 | 376 | 135 | 43 |
| Binary | 101100 | 110 | 10101110 | 1001011 | 1100001 | 0 | 100000 | 11111110 | 1011101 | 100011 |
Color Harmonies of #2C06AE
Complementary color
Monochromatic Colors of #2C06AE
Black with #2C06AE
Text Example
Text Example
White with #2C06AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C06AE; }
p { color: rgb(44,6,174); }
H1.HeaderClassName
{
color: #2C06AE;
}
.AnyTagClassName
{
color: #2C06AE;
}
</style>
background-color css
<style>
a { background-color: #2C06AE; }
a { background-color: rgb(44,6,174); }
div.DivClassName
{
background-color: #2C06AE;
}
.BgClassName
{
background-color: #2C06AE;
}
</style>
border-color css
<style>
span { border-color: #2C06AE; }
span { border-color: rgb(44,6,174); }
td.TdClassName
{
border-color: #2C06AE;
}
.TagClassName
{
border-color: #2C06AE;
}
</style>