Shades of Cerulean #09699C
Tints of Cerulean #09699C
RGB
CMYK
RGB Variations
Color information
#09699C (or 0x09699C) is known color: Cerulean. HEX triplet: 09, 69 and 9C. RGB value is (9,105,156). Sum of RGB (Red+Green+Blue) = 9+105+156=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #09699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09699C is #F69663. Grayscale: #515151. Windows color (decimal): -16160356 or 10250505. OLE color: 10250505.
HSL color Cylindrical-coordinate representation of color #09699C: hue angle of 200.82º 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 #09699C is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 105 | 156 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.39 |
| HSL | 200.82º | 0.89% | 0.32% | - |
| HSV(B) | 200.82º | 0.94% | 0.61% | - |
| XYZ | 11.16 | 12.56 | 33.29 | - |
| YUV | 82.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 156 | 0.94 | 0.33 | 0 | 0.39 | 200.82 | 0.89 | 0.32 |
| Hex | 9 | 69 | 9C | 5E | 21 | 0 | 27 | C9 | 59 | 20 |
| Octal | 11 | 151 | 234 | 136 | 41 | 0 | 47 | 311 | 131 | 40 |
| Binary | 1001 | 1101001 | 10011100 | 1011110 | 100001 | 0 | 100111 | 11001001 | 1011001 | 100000 |
Color Harmonies of #09699C
Complementary color
Monochromatic Colors of #09699C
Black with #09699C
Text Example
Text Example
White with #09699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09699C; }
p { color: rgb(9,105,156); }
H1.HeaderClassName
{
color: #09699C;
}
.AnyTagClassName
{
color: #09699C;
}
</style>
background-color css
<style>
a { background-color: #09699C; }
a { background-color: rgb(9,105,156); }
div.DivClassName
{
background-color: #09699C;
}
.BgClassName
{
background-color: #09699C;
}
</style>
border-color css
<style>
span { border-color: #09699C; }
span { border-color: rgb(9,105,156); }
td.TdClassName
{
border-color: #09699C;
}
.TagClassName
{
border-color: #09699C;
}
</style>