Shades of Dark Cerulean #075077
Tints of Dark Cerulean #075077
RGB
CMYK
RGB Variations
Color information
#075077 (or 0x075077) is known color: Dark Cerulean. HEX triplet: 07, 50 and 77. RGB value is (7,80,119). Sum of RGB (Red+Green+Blue) = 7+80+119=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #075077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075077 is #F8AF88. Grayscale: #3E3E3E. Windows color (decimal): -16297865 or 7819271. OLE color: 7819271.
HSL color Cylindrical-coordinate representation of color #075077: hue angle of 200.89º 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 #075077 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 80 | 119 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.53 |
| HSL | 200.89º | 0.89% | 0.25% | - |
| HSV(B) | 200.89º | 0.94% | 0.47% | - |
| XYZ | 6.29 | 7.11 | 18.49 | - |
| YUV | 62.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 119 | 0.94 | 0.33 | 0 | 0.53 | 200.89 | 0.89 | 0.25 |
| Hex | 7 | 50 | 77 | 5E | 21 | 0 | 35 | C9 | 59 | 19 |
| Octal | 7 | 120 | 167 | 136 | 41 | 0 | 65 | 311 | 131 | 31 |
| Binary | 111 | 1010000 | 1110111 | 1011110 | 100001 | 0 | 110101 | 11001001 | 1011001 | 11001 |
Color Harmonies of #075077
Complementary color
Monochromatic Colors of #075077
Black with #075077
Text Example
Text Example
White with #075077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075077; }
p { color: rgb(7,80,119); }
H1.HeaderClassName
{
color: #075077;
}
.AnyTagClassName
{
color: #075077;
}
</style>
background-color css
<style>
a { background-color: #075077; }
a { background-color: rgb(7,80,119); }
div.DivClassName
{
background-color: #075077;
}
.BgClassName
{
background-color: #075077;
}
</style>
border-color css
<style>
span { border-color: #075077; }
span { border-color: rgb(7,80,119); }
td.TdClassName
{
border-color: #075077;
}
.TagClassName
{
border-color: #075077;
}
</style>