Shades of Ultramarine #2C069D
Tints of Ultramarine #2C069D
RGB
CMYK
RGB Variations
Color information
#2C069D (or 0x2C069D) is known color: Ultramarine. HEX triplet: 2C, 06 and 9D. RGB value is (44,6,157). Sum of RGB (Red+Green+Blue) = 44+6+157=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C069D is #D3F962. Grayscale: #222222. Windows color (decimal): -13891939 or 10290732. OLE color: 10290732.
HSL color Cylindrical-coordinate representation of color #2C069D: hue angle of 255.1º 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 #2C069D is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 6 | 157 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.38 |
| HSL | 255.1º | 0.93% | 0.32% | - |
| HSV(B) | 255.1º | 0.96% | 0.62% | - |
| XYZ | 7.19 | 3.1 | 32.12 | - |
| YUV | 34.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 157 | 0.72 | 0.96 | 0 | 0.38 | 255.1 | 0.93 | 0.32 |
| Hex | 2C | 6 | 9D | 48 | 60 | 0 | 26 | FF | 5D | 20 |
| Octal | 54 | 6 | 235 | 110 | 140 | 0 | 46 | 377 | 135 | 40 |
| Binary | 101100 | 110 | 10011101 | 1001000 | 1100000 | 0 | 100110 | 11111111 | 1011101 | 100000 |
Color Harmonies of #2C069D
Complementary color
Monochromatic Colors of #2C069D
Black with #2C069D
Text Example
Text Example
White with #2C069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C069D; }
p { color: rgb(44,6,157); }
H1.HeaderClassName
{
color: #2C069D;
}
.AnyTagClassName
{
color: #2C069D;
}
</style>
background-color css
<style>
a { background-color: #2C069D; }
a { background-color: rgb(44,6,157); }
div.DivClassName
{
background-color: #2C069D;
}
.BgClassName
{
background-color: #2C069D;
}
</style>
border-color css
<style>
span { border-color: #2C069D; }
span { border-color: rgb(44,6,157); }
td.TdClassName
{
border-color: #2C069D;
}
.TagClassName
{
border-color: #2C069D;
}
</style>