Shades of Cerulean #09689C
Tints of Cerulean #09689C
RGB
CMYK
RGB Variations
Color information
#09689C (or 0x09689C) is known color: Cerulean. HEX triplet: 09, 68 and 9C. RGB value is (9,104,156). Sum of RGB (Red+Green+Blue) = 9+104+156=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #09689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09689C is #F69763. Grayscale: #515151. Windows color (decimal): -16160612 or 10250249. OLE color: 10250249.
HSL color Cylindrical-coordinate representation of color #09689C: hue angle of 201.22º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09689C is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 104 | 156 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.39 |
| HSL | 201.22º | 0.89% | 0.32% | - |
| HSV(B) | 201.22º | 0.94% | 0.61% | - |
| XYZ | 11.06 | 12.36 | 33.25 | - |
| YUV | 81.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 156 | 0.94 | 0.33 | 0 | 0.39 | 201.22 | 0.89 | 0.32 |
| Hex | 9 | 68 | 9C | 5E | 21 | 0 | 27 | C9 | 59 | 20 |
| Octal | 11 | 150 | 234 | 136 | 41 | 0 | 47 | 311 | 131 | 40 |
| Binary | 1001 | 1101000 | 10011100 | 1011110 | 100001 | 0 | 100111 | 11001001 | 1011001 | 100000 |
Color Harmonies of #09689C
Complementary color
Monochromatic Colors of #09689C
Black with #09689C
Text Example
Text Example
White with #09689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09689C; }
p { color: rgb(9,104,156); }
H1.HeaderClassName
{
color: #09689C;
}
.AnyTagClassName
{
color: #09689C;
}
</style>
background-color css
<style>
a { background-color: #09689C; }
a { background-color: rgb(9,104,156); }
div.DivClassName
{
background-color: #09689C;
}
.BgClassName
{
background-color: #09689C;
}
</style>
border-color css
<style>
span { border-color: #09689C; }
span { border-color: rgb(9,104,156); }
td.TdClassName
{
border-color: #09689C;
}
.TagClassName
{
border-color: #09689C;
}
</style>