Shades of Cerulean #096696
Tints of Cerulean #096696
RGB
CMYK
RGB Variations
Color information
#096696 (or 0x096696) is known color: Cerulean. HEX triplet: 09, 66 and 96. RGB value is (9,102,150). Sum of RGB (Red+Green+Blue) = 9+102+150=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #096696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096696 is #F69969. Grayscale: #4F4F4F. Windows color (decimal): -16161130 or 9856521. OLE color: 9856521.
HSL color Cylindrical-coordinate representation of color #096696: hue angle of 200.43º 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 #096696 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 102 | 150 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.41 |
| HSL | 200.43º | 0.89% | 0.31% | - |
| HSV(B) | 200.43º | 0.94% | 0.59% | - |
| XYZ | 10.37 | 11.76 | 30.58 | - |
| YUV | 79.67 | 167.69 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 150 | 0.94 | 0.32 | 0 | 0.41 | 200.43 | 0.89 | 0.31 |
| Hex | 9 | 66 | 96 | 5E | 20 | 0 | 29 | C8 | 59 | 1F |
| Octal | 11 | 146 | 226 | 136 | 40 | 0 | 51 | 310 | 131 | 37 |
| Binary | 1001 | 1100110 | 10010110 | 1011110 | 100000 | 0 | 101001 | 11001000 | 1011001 | 11111 |
Color Harmonies of #096696
Complementary color
Monochromatic Colors of #096696
Black with #096696
Text Example
Text Example
White with #096696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096696; }
p { color: rgb(9,102,150); }
H1.HeaderClassName
{
color: #096696;
}
.AnyTagClassName
{
color: #096696;
}
</style>
background-color css
<style>
a { background-color: #096696; }
a { background-color: rgb(9,102,150); }
div.DivClassName
{
background-color: #096696;
}
.BgClassName
{
background-color: #096696;
}
</style>
border-color css
<style>
span { border-color: #096696; }
span { border-color: rgb(9,102,150); }
td.TdClassName
{
border-color: #096696;
}
.TagClassName
{
border-color: #096696;
}
</style>