Shades of Allports #097089
Tints of Allports #097089
RGB
CMYK
RGB Variations
Color information
#097089 (or 0x097089) is known color: Allports. HEX triplet: 09, 70 and 89. RGB value is (9,112,137). Sum of RGB (Red+Green+Blue) = 9+112+137=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #097089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097089 is #F68F76. Grayscale: #535353. Windows color (decimal): -16158583 or 9007113. OLE color: 9007113.
HSL color Cylindrical-coordinate representation of color #097089: hue angle of 191.72º 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 #097089 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 112 | 137 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.46 |
| HSL | 191.72º | 0.88% | 0.29% | - |
| HSV(B) | 191.72º | 0.93% | 0.54% | - |
| XYZ | 10.42 | 13.45 | 25.71 | - |
| YUV | 84.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 137 | 0.93 | 0.18 | 0 | 0.46 | 191.72 | 0.88 | 0.29 |
| Hex | 9 | 70 | 89 | 5D | 12 | 0 | 2E | C0 | 58 | 1D |
| Octal | 11 | 160 | 211 | 135 | 22 | 0 | 56 | 300 | 130 | 35 |
| Binary | 1001 | 1110000 | 10001001 | 1011101 | 10010 | 0 | 101110 | 11000000 | 1011000 | 11101 |
Color Harmonies of #097089
Complementary color
Monochromatic Colors of #097089
Black with #097089
Text Example
Text Example
White with #097089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097089; }
p { color: rgb(9,112,137); }
H1.HeaderClassName
{
color: #097089;
}
.AnyTagClassName
{
color: #097089;
}
</style>
background-color css
<style>
a { background-color: #097089; }
a { background-color: rgb(9,112,137); }
div.DivClassName
{
background-color: #097089;
}
.BgClassName
{
background-color: #097089;
}
</style>
border-color css
<style>
span { border-color: #097089; }
span { border-color: rgb(9,112,137); }
td.TdClassName
{
border-color: #097089;
}
.TagClassName
{
border-color: #097089;
}
</style>