Shades of Allports #096E89
Tints of Allports #096E89
RGB
CMYK
RGB Variations
Color information
#096E89 (or 0x096E89) is known color: Allports. HEX triplet: 09, 6E and 89. RGB value is (9,110,137). Sum of RGB (Red+Green+Blue) = 9+110+137=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #096E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E89 is #F69176. Grayscale: #525252. Windows color (decimal): -16159095 or 9006601. OLE color: 9006601.
HSL color Cylindrical-coordinate representation of color #096E89: hue angle of 192.66º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096E89 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 110 | 137 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.46 |
| HSL | 192.66º | 0.88% | 0.29% | - |
| HSV(B) | 192.66º | 0.93% | 0.54% | - |
| XYZ | 10.2 | 13.02 | 25.64 | - |
| YUV | 82.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 137 | 0.93 | 0.20 | 0 | 0.46 | 192.66 | 0.88 | 0.29 |
| Hex | 9 | 6E | 89 | 5D | 14 | 0 | 2E | C1 | 58 | 1D |
| Octal | 11 | 156 | 211 | 135 | 24 | 0 | 56 | 301 | 130 | 35 |
| Binary | 1001 | 1101110 | 10001001 | 1011101 | 10100 | 0 | 101110 | 11000001 | 1011000 | 11101 |
Color Harmonies of #096E89
Complementary color
Monochromatic Colors of #096E89
Black with #096E89
Text Example
Text Example
White with #096E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E89; }
p { color: rgb(9,110,137); }
H1.HeaderClassName
{
color: #096E89;
}
.AnyTagClassName
{
color: #096E89;
}
</style>
background-color css
<style>
a { background-color: #096E89; }
a { background-color: rgb(9,110,137); }
div.DivClassName
{
background-color: #096E89;
}
.BgClassName
{
background-color: #096E89;
}
</style>
border-color css
<style>
span { border-color: #096E89; }
span { border-color: rgb(9,110,137); }
td.TdClassName
{
border-color: #096E89;
}
.TagClassName
{
border-color: #096E89;
}
</style>