Shades of Cerulean #096E9C
Tints of Cerulean #096E9C
RGB
CMYK
RGB Variations
Color information
#096E9C (or 0x096E9C) is known color: Cerulean. HEX triplet: 09, 6E and 9C. RGB value is (9,110,156). Sum of RGB (Red+Green+Blue) = 9+110+156=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #096E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E9C is #F69163. Grayscale: #545454. Windows color (decimal): -16159076 or 10251785. OLE color: 10251785.
HSL color Cylindrical-coordinate representation of color #096E9C: hue angle of 198.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096E9C is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 110 | 156 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.39 |
| HSL | 198.78º | 0.89% | 0.32% | - |
| HSV(B) | 198.78º | 0.94% | 0.61% | - |
| XYZ | 11.69 | 13.61 | 33.46 | - |
| YUV | 85.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 156 | 0.94 | 0.29 | 0 | 0.39 | 198.78 | 0.89 | 0.32 |
| Hex | 9 | 6E | 9C | 5E | 1D | 0 | 27 | C7 | 59 | 20 |
| Octal | 11 | 156 | 234 | 136 | 35 | 0 | 47 | 307 | 131 | 40 |
| Binary | 1001 | 1101110 | 10011100 | 1011110 | 11101 | 0 | 100111 | 11000111 | 1011001 | 100000 |
Color Harmonies of #096E9C
Complementary color
Monochromatic Colors of #096E9C
Black with #096E9C
Text Example
Text Example
White with #096E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E9C; }
p { color: rgb(9,110,156); }
H1.HeaderClassName
{
color: #096E9C;
}
.AnyTagClassName
{
color: #096E9C;
}
</style>
background-color css
<style>
a { background-color: #096E9C; }
a { background-color: rgb(9,110,156); }
div.DivClassName
{
background-color: #096E9C;
}
.BgClassName
{
background-color: #096E9C;
}
</style>
border-color css
<style>
span { border-color: #096E9C; }
span { border-color: rgb(9,110,156); }
td.TdClassName
{
border-color: #096E9C;
}
.TagClassName
{
border-color: #096E9C;
}
</style>