Shades of Allports #096089
Tints of Allports #096089
RGB
CMYK
RGB Variations
Color information
#096089 (or 0x096089) is known color: Allports. HEX triplet: 09, 60 and 89. RGB value is (9,96,137). Sum of RGB (Red+Green+Blue) = 9+96+137=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #096089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096089 is #F69F76. Grayscale: #4A4A4A. Windows color (decimal): -16162679 or 9003017. OLE color: 9003017.
HSL color Cylindrical-coordinate representation of color #096089: hue angle of 199.22º 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 #096089 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 96 | 137 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.46 |
| HSL | 199.22º | 0.88% | 0.29% | - |
| HSV(B) | 199.22º | 0.93% | 0.54% | - |
| XYZ | 8.81 | 10.23 | 25.18 | - |
| YUV | 74.66 | 163.18 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 137 | 0.93 | 0.30 | 0 | 0.46 | 199.22 | 0.88 | 0.29 |
| Hex | 9 | 60 | 89 | 5D | 1E | 0 | 2E | C7 | 58 | 1D |
| Octal | 11 | 140 | 211 | 135 | 36 | 0 | 56 | 307 | 130 | 35 |
| Binary | 1001 | 1100000 | 10001001 | 1011101 | 11110 | 0 | 101110 | 11000111 | 1011000 | 11101 |
Color Harmonies of #096089
Complementary color
Monochromatic Colors of #096089
Black with #096089
Text Example
Text Example
White with #096089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096089; }
p { color: rgb(9,96,137); }
H1.HeaderClassName
{
color: #096089;
}
.AnyTagClassName
{
color: #096089;
}
</style>
background-color css
<style>
a { background-color: #096089; }
a { background-color: rgb(9,96,137); }
div.DivClassName
{
background-color: #096089;
}
.BgClassName
{
background-color: #096089;
}
</style>
border-color css
<style>
span { border-color: #096089; }
span { border-color: rgb(9,96,137); }
td.TdClassName
{
border-color: #096089;
}
.TagClassName
{
border-color: #096089;
}
</style>