Shades of Allports #096E88
Tints of Allports #096E88
RGB
CMYK
RGB Variations
Color information
#096E88 (or 0x096E88) is known color: Allports. HEX triplet: 09, 6E and 88. RGB value is (9,110,136). Sum of RGB (Red+Green+Blue) = 9+110+136=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #096E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E88 is #F69177. Grayscale: #525252. Windows color (decimal): -16159096 or 8941065. OLE color: 8941065.
HSL color Cylindrical-coordinate representation of color #096E88: hue angle of 192.28º 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 #096E88 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 110 | 136 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.47 |
| HSL | 192.28º | 0.88% | 0.28% | - |
| HSV(B) | 192.28º | 0.93% | 0.53% | - |
| XYZ | 10.13 | 12.99 | 25.27 | - |
| YUV | 82.77 | 158.04 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 136 | 0.93 | 0.19 | 0 | 0.47 | 192.28 | 0.88 | 0.28 |
| Hex | 9 | 6E | 88 | 5D | 13 | 0 | 2F | C0 | 58 | 1C |
| Octal | 11 | 156 | 210 | 135 | 23 | 0 | 57 | 300 | 130 | 34 |
| Binary | 1001 | 1101110 | 10001000 | 1011101 | 10011 | 0 | 101111 | 11000000 | 1011000 | 11100 |
Color Harmonies of #096E88
Complementary color
Monochromatic Colors of #096E88
Black with #096E88
Text Example
Text Example
White with #096E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E88; }
p { color: rgb(9,110,136); }
H1.HeaderClassName
{
color: #096E88;
}
.AnyTagClassName
{
color: #096E88;
}
</style>
background-color css
<style>
a { background-color: #096E88; }
a { background-color: rgb(9,110,136); }
div.DivClassName
{
background-color: #096E88;
}
.BgClassName
{
background-color: #096E88;
}
</style>
border-color css
<style>
span { border-color: #096E88; }
span { border-color: rgb(9,110,136); }
td.TdClassName
{
border-color: #096E88;
}
.TagClassName
{
border-color: #096E88;
}
</style>