Shades of Allports #096688
Tints of Allports #096688
RGB
CMYK
RGB Variations
Color information
#096688 (or 0x096688) is known color: Allports. HEX triplet: 09, 66 and 88. RGB value is (9,102,136). Sum of RGB (Red+Green+Blue) = 9+102+136=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #096688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096688 is #F69977. Grayscale: #4D4D4D. Windows color (decimal): -16161144 or 8939017. OLE color: 8939017.
HSL color Cylindrical-coordinate representation of color #096688: hue angle of 196.06º 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 #096688 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 102 | 136 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.47 |
| HSL | 196.06º | 0.88% | 0.28% | - |
| HSV(B) | 196.06º | 0.93% | 0.53% | - |
| XYZ | 9.31 | 11.34 | 24.99 | - |
| YUV | 78.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 136 | 0.93 | 0.25 | 0 | 0.47 | 196.06 | 0.88 | 0.28 |
| Hex | 9 | 66 | 88 | 5D | 19 | 0 | 2F | C4 | 58 | 1C |
| Octal | 11 | 146 | 210 | 135 | 31 | 0 | 57 | 304 | 130 | 34 |
| Binary | 1001 | 1100110 | 10001000 | 1011101 | 11001 | 0 | 101111 | 11000100 | 1011000 | 11100 |
Color Harmonies of #096688
Complementary color
Monochromatic Colors of #096688
Black with #096688
Text Example
Text Example
White with #096688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096688; }
p { color: rgb(9,102,136); }
H1.HeaderClassName
{
color: #096688;
}
.AnyTagClassName
{
color: #096688;
}
</style>
background-color css
<style>
a { background-color: #096688; }
a { background-color: rgb(9,102,136); }
div.DivClassName
{
background-color: #096688;
}
.BgClassName
{
background-color: #096688;
}
</style>
border-color css
<style>
span { border-color: #096688; }
span { border-color: rgb(9,102,136); }
td.TdClassName
{
border-color: #096688;
}
.TagClassName
{
border-color: #096688;
}
</style>