Shades of Ultramarine #2C06AA
Tints of Ultramarine #2C06AA
RGB
CMYK
RGB Variations
Color information
#2C06AA (or 0x2C06AA) is known color: Ultramarine. HEX triplet: 2C, 06 and AA. RGB value is (44,6,170). Sum of RGB (Red+Green+Blue) = 44+6+170=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C06AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C06AA is #D3F955. Grayscale: #232323. Windows color (decimal): -13891926 or 11142700. OLE color: 11142700.
HSL color Cylindrical-coordinate representation of color #2C06AA: hue angle of 253.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C06AA is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 6 | 170 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.33 |
| HSL | 253.9º | 0.93% | 0.35% | - |
| HSV(B) | 253.9º | 0.96% | 0.67% | - |
| XYZ | 8.36 | 3.57 | 38.28 | - |
| YUV | 36.06 | 203.59 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 170 | 0.74 | 0.96 | 0 | 0.33 | 253.9 | 0.93 | 0.35 |
| Hex | 2C | 6 | AA | 4A | 60 | 0 | 21 | FE | 5D | 23 |
| Octal | 54 | 6 | 252 | 112 | 140 | 0 | 41 | 376 | 135 | 43 |
| Binary | 101100 | 110 | 10101010 | 1001010 | 1100000 | 0 | 100001 | 11111110 | 1011101 | 100011 |
Color Harmonies of #2C06AA
Complementary color
Monochromatic Colors of #2C06AA
Black with #2C06AA
Text Example
Text Example
White with #2C06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C06AA; }
p { color: rgb(44,6,170); }
H1.HeaderClassName
{
color: #2C06AA;
}
.AnyTagClassName
{
color: #2C06AA;
}
</style>
background-color css
<style>
a { background-color: #2C06AA; }
a { background-color: rgb(44,6,170); }
div.DivClassName
{
background-color: #2C06AA;
}
.BgClassName
{
background-color: #2C06AA;
}
</style>
border-color css
<style>
span { border-color: #2C06AA; }
span { border-color: rgb(44,6,170); }
td.TdClassName
{
border-color: #2C06AA;
}
.TagClassName
{
border-color: #2C06AA;
}
</style>