Shades of Allports #096C85
Tints of Allports #096C85
RGB
CMYK
RGB Variations
Color information
#096C85 (or 0x096C85) is known color: Allports. HEX triplet: 09, 6C and 85. RGB value is (9,108,133). Sum of RGB (Red+Green+Blue) = 9+108+133=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #096C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C85 is #F6937A. Grayscale: #515151. Windows color (decimal): -16159611 or 8743945. OLE color: 8743945.
HSL color Cylindrical-coordinate representation of color #096C85: hue angle of 192.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096C85 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 108 | 133 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.48 |
| HSL | 192.1º | 0.87% | 0.28% | - |
| HSV(B) | 192.1º | 0.93% | 0.52% | - |
| XYZ | 9.71 | 12.48 | 24.09 | - |
| YUV | 81.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 133 | 0.93 | 0.19 | 0 | 0.48 | 192.1 | 0.87 | 0.28 |
| Hex | 9 | 6C | 85 | 5D | 13 | 0 | 30 | C0 | 57 | 1C |
| Octal | 11 | 154 | 205 | 135 | 23 | 0 | 60 | 300 | 127 | 34 |
| Binary | 1001 | 1101100 | 10000101 | 1011101 | 10011 | 0 | 110000 | 11000000 | 1010111 | 11100 |
Color Harmonies of #096C85
Complementary color
Monochromatic Colors of #096C85
Black with #096C85
Text Example
Text Example
White with #096C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C85; }
p { color: rgb(9,108,133); }
H1.HeaderClassName
{
color: #096C85;
}
.AnyTagClassName
{
color: #096C85;
}
</style>
background-color css
<style>
a { background-color: #096C85; }
a { background-color: rgb(9,108,133); }
div.DivClassName
{
background-color: #096C85;
}
.BgClassName
{
background-color: #096C85;
}
</style>
border-color css
<style>
span { border-color: #096C85; }
span { border-color: rgb(9,108,133); }
td.TdClassName
{
border-color: #096C85;
}
.TagClassName
{
border-color: #096C85;
}
</style>