Shades of Cerulean #096796
Tints of Cerulean #096796
RGB
CMYK
RGB Variations
Color information
#096796 (or 0x096796) is known color: Cerulean. HEX triplet: 09, 67 and 96. RGB value is (9,103,150). Sum of RGB (Red+Green+Blue) = 9+103+150=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #096796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096796 is #F69869. Grayscale: #4F4F4F. Windows color (decimal): -16160874 or 9856777. OLE color: 9856777.
HSL color Cylindrical-coordinate representation of color #096796: hue angle of 200º 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 #096796 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 103 | 150 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.41 |
| HSL | 200º | 0.89% | 0.31% | - |
| HSV(B) | 200º | 0.94% | 0.59% | - |
| XYZ | 10.47 | 11.96 | 30.61 | - |
| YUV | 80.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 150 | 0.94 | 0.31 | 0 | 0.41 | 200 | 0.89 | 0.31 |
| Hex | 9 | 67 | 96 | 5E | 1F | 0 | 29 | C8 | 59 | 1F |
| Octal | 11 | 147 | 226 | 136 | 37 | 0 | 51 | 310 | 131 | 37 |
| Binary | 1001 | 1100111 | 10010110 | 1011110 | 11111 | 0 | 101001 | 11001000 | 1011001 | 11111 |
Color Harmonies of #096796
Complementary color
Monochromatic Colors of #096796
Black with #096796
Text Example
Text Example
White with #096796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096796; }
p { color: rgb(9,103,150); }
H1.HeaderClassName
{
color: #096796;
}
.AnyTagClassName
{
color: #096796;
}
</style>
background-color css
<style>
a { background-color: #096796; }
a { background-color: rgb(9,103,150); }
div.DivClassName
{
background-color: #096796;
}
.BgClassName
{
background-color: #096796;
}
</style>
border-color css
<style>
span { border-color: #096796; }
span { border-color: rgb(9,103,150); }
td.TdClassName
{
border-color: #096796;
}
.TagClassName
{
border-color: #096796;
}
</style>