Shades of Cerulean #096D9F
Tints of Cerulean #096D9F
RGB
CMYK
RGB Variations
Color information
#096D9F (or 0x096D9F) is known color: Cerulean. HEX triplet: 09, 6D and 9F. RGB value is (9,109,159). Sum of RGB (Red+Green+Blue) = 9+109+159=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #096D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D9F is #F69260. Grayscale: #545454. Windows color (decimal): -16159329 or 10448137. OLE color: 10448137.
HSL color Cylindrical-coordinate representation of color #096D9F: hue angle of 200º 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 #096D9F is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 109 | 159 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.38 |
| HSL | 200º | 0.89% | 0.33% | - |
| HSV(B) | 200º | 0.94% | 0.62% | - |
| XYZ | 11.84 | 13.5 | 34.78 | - |
| YUV | 84.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 159 | 0.94 | 0.31 | 0 | 0.38 | 200 | 0.89 | 0.33 |
| Hex | 9 | 6D | 9F | 5E | 1F | 0 | 26 | C8 | 59 | 21 |
| Octal | 11 | 155 | 237 | 136 | 37 | 0 | 46 | 310 | 131 | 41 |
| Binary | 1001 | 1101101 | 10011111 | 1011110 | 11111 | 0 | 100110 | 11001000 | 1011001 | 100001 |
Color Harmonies of #096D9F
Complementary color
Monochromatic Colors of #096D9F
Black with #096D9F
Text Example
Text Example
White with #096D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D9F; }
p { color: rgb(9,109,159); }
H1.HeaderClassName
{
color: #096D9F;
}
.AnyTagClassName
{
color: #096D9F;
}
</style>
background-color css
<style>
a { background-color: #096D9F; }
a { background-color: rgb(9,109,159); }
div.DivClassName
{
background-color: #096D9F;
}
.BgClassName
{
background-color: #096D9F;
}
</style>
border-color css
<style>
span { border-color: #096D9F; }
span { border-color: rgb(9,109,159); }
td.TdClassName
{
border-color: #096D9F;
}
.TagClassName
{
border-color: #096D9F;
}
</style>