Shades of Cerulean #09699F
Tints of Cerulean #09699F
RGB
CMYK
RGB Variations
Color information
#09699F (or 0x09699F) is known color: Cerulean. HEX triplet: 09, 69 and 9F. RGB value is (9,105,159). Sum of RGB (Red+Green+Blue) = 9+105+159=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #09699F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09699F is #F69660. Grayscale: #525252. Windows color (decimal): -16160353 or 10447113. OLE color: 10447113.
HSL color Cylindrical-coordinate representation of color #09699F: hue angle of 201.6º 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 #09699F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 105 | 159 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.38 |
| HSL | 201.6º | 0.89% | 0.33% | - |
| HSV(B) | 201.6º | 0.94% | 0.62% | - |
| XYZ | 11.42 | 12.66 | 34.64 | - |
| YUV | 82.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 159 | 0.94 | 0.34 | 0 | 0.38 | 201.6 | 0.89 | 0.33 |
| Hex | 9 | 69 | 9F | 5E | 22 | 0 | 26 | CA | 59 | 21 |
| Octal | 11 | 151 | 237 | 136 | 42 | 0 | 46 | 312 | 131 | 41 |
| Binary | 1001 | 1101001 | 10011111 | 1011110 | 100010 | 0 | 100110 | 11001010 | 1011001 | 100001 |
Color Harmonies of #09699F
Complementary color
Monochromatic Colors of #09699F
Black with #09699F
Text Example
Text Example
White with #09699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09699F; }
p { color: rgb(9,105,159); }
H1.HeaderClassName
{
color: #09699F;
}
.AnyTagClassName
{
color: #09699F;
}
</style>
background-color css
<style>
a { background-color: #09699F; }
a { background-color: rgb(9,105,159); }
div.DivClassName
{
background-color: #09699F;
}
.BgClassName
{
background-color: #09699F;
}
</style>
border-color css
<style>
span { border-color: #09699F; }
span { border-color: rgb(9,105,159); }
td.TdClassName
{
border-color: #09699F;
}
.TagClassName
{
border-color: #09699F;
}
</style>