Shades of Cerulean #096E98
Tints of Cerulean #096E98
RGB
CMYK
RGB Variations
Color information
#096E98 (or 0x096E98) is known color: Cerulean. HEX triplet: 09, 6E and 98. RGB value is (9,110,152). Sum of RGB (Red+Green+Blue) = 9+110+152=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #096E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E98 is #F69167. Grayscale: #545454. Windows color (decimal): -16159080 or 9989641. OLE color: 9989641.
HSL color Cylindrical-coordinate representation of color #096E98: hue angle of 197.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096E98 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 110 | 152 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.40 |
| HSL | 197.62º | 0.89% | 0.32% | - |
| HSV(B) | 197.62º | 0.94% | 0.6% | - |
| XYZ | 11.36 | 13.48 | 31.71 | - |
| YUV | 84.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 152 | 0.94 | 0.28 | 0 | 0.40 | 197.62 | 0.89 | 0.32 |
| Hex | 9 | 6E | 98 | 5E | 1C | 0 | 28 | C6 | 59 | 20 |
| Octal | 11 | 156 | 230 | 136 | 34 | 0 | 50 | 306 | 131 | 40 |
| Binary | 1001 | 1101110 | 10011000 | 1011110 | 11100 | 0 | 101000 | 11000110 | 1011001 | 100000 |
Color Harmonies of #096E98
Complementary color
Monochromatic Colors of #096E98
Black with #096E98
Text Example
Text Example
White with #096E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E98; }
p { color: rgb(9,110,152); }
H1.HeaderClassName
{
color: #096E98;
}
.AnyTagClassName
{
color: #096E98;
}
</style>
background-color css
<style>
a { background-color: #096E98; }
a { background-color: rgb(9,110,152); }
div.DivClassName
{
background-color: #096E98;
}
.BgClassName
{
background-color: #096E98;
}
</style>
border-color css
<style>
span { border-color: #096E98; }
span { border-color: rgb(9,110,152); }
td.TdClassName
{
border-color: #096E98;
}
.TagClassName
{
border-color: #096E98;
}
</style>