Shades of Allports #097088
Tints of Allports #097088
RGB
CMYK
RGB Variations
Color information
#097088 (or 0x097088) is known color: Allports. HEX triplet: 09, 70 and 88. RGB value is (9,112,136). Sum of RGB (Red+Green+Blue) = 9+112+136=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #097088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097088 is #F68F77. Grayscale: #535353. Windows color (decimal): -16158584 or 8941577. OLE color: 8941577.
HSL color Cylindrical-coordinate representation of color #097088: hue angle of 191.34º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097088 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 112 | 136 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.47 |
| HSL | 191.34º | 0.88% | 0.28% | - |
| HSV(B) | 191.34º | 0.93% | 0.53% | - |
| XYZ | 10.35 | 13.42 | 25.34 | - |
| YUV | 83.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 136 | 0.93 | 0.18 | 0 | 0.47 | 191.34 | 0.88 | 0.28 |
| Hex | 9 | 70 | 88 | 5D | 12 | 0 | 2F | BF | 58 | 1C |
| Octal | 11 | 160 | 210 | 135 | 22 | 0 | 57 | 277 | 130 | 34 |
| Binary | 1001 | 1110000 | 10001000 | 1011101 | 10010 | 0 | 101111 | 10111111 | 1011000 | 11100 |
Color Harmonies of #097088
Complementary color
Monochromatic Colors of #097088
Black with #097088
Text Example
Text Example
White with #097088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097088; }
p { color: rgb(9,112,136); }
H1.HeaderClassName
{
color: #097088;
}
.AnyTagClassName
{
color: #097088;
}
</style>
background-color css
<style>
a { background-color: #097088; }
a { background-color: rgb(9,112,136); }
div.DivClassName
{
background-color: #097088;
}
.BgClassName
{
background-color: #097088;
}
</style>
border-color css
<style>
span { border-color: #097088; }
span { border-color: rgb(9,112,136); }
td.TdClassName
{
border-color: #097088;
}
.TagClassName
{
border-color: #097088;
}
</style>