Shades of Dark Cerulean #075279
Tints of Dark Cerulean #075279
RGB
CMYK
RGB Variations
Color information
#075279 (or 0x075279) is known color: Dark Cerulean. HEX triplet: 07, 52 and 79. RGB value is (7,82,121). Sum of RGB (Red+Green+Blue) = 7+82+121=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #075279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075279 is #F8AD86. Grayscale: #3F3F3F. Windows color (decimal): -16297351 or 7950855. OLE color: 7950855.
HSL color Cylindrical-coordinate representation of color #075279: hue angle of 200.53º 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 #075279 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 82 | 121 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.53 |
| HSL | 200.53º | 0.89% | 0.25% | - |
| HSV(B) | 200.53º | 0.94% | 0.47% | - |
| XYZ | 6.56 | 7.46 | 19.18 | - |
| YUV | 64.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 121 | 0.94 | 0.32 | 0 | 0.53 | 200.53 | 0.89 | 0.25 |
| Hex | 7 | 52 | 79 | 5E | 20 | 0 | 35 | C9 | 59 | 19 |
| Octal | 7 | 122 | 171 | 136 | 40 | 0 | 65 | 311 | 131 | 31 |
| Binary | 111 | 1010010 | 1111001 | 1011110 | 100000 | 0 | 110101 | 11001001 | 1011001 | 11001 |
Color Harmonies of #075279
Complementary color
Monochromatic Colors of #075279
Black with #075279
Text Example
Text Example
White with #075279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075279; }
p { color: rgb(7,82,121); }
H1.HeaderClassName
{
color: #075279;
}
.AnyTagClassName
{
color: #075279;
}
</style>
background-color css
<style>
a { background-color: #075279; }
a { background-color: rgb(7,82,121); }
div.DivClassName
{
background-color: #075279;
}
.BgClassName
{
background-color: #075279;
}
</style>
border-color css
<style>
span { border-color: #075279; }
span { border-color: rgb(7,82,121); }
td.TdClassName
{
border-color: #075279;
}
.TagClassName
{
border-color: #075279;
}
</style>