Shades of Cerulean #07779B
Tints of Cerulean #07779B
RGB
CMYK
RGB Variations
Color information
#07779B (or 0x07779B) is known color: Cerulean. HEX triplet: 07, 77 and 9B. RGB value is (7,119,155). Sum of RGB (Red+Green+Blue) = 7+119+155=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #07779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07779B is #F88864. Grayscale: #595959. Windows color (decimal): -16287845 or 10188551. OLE color: 10188551.
HSL color Cylindrical-coordinate representation of color #07779B: hue angle of 194.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07779B is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 119 | 155 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.39 |
| HSL | 194.59º | 0.91% | 0.32% | - |
| HSV(B) | 194.59º | 0.95% | 0.61% | - |
| XYZ | 12.6 | 15.61 | 33.36 | - |
| YUV | 89.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 155 | 0.95 | 0.23 | 0 | 0.39 | 194.59 | 0.91 | 0.32 |
| Hex | 7 | 77 | 9B | 5F | 17 | 0 | 27 | C3 | 5B | 20 |
| Octal | 7 | 167 | 233 | 137 | 27 | 0 | 47 | 303 | 133 | 40 |
| Binary | 111 | 1110111 | 10011011 | 1011111 | 10111 | 0 | 100111 | 11000011 | 1011011 | 100000 |
Color Harmonies of #07779B
Complementary color
Monochromatic Colors of #07779B
Black with #07779B
Text Example
Text Example
White with #07779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07779B; }
p { color: rgb(7,119,155); }
H1.HeaderClassName
{
color: #07779B;
}
.AnyTagClassName
{
color: #07779B;
}
</style>
background-color css
<style>
a { background-color: #07779B; }
a { background-color: rgb(7,119,155); }
div.DivClassName
{
background-color: #07779B;
}
.BgClassName
{
background-color: #07779B;
}
</style>
border-color css
<style>
span { border-color: #07779B; }
span { border-color: rgb(7,119,155); }
td.TdClassName
{
border-color: #07779B;
}
.TagClassName
{
border-color: #07779B;
}
</style>