Shades of Cerulean #096B90
Tints of Cerulean #096B90
RGB
CMYK
RGB Variations
Color information
#096B90 (or 0x096B90) is known color: Cerulean. HEX triplet: 09, 6B and 90. RGB value is (9,107,144). Sum of RGB (Red+Green+Blue) = 9+107+144=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #096B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B90 is #F6946F. Grayscale: #515151. Windows color (decimal): -16159856 or 9464585. OLE color: 9464585.
HSL color Cylindrical-coordinate representation of color #096B90: hue angle of 196.44º 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 #096B90 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 107 | 144 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.44 |
| HSL | 196.44º | 0.88% | 0.3% | - |
| HSV(B) | 196.44º | 0.94% | 0.56% | - |
| XYZ | 10.4 | 12.59 | 28.27 | - |
| YUV | 81.92 | 163.03 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 144 | 0.94 | 0.26 | 0 | 0.44 | 196.44 | 0.88 | 0.3 |
| Hex | 9 | 6B | 90 | 5E | 1A | 0 | 2C | C4 | 58 | 1E |
| Octal | 11 | 153 | 220 | 136 | 32 | 0 | 54 | 304 | 130 | 36 |
| Binary | 1001 | 1101011 | 10010000 | 1011110 | 11010 | 0 | 101100 | 11000100 | 1011000 | 11110 |
Color Harmonies of #096B90
Complementary color
Monochromatic Colors of #096B90
Black with #096B90
Text Example
Text Example
White with #096B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B90; }
p { color: rgb(9,107,144); }
H1.HeaderClassName
{
color: #096B90;
}
.AnyTagClassName
{
color: #096B90;
}
</style>
background-color css
<style>
a { background-color: #096B90; }
a { background-color: rgb(9,107,144); }
div.DivClassName
{
background-color: #096B90;
}
.BgClassName
{
background-color: #096B90;
}
</style>
border-color css
<style>
span { border-color: #096B90; }
span { border-color: rgb(9,107,144); }
td.TdClassName
{
border-color: #096B90;
}
.TagClassName
{
border-color: #096B90;
}
</style>