Shades of Allports #096B88
Tints of Allports #096B88
RGB
CMYK
RGB Variations
Color information
#096B88 (or 0x096B88) is known color: Allports. HEX triplet: 09, 6B and 88. RGB value is (9,107,136). Sum of RGB (Red+Green+Blue) = 9+107+136=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #096B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B88 is #F69477. Grayscale: #505050. Windows color (decimal): -16159864 or 8940297. OLE color: 8940297.
HSL color Cylindrical-coordinate representation of color #096B88: hue angle of 193.7º 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 #096B88 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 107 | 136 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.47 |
| HSL | 193.7º | 0.88% | 0.28% | - |
| HSV(B) | 193.7º | 0.93% | 0.53% | - |
| XYZ | 9.81 | 12.35 | 25.16 | - |
| YUV | 81 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 136 | 0.93 | 0.21 | 0 | 0.47 | 193.7 | 0.88 | 0.28 |
| Hex | 9 | 6B | 88 | 5D | 15 | 0 | 2F | C2 | 58 | 1C |
| Octal | 11 | 153 | 210 | 135 | 25 | 0 | 57 | 302 | 130 | 34 |
| Binary | 1001 | 1101011 | 10001000 | 1011101 | 10101 | 0 | 101111 | 11000010 | 1011000 | 11100 |
Color Harmonies of #096B88
Complementary color
Monochromatic Colors of #096B88
Black with #096B88
Text Example
Text Example
White with #096B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B88; }
p { color: rgb(9,107,136); }
H1.HeaderClassName
{
color: #096B88;
}
.AnyTagClassName
{
color: #096B88;
}
</style>
background-color css
<style>
a { background-color: #096B88; }
a { background-color: rgb(9,107,136); }
div.DivClassName
{
background-color: #096B88;
}
.BgClassName
{
background-color: #096B88;
}
</style>
border-color css
<style>
span { border-color: #096B88; }
span { border-color: rgb(9,107,136); }
td.TdClassName
{
border-color: #096B88;
}
.TagClassName
{
border-color: #096B88;
}
</style>