Shades of Cerulean #096096
Tints of Cerulean #096096
RGB
CMYK
RGB Variations
Color information
#096096 (or 0x096096) is known color: Cerulean. HEX triplet: 09, 60 and 96. RGB value is (9,96,150). Sum of RGB (Red+Green+Blue) = 9+96+150=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #096096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096096 is #F69F69. Grayscale: #4B4B4B. Windows color (decimal): -16162666 or 9854985. OLE color: 9854985.
HSL color Cylindrical-coordinate representation of color #096096: hue angle of 202.98º 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 #096096 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 96 | 150 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.41 |
| HSL | 202.98º | 0.89% | 0.31% | - |
| HSV(B) | 202.98º | 0.94% | 0.59% | - |
| XYZ | 9.8 | 10.63 | 30.39 | - |
| YUV | 76.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 150 | 0.94 | 0.36 | 0 | 0.41 | 202.98 | 0.89 | 0.31 |
| Hex | 9 | 60 | 96 | 5E | 24 | 0 | 29 | CB | 59 | 1F |
| Octal | 11 | 140 | 226 | 136 | 44 | 0 | 51 | 313 | 131 | 37 |
| Binary | 1001 | 1100000 | 10010110 | 1011110 | 100100 | 0 | 101001 | 11001011 | 1011001 | 11111 |
Color Harmonies of #096096
Complementary color
Monochromatic Colors of #096096
Black with #096096
Text Example
Text Example
White with #096096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096096; }
p { color: rgb(9,96,150); }
H1.HeaderClassName
{
color: #096096;
}
.AnyTagClassName
{
color: #096096;
}
</style>
background-color css
<style>
a { background-color: #096096; }
a { background-color: rgb(9,96,150); }
div.DivClassName
{
background-color: #096096;
}
.BgClassName
{
background-color: #096096;
}
</style>
border-color css
<style>
span { border-color: #096096; }
span { border-color: rgb(9,96,150); }
td.TdClassName
{
border-color: #096096;
}
.TagClassName
{
border-color: #096096;
}
</style>