Shades of Dark Cerulean #075079
Tints of Dark Cerulean #075079
RGB
CMYK
RGB Variations
Color information
#075079 (or 0x075079) is known color: Dark Cerulean. HEX triplet: 07, 50 and 79. RGB value is (7,80,121). Sum of RGB (Red+Green+Blue) = 7+80+121=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #075079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075079 is #F8AF86. Grayscale: #3E3E3E. Windows color (decimal): -16297863 or 7950343. OLE color: 7950343.
HSL color Cylindrical-coordinate representation of color #075079: hue angle of 201.58º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075079 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 80 | 121 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.53 |
| HSL | 201.58º | 0.89% | 0.25% | - |
| HSV(B) | 201.58º | 0.94% | 0.47% | - |
| XYZ | 6.41 | 7.16 | 19.13 | - |
| YUV | 62.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 121 | 0.94 | 0.34 | 0 | 0.53 | 201.58 | 0.89 | 0.25 |
| Hex | 7 | 50 | 79 | 5E | 22 | 0 | 35 | CA | 59 | 19 |
| Octal | 7 | 120 | 171 | 136 | 42 | 0 | 65 | 312 | 131 | 31 |
| Binary | 111 | 1010000 | 1111001 | 1011110 | 100010 | 0 | 110101 | 11001010 | 1011001 | 11001 |
Color Harmonies of #075079
Complementary color
Monochromatic Colors of #075079
Black with #075079
Text Example
Text Example
White with #075079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075079; }
p { color: rgb(7,80,121); }
H1.HeaderClassName
{
color: #075079;
}
.AnyTagClassName
{
color: #075079;
}
</style>
background-color css
<style>
a { background-color: #075079; }
a { background-color: rgb(7,80,121); }
div.DivClassName
{
background-color: #075079;
}
.BgClassName
{
background-color: #075079;
}
</style>
border-color css
<style>
span { border-color: #075079; }
span { border-color: rgb(7,80,121); }
td.TdClassName
{
border-color: #075079;
}
.TagClassName
{
border-color: #075079;
}
</style>