Shades of Cerulean #09689D
Tints of Cerulean #09689D
RGB
CMYK
RGB Variations
Color information
#09689D (or 0x09689D) is known color: Cerulean. HEX triplet: 09, 68 and 9D. RGB value is (9,104,157). Sum of RGB (Red+Green+Blue) = 9+104+157=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #09689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09689D is #F69762. Grayscale: #515151. Windows color (decimal): -16160611 or 10315785. OLE color: 10315785.
HSL color Cylindrical-coordinate representation of color #09689D: hue angle of 201.49º 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 #09689D is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 104 | 157 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.38 |
| HSL | 201.49º | 0.89% | 0.33% | - |
| HSV(B) | 201.49º | 0.94% | 0.62% | - |
| XYZ | 11.15 | 12.39 | 33.7 | - |
| YUV | 81.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 157 | 0.94 | 0.34 | 0 | 0.38 | 201.49 | 0.89 | 0.33 |
| Hex | 9 | 68 | 9D | 5E | 22 | 0 | 26 | C9 | 59 | 21 |
| Octal | 11 | 150 | 235 | 136 | 42 | 0 | 46 | 311 | 131 | 41 |
| Binary | 1001 | 1101000 | 10011101 | 1011110 | 100010 | 0 | 100110 | 11001001 | 1011001 | 100001 |
Color Harmonies of #09689D
Complementary color
Monochromatic Colors of #09689D
Black with #09689D
Text Example
Text Example
White with #09689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09689D; }
p { color: rgb(9,104,157); }
H1.HeaderClassName
{
color: #09689D;
}
.AnyTagClassName
{
color: #09689D;
}
</style>
background-color css
<style>
a { background-color: #09689D; }
a { background-color: rgb(9,104,157); }
div.DivClassName
{
background-color: #09689D;
}
.BgClassName
{
background-color: #09689D;
}
</style>
border-color css
<style>
span { border-color: #09689D; }
span { border-color: rgb(9,104,157); }
td.TdClassName
{
border-color: #09689D;
}
.TagClassName
{
border-color: #09689D;
}
</style>