Shades of Ultramarine #2C069A
Tints of Ultramarine #2C069A
RGB
CMYK
RGB Variations
Color information
#2C069A (or 0x2C069A) is known color: Ultramarine. HEX triplet: 2C, 06 and 9A. RGB value is (44,6,154). Sum of RGB (Red+Green+Blue) = 44+6+154=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C069A is #D3F965. Grayscale: #212121. Windows color (decimal): -13891942 or 10094124. OLE color: 10094124.
HSL color Cylindrical-coordinate representation of color #2C069A: hue angle of 255.41º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C069A is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 6 | 154 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.40 |
| HSL | 255.41º | 0.93% | 0.31% | - |
| HSV(B) | 255.41º | 0.96% | 0.6% | - |
| XYZ | 6.94 | 3 | 30.79 | - |
| YUV | 34.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 154 | 0.71 | 0.96 | 0 | 0.40 | 255.41 | 0.93 | 0.31 |
| Hex | 2C | 6 | 9A | 47 | 60 | 0 | 28 | FF | 5C | 1F |
| Octal | 54 | 6 | 232 | 107 | 140 | 0 | 50 | 377 | 134 | 37 |
| Binary | 101100 | 110 | 10011010 | 1000111 | 1100000 | 0 | 101000 | 11111111 | 1011100 | 11111 |
Color Harmonies of #2C069A
Complementary color
Monochromatic Colors of #2C069A
Black with #2C069A
Text Example
Text Example
White with #2C069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C069A; }
p { color: rgb(44,6,154); }
H1.HeaderClassName
{
color: #2C069A;
}
.AnyTagClassName
{
color: #2C069A;
}
</style>
background-color css
<style>
a { background-color: #2C069A; }
a { background-color: rgb(44,6,154); }
div.DivClassName
{
background-color: #2C069A;
}
.BgClassName
{
background-color: #2C069A;
}
</style>
border-color css
<style>
span { border-color: #2C069A; }
span { border-color: rgb(44,6,154); }
td.TdClassName
{
border-color: #2C069A;
}
.TagClassName
{
border-color: #2C069A;
}
</style>