Shades of Ultramarine #2C069E
Tints of Ultramarine #2C069E
RGB
CMYK
RGB Variations
Color information
#2C069E (or 0x2C069E) is known color: Ultramarine. HEX triplet: 2C, 06 and 9E. RGB value is (44,6,158). Sum of RGB (Red+Green+Blue) = 44+6+158=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C069E is #D3F961. Grayscale: #222222. Windows color (decimal): -13891938 or 10356268. OLE color: 10356268.
HSL color Cylindrical-coordinate representation of color #2C069E: hue angle of 255º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C069E is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 6 | 158 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.38 |
| HSL | 255º | 0.93% | 0.32% | - |
| HSV(B) | 255º | 0.96% | 0.62% | - |
| XYZ | 7.28 | 3.13 | 32.57 | - |
| YUV | 34.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 158 | 0.72 | 0.96 | 0 | 0.38 | 255 | 0.93 | 0.32 |
| Hex | 2C | 6 | 9E | 48 | 60 | 0 | 26 | FF | 5D | 20 |
| Octal | 54 | 6 | 236 | 110 | 140 | 0 | 46 | 377 | 135 | 40 |
| Binary | 101100 | 110 | 10011110 | 1001000 | 1100000 | 0 | 100110 | 11111111 | 1011101 | 100000 |
Color Harmonies of #2C069E
Complementary color
Monochromatic Colors of #2C069E
Black with #2C069E
Text Example
Text Example
White with #2C069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C069E; }
p { color: rgb(44,6,158); }
H1.HeaderClassName
{
color: #2C069E;
}
.AnyTagClassName
{
color: #2C069E;
}
</style>
background-color css
<style>
a { background-color: #2C069E; }
a { background-color: rgb(44,6,158); }
div.DivClassName
{
background-color: #2C069E;
}
.BgClassName
{
background-color: #2C069E;
}
</style>
border-color css
<style>
span { border-color: #2C069E; }
span { border-color: rgb(44,6,158); }
td.TdClassName
{
border-color: #2C069E;
}
.TagClassName
{
border-color: #2C069E;
}
</style>