Shades of Allports #096B8F
Tints of Allports #096B8F
RGB
CMYK
RGB Variations
Color information
#096B8F (or 0x096B8F) is known color: Allports. HEX triplet: 09, 6B and 8F. RGB value is (9,107,143). Sum of RGB (Red+Green+Blue) = 9+107+143=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #096B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B8F is #F69470. Grayscale: #515151. Windows color (decimal): -16159857 or 9399049. OLE color: 9399049.
HSL color Cylindrical-coordinate representation of color #096B8F: hue angle of 196.12º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096B8F is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 107 | 143 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.44 |
| HSL | 196.12º | 0.88% | 0.3% | - |
| HSV(B) | 196.12º | 0.94% | 0.56% | - |
| XYZ | 10.33 | 12.56 | 27.87 | - |
| YUV | 81.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 143 | 0.94 | 0.25 | 0 | 0.44 | 196.12 | 0.88 | 0.3 |
| Hex | 9 | 6B | 8F | 5E | 19 | 0 | 2C | C4 | 58 | 1E |
| Octal | 11 | 153 | 217 | 136 | 31 | 0 | 54 | 304 | 130 | 36 |
| Binary | 1001 | 1101011 | 10001111 | 1011110 | 11001 | 0 | 101100 | 11000100 | 1011000 | 11110 |
Color Harmonies of #096B8F
Complementary color
Monochromatic Colors of #096B8F
Black with #096B8F
Text Example
Text Example
White with #096B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B8F; }
p { color: rgb(9,107,143); }
H1.HeaderClassName
{
color: #096B8F;
}
.AnyTagClassName
{
color: #096B8F;
}
</style>
background-color css
<style>
a { background-color: #096B8F; }
a { background-color: rgb(9,107,143); }
div.DivClassName
{
background-color: #096B8F;
}
.BgClassName
{
background-color: #096B8F;
}
</style>
border-color css
<style>
span { border-color: #096B8F; }
span { border-color: rgb(9,107,143); }
td.TdClassName
{
border-color: #096B8F;
}
.TagClassName
{
border-color: #096B8F;
}
</style>