Shades of Cerulean #096E93
Tints of Cerulean #096E93
RGB
CMYK
RGB Variations
Color information
#096E93 (or 0x096E93) is known color: Cerulean. HEX triplet: 09, 6E and 93. RGB value is (9,110,147). Sum of RGB (Red+Green+Blue) = 9+110+147=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #096E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E93 is #F6916C. Grayscale: #535353. Windows color (decimal): -16159085 or 9661961. OLE color: 9661961.
HSL color Cylindrical-coordinate representation of color #096E93: hue angle of 196.09º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096E93 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 110 | 147 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.42 |
| HSL | 196.09º | 0.88% | 0.31% | - |
| HSV(B) | 196.09º | 0.94% | 0.58% | - |
| XYZ | 10.96 | 13.32 | 29.6 | - |
| YUV | 84.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 147 | 0.94 | 0.25 | 0 | 0.42 | 196.09 | 0.88 | 0.31 |
| Hex | 9 | 6E | 93 | 5E | 19 | 0 | 2A | C4 | 58 | 1F |
| Octal | 11 | 156 | 223 | 136 | 31 | 0 | 52 | 304 | 130 | 37 |
| Binary | 1001 | 1101110 | 10010011 | 1011110 | 11001 | 0 | 101010 | 11000100 | 1011000 | 11111 |
Color Harmonies of #096E93
Complementary color
Monochromatic Colors of #096E93
Black with #096E93
Text Example
Text Example
White with #096E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E93; }
p { color: rgb(9,110,147); }
H1.HeaderClassName
{
color: #096E93;
}
.AnyTagClassName
{
color: #096E93;
}
</style>
background-color css
<style>
a { background-color: #096E93; }
a { background-color: rgb(9,110,147); }
div.DivClassName
{
background-color: #096E93;
}
.BgClassName
{
background-color: #096E93;
}
</style>
border-color css
<style>
span { border-color: #096E93; }
span { border-color: rgb(9,110,147); }
td.TdClassName
{
border-color: #096E93;
}
.TagClassName
{
border-color: #096E93;
}
</style>