Shades of Cerulean #09769D
Tints of Cerulean #09769D
RGB
CMYK
RGB Variations
Color information
#09769D (or 0x09769D) is known color: Cerulean. HEX triplet: 09, 76 and 9D. RGB value is (9,118,157). Sum of RGB (Red+Green+Blue) = 9+118+157=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #09769D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09769D is #F68962. Grayscale: #595959. Windows color (decimal): -16157027 or 10319369. OLE color: 10319369.
HSL color Cylindrical-coordinate representation of color #09769D: hue angle of 195.81º 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 #09769D is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 118 | 157 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.38 |
| HSL | 195.81º | 0.89% | 0.33% | - |
| HSV(B) | 195.81º | 0.94% | 0.62% | - |
| XYZ | 12.68 | 15.45 | 34.21 | - |
| YUV | 89.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 157 | 0.94 | 0.25 | 0 | 0.38 | 195.81 | 0.89 | 0.33 |
| Hex | 9 | 76 | 9D | 5E | 19 | 0 | 26 | C4 | 59 | 21 |
| Octal | 11 | 166 | 235 | 136 | 31 | 0 | 46 | 304 | 131 | 41 |
| Binary | 1001 | 1110110 | 10011101 | 1011110 | 11001 | 0 | 100110 | 11000100 | 1011001 | 100001 |
Color Harmonies of #09769D
Complementary color
Monochromatic Colors of #09769D
Black with #09769D
Text Example
Text Example
White with #09769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09769D; }
p { color: rgb(9,118,157); }
H1.HeaderClassName
{
color: #09769D;
}
.AnyTagClassName
{
color: #09769D;
}
</style>
background-color css
<style>
a { background-color: #09769D; }
a { background-color: rgb(9,118,157); }
div.DivClassName
{
background-color: #09769D;
}
.BgClassName
{
background-color: #09769D;
}
</style>
border-color css
<style>
span { border-color: #09769D; }
span { border-color: rgb(9,118,157); }
td.TdClassName
{
border-color: #09769D;
}
.TagClassName
{
border-color: #09769D;
}
</style>