Shades of Ultramarine #2A079C
Tints of Ultramarine #2A079C
RGB
CMYK
RGB Variations
Color information
#2A079C (or 0x2A079C) is known color: Ultramarine. HEX triplet: 2A, 07 and 9C. RGB value is (42,7,156). Sum of RGB (Red+Green+Blue) = 42+7+156=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A079C is #D5F863. Grayscale: #212121. Windows color (decimal): -14022756 or 10225450. OLE color: 10225450.
HSL color Cylindrical-coordinate representation of color #2A079C: hue angle of 254.09º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A079C is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 7 | 156 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.39 |
| HSL | 254.09º | 0.91% | 0.32% | - |
| HSV(B) | 254.09º | 0.96% | 0.61% | - |
| XYZ | 7.03 | 3.04 | 31.67 | - |
| YUV | 34.45 | 196.6 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 156 | 0.73 | 0.96 | 0 | 0.39 | 254.09 | 0.91 | 0.32 |
| Hex | 2A | 7 | 9C | 49 | 60 | 0 | 27 | FE | 5B | 20 |
| Octal | 52 | 7 | 234 | 111 | 140 | 0 | 47 | 376 | 133 | 40 |
| Binary | 101010 | 111 | 10011100 | 1001001 | 1100000 | 0 | 100111 | 11111110 | 1011011 | 100000 |
Color Harmonies of #2A079C
Complementary color
Monochromatic Colors of #2A079C
Black with #2A079C
Text Example
Text Example
White with #2A079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A079C; }
p { color: rgb(42,7,156); }
H1.HeaderClassName
{
color: #2A079C;
}
.AnyTagClassName
{
color: #2A079C;
}
</style>
background-color css
<style>
a { background-color: #2A079C; }
a { background-color: rgb(42,7,156); }
div.DivClassName
{
background-color: #2A079C;
}
.BgClassName
{
background-color: #2A079C;
}
</style>
border-color css
<style>
span { border-color: #2A079C; }
span { border-color: rgb(42,7,156); }
td.TdClassName
{
border-color: #2A079C;
}
.TagClassName
{
border-color: #2A079C;
}
</style>