Shades of Cerulean #096F9E
Tints of Cerulean #096F9E
RGB
CMYK
RGB Variations
Color information
#096F9E (or 0x096F9E) is known color: Cerulean. HEX triplet: 09, 6F and 9E. RGB value is (9,111,158). Sum of RGB (Red+Green+Blue) = 9+111+158=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #096F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F9E is #F69061. Grayscale: #555555. Windows color (decimal): -16158818 or 10383113. OLE color: 10383113.
HSL color Cylindrical-coordinate representation of color #096F9E: hue angle of 198.93º 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 #096F9E is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 111 | 158 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.38 |
| HSL | 198.93º | 0.89% | 0.33% | - |
| HSV(B) | 198.93º | 0.94% | 0.62% | - |
| XYZ | 11.97 | 13.9 | 34.4 | - |
| YUV | 85.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 158 | 0.94 | 0.30 | 0 | 0.38 | 198.93 | 0.89 | 0.33 |
| Hex | 9 | 6F | 9E | 5E | 1E | 0 | 26 | C7 | 59 | 21 |
| Octal | 11 | 157 | 236 | 136 | 36 | 0 | 46 | 307 | 131 | 41 |
| Binary | 1001 | 1101111 | 10011110 | 1011110 | 11110 | 0 | 100110 | 11000111 | 1011001 | 100001 |
Color Harmonies of #096F9E
Complementary color
Monochromatic Colors of #096F9E
Black with #096F9E
Text Example
Text Example
White with #096F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F9E; }
p { color: rgb(9,111,158); }
H1.HeaderClassName
{
color: #096F9E;
}
.AnyTagClassName
{
color: #096F9E;
}
</style>
background-color css
<style>
a { background-color: #096F9E; }
a { background-color: rgb(9,111,158); }
div.DivClassName
{
background-color: #096F9E;
}
.BgClassName
{
background-color: #096F9E;
}
</style>
border-color css
<style>
span { border-color: #096F9E; }
span { border-color: rgb(9,111,158); }
td.TdClassName
{
border-color: #096F9E;
}
.TagClassName
{
border-color: #096F9E;
}
</style>