Shades of Cerulean #077D9F
Tints of Cerulean #077D9F
RGB
CMYK
RGB Variations
Color information
#077D9F (or 0x077D9F) is known color: Cerulean. HEX triplet: 07, 7D and 9F. RGB value is (7,125,159). Sum of RGB (Red+Green+Blue) = 7+125+159=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #077D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D9F is #F88260. Grayscale: #5D5D5D. Windows color (decimal): -16286305 or 10452231. OLE color: 10452231.
HSL color Cylindrical-coordinate representation of color #077D9F: hue angle of 193.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077D9F is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 125 | 159 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.38 |
| HSL | 193.42º | 0.92% | 0.33% | - |
| HSV(B) | 193.42º | 0.96% | 0.62% | - |
| XYZ | 13.68 | 17.22 | 35.4 | - |
| YUV | 93.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 159 | 0.96 | 0.21 | 0 | 0.38 | 193.42 | 0.92 | 0.33 |
| Hex | 7 | 7D | 9F | 60 | 15 | 0 | 26 | C1 | 5C | 21 |
| Octal | 7 | 175 | 237 | 140 | 25 | 0 | 46 | 301 | 134 | 41 |
| Binary | 111 | 1111101 | 10011111 | 1100000 | 10101 | 0 | 100110 | 11000001 | 1011100 | 100001 |
Color Harmonies of #077D9F
Complementary color
Monochromatic Colors of #077D9F
Black with #077D9F
Text Example
Text Example
White with #077D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D9F; }
p { color: rgb(7,125,159); }
H1.HeaderClassName
{
color: #077D9F;
}
.AnyTagClassName
{
color: #077D9F;
}
</style>
background-color css
<style>
a { background-color: #077D9F; }
a { background-color: rgb(7,125,159); }
div.DivClassName
{
background-color: #077D9F;
}
.BgClassName
{
background-color: #077D9F;
}
</style>
border-color css
<style>
span { border-color: #077D9F; }
span { border-color: rgb(7,125,159); }
td.TdClassName
{
border-color: #077D9F;
}
.TagClassName
{
border-color: #077D9F;
}
</style>