Shades of Cerulean #007796
Tints of Cerulean #007796
RGB
CMYK
RGB Variations
Color information
#007796 (or 0x007796) is known color: Cerulean. HEX triplet: 00, 77 and 96. RGB value is (0,119,150). Sum of RGB (Red+Green+Blue) = 0+119+150=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #007796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007796 is #FF8869. Grayscale: #565656. Windows color (decimal): -16746602 or 9860864. OLE color: 9860864.
HSL color Cylindrical-coordinate representation of color #007796: hue angle of 192.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007796 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 119 | 150 | - |
| CMYK | 1 | 0.21 | 0 | 0.41 |
| HSL | 192.4º | 1% | 0.29% | - |
| HSV(B) | 192.4º | 1% | 0.59% | - |
| XYZ | 12.1 | 15.4 | 31.19 | - |
| YUV | 86.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 150 | 1 | 0.21 | 0 | 0.41 | 192.4 | 1 | 0.29 |
| Hex | 0 | 77 | 96 | 64 | 15 | 0 | 29 | C0 | 64 | 1D |
| Octal | 0 | 167 | 226 | 144 | 25 | 0 | 51 | 300 | 144 | 35 |
| Binary | 0 | 1110111 | 10010110 | 1100100 | 10101 | 0 | 101001 | 11000000 | 1100100 | 11101 |
Color Harmonies of #007796
Complementary color
Monochromatic Colors of #007796
Black with #007796
Text Example
Text Example
White with #007796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007796; }
p { color: rgb(0,119,150); }
H1.HeaderClassName
{
color: #007796;
}
.AnyTagClassName
{
color: #007796;
}
</style>
background-color css
<style>
a { background-color: #007796; }
a { background-color: rgb(0,119,150); }
div.DivClassName
{
background-color: #007796;
}
.BgClassName
{
background-color: #007796;
}
</style>
border-color css
<style>
span { border-color: #007796; }
span { border-color: rgb(0,119,150); }
td.TdClassName
{
border-color: #007796;
}
.TagClassName
{
border-color: #007796;
}
</style>