Shades of Cerulean #077D9E
Tints of Cerulean #077D9E
RGB
CMYK
RGB Variations
Color information
#077D9E (or 0x077D9E) is known color: Cerulean. HEX triplet: 07, 7D and 9E. RGB value is (7,125,158). Sum of RGB (Red+Green+Blue) = 7+125+158=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #077D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D9E is #F88261. Grayscale: #5D5D5D. Windows color (decimal): -16286306 or 10386695. OLE color: 10386695.
HSL color Cylindrical-coordinate representation of color #077D9E: hue angle of 193.11º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077D9E is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 125 | 158 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.38 |
| HSL | 193.11º | 0.92% | 0.32% | - |
| HSV(B) | 193.11º | 0.96% | 0.62% | - |
| XYZ | 13.59 | 17.18 | 34.95 | - |
| YUV | 93.48 | 164.41 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 158 | 0.96 | 0.21 | 0 | 0.38 | 193.11 | 0.92 | 0.32 |
| Hex | 7 | 7D | 9E | 60 | 15 | 0 | 26 | C1 | 5C | 20 |
| Octal | 7 | 175 | 236 | 140 | 25 | 0 | 46 | 301 | 134 | 40 |
| Binary | 111 | 1111101 | 10011110 | 1100000 | 10101 | 0 | 100110 | 11000001 | 1011100 | 100000 |
Color Harmonies of #077D9E
Complementary color
Monochromatic Colors of #077D9E
Black with #077D9E
Text Example
Text Example
White with #077D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D9E; }
p { color: rgb(7,125,158); }
H1.HeaderClassName
{
color: #077D9E;
}
.AnyTagClassName
{
color: #077D9E;
}
</style>
background-color css
<style>
a { background-color: #077D9E; }
a { background-color: rgb(7,125,158); }
div.DivClassName
{
background-color: #077D9E;
}
.BgClassName
{
background-color: #077D9E;
}
</style>
border-color css
<style>
span { border-color: #077D9E; }
span { border-color: rgb(7,125,158); }
td.TdClassName
{
border-color: #077D9E;
}
.TagClassName
{
border-color: #077D9E;
}
</style>