Shades of Cerulean #00779A
Tints of Cerulean #00779A
RGB
CMYK
RGB Variations
Color information
#00779A (or 0x00779A) is known color: Cerulean. HEX triplet: 00, 77 and 9A. RGB value is (0,119,154). Sum of RGB (Red+Green+Blue) = 0+119+154=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #00779A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00779A is #FF8865. Grayscale: #575757. Windows color (decimal): -16746598 or 10123008. OLE color: 10123008.
HSL color Cylindrical-coordinate representation of color #00779A: hue angle of 193.64º 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 #00779A is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 119 | 154 | - |
| CMYK | 1 | 0.23 | 0 | 0.40 |
| HSL | 193.64º | 1% | 0.3% | - |
| HSV(B) | 193.64º | 1% | 0.6% | - |
| XYZ | 12.43 | 15.53 | 32.91 | - |
| YUV | 87.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 154 | 1 | 0.23 | 0 | 0.40 | 193.64 | 1 | 0.3 |
| Hex | 0 | 77 | 9A | 64 | 17 | 0 | 28 | C2 | 64 | 1E |
| Octal | 0 | 167 | 232 | 144 | 27 | 0 | 50 | 302 | 144 | 36 |
| Binary | 0 | 1110111 | 10011010 | 1100100 | 10111 | 0 | 101000 | 11000010 | 1100100 | 11110 |
Color Harmonies of #00779A
Complementary color
Monochromatic Colors of #00779A
Black with #00779A
Text Example
Text Example
White with #00779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00779A; }
p { color: rgb(0,119,154); }
H1.HeaderClassName
{
color: #00779A;
}
.AnyTagClassName
{
color: #00779A;
}
</style>
background-color css
<style>
a { background-color: #00779A; }
a { background-color: rgb(0,119,154); }
div.DivClassName
{
background-color: #00779A;
}
.BgClassName
{
background-color: #00779A;
}
</style>
border-color css
<style>
span { border-color: #00779A; }
span { border-color: rgb(0,119,154); }
td.TdClassName
{
border-color: #00779A;
}
.TagClassName
{
border-color: #00779A;
}
</style>