Shades of Cerulean #00779B
Tints of Cerulean #00779B
RGB
CMYK
RGB Variations
Color information
#00779B (or 0x00779B) is known color: Cerulean. HEX triplet: 00, 77 and 9B. RGB value is (0,119,155). Sum of RGB (Red+Green+Blue) = 0+119+155=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #00779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00779B is #FF8864. Grayscale: #575757. Windows color (decimal): -16746597 or 10188544. OLE color: 10188544.
HSL color Cylindrical-coordinate representation of color #00779B: hue angle of 193.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00779B is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 119 | 155 | - |
| CMYK | 1 | 0.23 | 0 | 0.39 |
| HSL | 193.94º | 1% | 0.3% | - |
| HSV(B) | 193.94º | 1% | 0.61% | - |
| XYZ | 12.51 | 15.56 | 33.35 | - |
| YUV | 87.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 155 | 1 | 0.23 | 0 | 0.39 | 193.94 | 1 | 0.3 |
| Hex | 0 | 77 | 9B | 64 | 17 | 0 | 27 | C2 | 64 | 1E |
| Octal | 0 | 167 | 233 | 144 | 27 | 0 | 47 | 302 | 144 | 36 |
| Binary | 0 | 1110111 | 10011011 | 1100100 | 10111 | 0 | 100111 | 11000010 | 1100100 | 11110 |
Color Harmonies of #00779B
Complementary color
Monochromatic Colors of #00779B
Black with #00779B
Text Example
Text Example
White with #00779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00779B; }
p { color: rgb(0,119,155); }
H1.HeaderClassName
{
color: #00779B;
}
.AnyTagClassName
{
color: #00779B;
}
</style>
background-color css
<style>
a { background-color: #00779B; }
a { background-color: rgb(0,119,155); }
div.DivClassName
{
background-color: #00779B;
}
.BgClassName
{
background-color: #00779B;
}
</style>
border-color css
<style>
span { border-color: #00779B; }
span { border-color: rgb(0,119,155); }
td.TdClassName
{
border-color: #00779B;
}
.TagClassName
{
border-color: #00779B;
}
</style>