Shades of Allports #096C8B
Tints of Allports #096C8B
RGB
CMYK
RGB Variations
Color information
#096C8B (or 0x096C8B) is known color: Allports. HEX triplet: 09, 6C and 8B. RGB value is (9,108,139). Sum of RGB (Red+Green+Blue) = 9+108+139=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #096C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C8B is #F69374. Grayscale: #515151. Windows color (decimal): -16159605 or 9137161. OLE color: 9137161.
HSL color Cylindrical-coordinate representation of color #096C8B: hue angle of 194.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096C8B is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 108 | 139 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.45 |
| HSL | 194.31º | 0.88% | 0.29% | - |
| HSV(B) | 194.31º | 0.94% | 0.55% | - |
| XYZ | 10.14 | 12.65 | 26.33 | - |
| YUV | 81.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 139 | 0.94 | 0.22 | 0 | 0.45 | 194.31 | 0.88 | 0.29 |
| Hex | 9 | 6C | 8B | 5E | 16 | 0 | 2D | C2 | 58 | 1D |
| Octal | 11 | 154 | 213 | 136 | 26 | 0 | 55 | 302 | 130 | 35 |
| Binary | 1001 | 1101100 | 10001011 | 1011110 | 10110 | 0 | 101101 | 11000010 | 1011000 | 11101 |
Color Harmonies of #096C8B
Complementary color
Monochromatic Colors of #096C8B
Black with #096C8B
Text Example
Text Example
White with #096C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C8B; }
p { color: rgb(9,108,139); }
H1.HeaderClassName
{
color: #096C8B;
}
.AnyTagClassName
{
color: #096C8B;
}
</style>
background-color css
<style>
a { background-color: #096C8B; }
a { background-color: rgb(9,108,139); }
div.DivClassName
{
background-color: #096C8B;
}
.BgClassName
{
background-color: #096C8B;
}
</style>
border-color css
<style>
span { border-color: #096C8B; }
span { border-color: rgb(9,108,139); }
td.TdClassName
{
border-color: #096C8B;
}
.TagClassName
{
border-color: #096C8B;
}
</style>