Shades of Cerulean #097496
Tints of Cerulean #097496
RGB
CMYK
RGB Variations
Color information
#097496 (or 0x097496) is known color: Cerulean. HEX triplet: 09, 74 and 96. RGB value is (9,116,150). Sum of RGB (Red+Green+Blue) = 9+116+150=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #097496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097496 is #F68B69. Grayscale: #575757. Windows color (decimal): -16157546 or 9860105. OLE color: 9860105.
HSL color Cylindrical-coordinate representation of color #097496: hue angle of 194.47º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097496 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 116 | 150 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.41 |
| HSL | 194.47º | 0.89% | 0.31% | - |
| HSV(B) | 194.47º | 0.94% | 0.59% | - |
| XYZ | 11.86 | 14.75 | 31.08 | - |
| YUV | 87.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 150 | 0.94 | 0.23 | 0 | 0.41 | 194.47 | 0.89 | 0.31 |
| Hex | 9 | 74 | 96 | 5E | 17 | 0 | 29 | C2 | 59 | 1F |
| Octal | 11 | 164 | 226 | 136 | 27 | 0 | 51 | 302 | 131 | 37 |
| Binary | 1001 | 1110100 | 10010110 | 1011110 | 10111 | 0 | 101001 | 11000010 | 1011001 | 11111 |
Color Harmonies of #097496
Complementary color
Monochromatic Colors of #097496
Black with #097496
Text Example
Text Example
White with #097496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097496; }
p { color: rgb(9,116,150); }
H1.HeaderClassName
{
color: #097496;
}
.AnyTagClassName
{
color: #097496;
}
</style>
background-color css
<style>
a { background-color: #097496; }
a { background-color: rgb(9,116,150); }
div.DivClassName
{
background-color: #097496;
}
.BgClassName
{
background-color: #097496;
}
</style>
border-color css
<style>
span { border-color: #097496; }
span { border-color: rgb(9,116,150); }
td.TdClassName
{
border-color: #097496;
}
.TagClassName
{
border-color: #097496;
}
</style>