Shades of Cerulean #096C9E
Tints of Cerulean #096C9E
RGB
CMYK
RGB Variations
Color information
#096C9E (or 0x096C9E) is known color: Cerulean. HEX triplet: 09, 6C and 9E. RGB value is (9,108,158). Sum of RGB (Red+Green+Blue) = 9+108+158=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #096C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C9E is #F69361. Grayscale: #535353. Windows color (decimal): -16159586 or 10382345. OLE color: 10382345.
HSL color Cylindrical-coordinate representation of color #096C9E: hue angle of 200.13º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096C9E is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 108 | 158 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.38 |
| HSL | 200.13º | 0.89% | 0.33% | - |
| HSV(B) | 200.13º | 0.94% | 0.62% | - |
| XYZ | 11.65 | 13.25 | 34.29 | - |
| YUV | 84.1 | 169.7 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 158 | 0.94 | 0.32 | 0 | 0.38 | 200.13 | 0.89 | 0.33 |
| Hex | 9 | 6C | 9E | 5E | 20 | 0 | 26 | C8 | 59 | 21 |
| Octal | 11 | 154 | 236 | 136 | 40 | 0 | 46 | 310 | 131 | 41 |
| Binary | 1001 | 1101100 | 10011110 | 1011110 | 100000 | 0 | 100110 | 11001000 | 1011001 | 100001 |
Color Harmonies of #096C9E
Complementary color
Monochromatic Colors of #096C9E
Black with #096C9E
Text Example
Text Example
White with #096C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C9E; }
p { color: rgb(9,108,158); }
H1.HeaderClassName
{
color: #096C9E;
}
.AnyTagClassName
{
color: #096C9E;
}
</style>
background-color css
<style>
a { background-color: #096C9E; }
a { background-color: rgb(9,108,158); }
div.DivClassName
{
background-color: #096C9E;
}
.BgClassName
{
background-color: #096C9E;
}
</style>
border-color css
<style>
span { border-color: #096C9E; }
span { border-color: rgb(9,108,158); }
td.TdClassName
{
border-color: #096C9E;
}
.TagClassName
{
border-color: #096C9E;
}
</style>