Shades of Allports #096888
Tints of Allports #096888
RGB
CMYK
RGB Variations
Color information
#096888 (or 0x096888) is known color: Allports. HEX triplet: 09, 68 and 88. RGB value is (9,104,136). Sum of RGB (Red+Green+Blue) = 9+104+136=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #096888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096888 is #F69777. Grayscale: #4F4F4F. Windows color (decimal): -16160632 or 8939529. OLE color: 8939529.
HSL color Cylindrical-coordinate representation of color #096888: hue angle of 195.12º 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 #096888 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 104 | 136 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.47 |
| HSL | 195.12º | 0.88% | 0.28% | - |
| HSV(B) | 195.12º | 0.93% | 0.53% | - |
| XYZ | 9.51 | 11.74 | 25.06 | - |
| YUV | 79.24 | 160.03 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 136 | 0.93 | 0.24 | 0 | 0.47 | 195.12 | 0.88 | 0.28 |
| Hex | 9 | 68 | 88 | 5D | 18 | 0 | 2F | C3 | 58 | 1C |
| Octal | 11 | 150 | 210 | 135 | 30 | 0 | 57 | 303 | 130 | 34 |
| Binary | 1001 | 1101000 | 10001000 | 1011101 | 11000 | 0 | 101111 | 11000011 | 1011000 | 11100 |
Color Harmonies of #096888
Complementary color
Monochromatic Colors of #096888
Black with #096888
Text Example
Text Example
White with #096888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096888; }
p { color: rgb(9,104,136); }
H1.HeaderClassName
{
color: #096888;
}
.AnyTagClassName
{
color: #096888;
}
</style>
background-color css
<style>
a { background-color: #096888; }
a { background-color: rgb(9,104,136); }
div.DivClassName
{
background-color: #096888;
}
.BgClassName
{
background-color: #096888;
}
</style>
border-color css
<style>
span { border-color: #096888; }
span { border-color: rgb(9,104,136); }
td.TdClassName
{
border-color: #096888;
}
.TagClassName
{
border-color: #096888;
}
</style>