Shades of Cerulean #007799
Tints of Cerulean #007799
RGB
CMYK
RGB Variations
Color information
#007799 (or 0x007799) is known color: Cerulean. HEX triplet: 00, 77 and 99. RGB value is (0,119,153). Sum of RGB (Red+Green+Blue) = 0+119+153=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #007799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007799 is #FF8866. Grayscale: #575757. Windows color (decimal): -16746599 or 10057472. OLE color: 10057472.
HSL color Cylindrical-coordinate representation of color #007799: hue angle of 193.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007799 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 119 | 153 | - |
| CMYK | 1 | 0.22 | 0 | 0.4 |
| HSL | 193.33º | 1% | 0.3% | - |
| HSV(B) | 193.33º | 1% | 0.6% | - |
| XYZ | 12.35 | 15.49 | 32.48 | - |
| YUV | 87.3 | 165.08 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 153 | 1 | 0.22 | 0 | 0.4 | 193.33 | 1 | 0.3 |
| Hex | 0 | 77 | 99 | 64 | 16 | 0 | 28 | C1 | 64 | 1E |
| Octal | 0 | 167 | 231 | 144 | 26 | 0 | 50 | 301 | 144 | 36 |
| Binary | 0 | 1110111 | 10011001 | 1100100 | 10110 | 0 | 101000 | 11000001 | 1100100 | 11110 |
Color Harmonies of #007799
Complementary color
Monochromatic Colors of #007799
Black with #007799
Text Example
Text Example
White with #007799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007799; }
p { color: rgb(0,119,153); }
H1.HeaderClassName
{
color: #007799;
}
.AnyTagClassName
{
color: #007799;
}
</style>
background-color css
<style>
a { background-color: #007799; }
a { background-color: rgb(0,119,153); }
div.DivClassName
{
background-color: #007799;
}
.BgClassName
{
background-color: #007799;
}
</style>
border-color css
<style>
span { border-color: #007799; }
span { border-color: rgb(0,119,153); }
td.TdClassName
{
border-color: #007799;
}
.TagClassName
{
border-color: #007799;
}
</style>