Shades of Cerulean #077899
Tints of Cerulean #077899
RGB
CMYK
RGB Variations
Color information
#077899 (or 0x077899) is known color: Cerulean. HEX triplet: 07, 78 and 99. RGB value is (7,120,153). Sum of RGB (Red+Green+Blue) = 7+120+153=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #077899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077899 is #F88766. Grayscale: #595959. Windows color (decimal): -16287591 or 10057735. OLE color: 10057735.
HSL color Cylindrical-coordinate representation of color #077899: hue angle of 193.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077899 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 120 | 153 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.4 |
| HSL | 193.56º | 0.91% | 0.31% | - |
| HSV(B) | 193.56º | 0.95% | 0.6% | - |
| XYZ | 12.55 | 15.78 | 32.52 | - |
| YUV | 89.98 | 163.56 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 153 | 0.95 | 0.22 | 0 | 0.4 | 193.56 | 0.91 | 0.31 |
| Hex | 7 | 78 | 99 | 5F | 16 | 0 | 28 | C2 | 5B | 1F |
| Octal | 7 | 170 | 231 | 137 | 26 | 0 | 50 | 302 | 133 | 37 |
| Binary | 111 | 1111000 | 10011001 | 1011111 | 10110 | 0 | 101000 | 11000010 | 1011011 | 11111 |
Color Harmonies of #077899
Complementary color
Monochromatic Colors of #077899
Black with #077899
Text Example
Text Example
White with #077899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077899; }
p { color: rgb(7,120,153); }
H1.HeaderClassName
{
color: #077899;
}
.AnyTagClassName
{
color: #077899;
}
</style>
background-color css
<style>
a { background-color: #077899; }
a { background-color: rgb(7,120,153); }
div.DivClassName
{
background-color: #077899;
}
.BgClassName
{
background-color: #077899;
}
</style>
border-color css
<style>
span { border-color: #077899; }
span { border-color: rgb(7,120,153); }
td.TdClassName
{
border-color: #077899;
}
.TagClassName
{
border-color: #077899;
}
</style>