Shades of Cerulean #00779C
Tints of Cerulean #00779C
RGB
CMYK
RGB Variations
Color information
#00779C (or 0x00779C) is known color: Cerulean. HEX triplet: 00, 77 and 9C. RGB value is (0,119,156). Sum of RGB (Red+Green+Blue) = 0+119+156=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #00779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00779C is #FF8863. Grayscale: #575757. Windows color (decimal): -16746596 or 10254080. OLE color: 10254080.
HSL color Cylindrical-coordinate representation of color #00779C: hue angle of 194.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00779C is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 119 | 156 | - |
| CMYK | 1 | 0.24 | 0 | 0.39 |
| HSL | 194.23º | 1% | 0.31% | - |
| HSV(B) | 194.23º | 1% | 0.61% | - |
| XYZ | 12.6 | 15.59 | 33.8 | - |
| YUV | 87.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 156 | 1 | 0.24 | 0 | 0.39 | 194.23 | 1 | 0.31 |
| Hex | 0 | 77 | 9C | 64 | 18 | 0 | 27 | C2 | 64 | 1F |
| Octal | 0 | 167 | 234 | 144 | 30 | 0 | 47 | 302 | 144 | 37 |
| Binary | 0 | 1110111 | 10011100 | 1100100 | 11000 | 0 | 100111 | 11000010 | 1100100 | 11111 |
Color Harmonies of #00779C
Complementary color
Monochromatic Colors of #00779C
Black with #00779C
Text Example
Text Example
White with #00779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00779C; }
p { color: rgb(0,119,156); }
H1.HeaderClassName
{
color: #00779C;
}
.AnyTagClassName
{
color: #00779C;
}
</style>
background-color css
<style>
a { background-color: #00779C; }
a { background-color: rgb(0,119,156); }
div.DivClassName
{
background-color: #00779C;
}
.BgClassName
{
background-color: #00779C;
}
</style>
border-color css
<style>
span { border-color: #00779C; }
span { border-color: rgb(0,119,156); }
td.TdClassName
{
border-color: #00779C;
}
.TagClassName
{
border-color: #00779C;
}
</style>