Shades of Dark Cerulean #075078
Tints of Dark Cerulean #075078
RGB
CMYK
RGB Variations
Color information
#075078 (or 0x075078) is known color: Dark Cerulean. HEX triplet: 07, 50 and 78. RGB value is (7,80,120). Sum of RGB (Red+Green+Blue) = 7+80+120=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #075078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075078 is #F8AF87. Grayscale: #3E3E3E. Windows color (decimal): -16297864 or 7884807. OLE color: 7884807.
HSL color Cylindrical-coordinate representation of color #075078: hue angle of 201.24º 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 #075078 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 80 | 120 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.53 |
| HSL | 201.24º | 0.89% | 0.25% | - |
| HSV(B) | 201.24º | 0.94% | 0.47% | - |
| XYZ | 6.35 | 7.14 | 18.81 | - |
| YUV | 62.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 120 | 0.94 | 0.33 | 0 | 0.53 | 201.24 | 0.89 | 0.25 |
| Hex | 7 | 50 | 78 | 5E | 21 | 0 | 35 | C9 | 59 | 19 |
| Octal | 7 | 120 | 170 | 136 | 41 | 0 | 65 | 311 | 131 | 31 |
| Binary | 111 | 1010000 | 1111000 | 1011110 | 100001 | 0 | 110101 | 11001001 | 1011001 | 11001 |
Color Harmonies of #075078
Complementary color
Monochromatic Colors of #075078
Black with #075078
Text Example
Text Example
White with #075078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075078; }
p { color: rgb(7,80,120); }
H1.HeaderClassName
{
color: #075078;
}
.AnyTagClassName
{
color: #075078;
}
</style>
background-color css
<style>
a { background-color: #075078; }
a { background-color: rgb(7,80,120); }
div.DivClassName
{
background-color: #075078;
}
.BgClassName
{
background-color: #075078;
}
</style>
border-color css
<style>
span { border-color: #075078; }
span { border-color: rgb(7,80,120); }
td.TdClassName
{
border-color: #075078;
}
.TagClassName
{
border-color: #075078;
}
</style>