Shades of Cerulean #09779E
Tints of Cerulean #09779E
RGB
CMYK
RGB Variations
Color information
#09779E (or 0x09779E) is known color: Cerulean. HEX triplet: 09, 77 and 9E. RGB value is (9,119,158). Sum of RGB (Red+Green+Blue) = 9+119+158=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #09779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09779E is #F68861. Grayscale: #5A5A5A. Windows color (decimal): -16156770 or 10385161. OLE color: 10385161.
HSL color Cylindrical-coordinate representation of color #09779E: hue angle of 195.7º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09779E is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 119 | 158 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.38 |
| HSL | 195.7º | 0.89% | 0.33% | - |
| HSV(B) | 195.7º | 0.94% | 0.62% | - |
| XYZ | 12.88 | 15.72 | 34.7 | - |
| YUV | 90.56 | 166.06 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 158 | 0.94 | 0.25 | 0 | 0.38 | 195.7 | 0.89 | 0.33 |
| Hex | 9 | 77 | 9E | 5E | 19 | 0 | 26 | C4 | 59 | 21 |
| Octal | 11 | 167 | 236 | 136 | 31 | 0 | 46 | 304 | 131 | 41 |
| Binary | 1001 | 1110111 | 10011110 | 1011110 | 11001 | 0 | 100110 | 11000100 | 1011001 | 100001 |
Color Harmonies of #09779E
Complementary color
Monochromatic Colors of #09779E
Black with #09779E
Text Example
Text Example
White with #09779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09779E; }
p { color: rgb(9,119,158); }
H1.HeaderClassName
{
color: #09779E;
}
.AnyTagClassName
{
color: #09779E;
}
</style>
background-color css
<style>
a { background-color: #09779E; }
a { background-color: rgb(9,119,158); }
div.DivClassName
{
background-color: #09779E;
}
.BgClassName
{
background-color: #09779E;
}
</style>
border-color css
<style>
span { border-color: #09779E; }
span { border-color: rgb(9,119,158); }
td.TdClassName
{
border-color: #09779E;
}
.TagClassName
{
border-color: #09779E;
}
</style>