Shades of Cerulean #096F90
Tints of Cerulean #096F90
RGB
CMYK
RGB Variations
Color information
#096F90 (or 0x096F90) is known color: Cerulean. HEX triplet: 09, 6F and 90. RGB value is (9,111,144). Sum of RGB (Red+Green+Blue) = 9+111+144=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #096F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F90 is #F6906F. Grayscale: #545454. Windows color (decimal): -16158832 or 9465609. OLE color: 9465609.
HSL color Cylindrical-coordinate representation of color #096F90: hue angle of 194.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096F90 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 111 | 144 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.44 |
| HSL | 194.67º | 0.88% | 0.3% | - |
| HSV(B) | 194.67º | 0.94% | 0.56% | - |
| XYZ | 10.83 | 13.44 | 28.41 | - |
| YUV | 84.26 | 161.71 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 144 | 0.94 | 0.23 | 0 | 0.44 | 194.67 | 0.88 | 0.3 |
| Hex | 9 | 6F | 90 | 5E | 17 | 0 | 2C | C3 | 58 | 1E |
| Octal | 11 | 157 | 220 | 136 | 27 | 0 | 54 | 303 | 130 | 36 |
| Binary | 1001 | 1101111 | 10010000 | 1011110 | 10111 | 0 | 101100 | 11000011 | 1011000 | 11110 |
Color Harmonies of #096F90
Complementary color
Monochromatic Colors of #096F90
Black with #096F90
Text Example
Text Example
White with #096F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F90; }
p { color: rgb(9,111,144); }
H1.HeaderClassName
{
color: #096F90;
}
.AnyTagClassName
{
color: #096F90;
}
</style>
background-color css
<style>
a { background-color: #096F90; }
a { background-color: rgb(9,111,144); }
div.DivClassName
{
background-color: #096F90;
}
.BgClassName
{
background-color: #096F90;
}
</style>
border-color css
<style>
span { border-color: #096F90; }
span { border-color: rgb(9,111,144); }
td.TdClassName
{
border-color: #096F90;
}
.TagClassName
{
border-color: #096F90;
}
</style>