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