Shades of Allports #096186
Tints of Allports #096186
RGB
CMYK
RGB Variations
Color information
#096186 (or 0x096186) is known color: Allports. HEX triplet: 09, 61 and 86. RGB value is (9,97,134). Sum of RGB (Red+Green+Blue) = 9+97+134=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #096186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096186 is #F69E79. Grayscale: #4A4A4A. Windows color (decimal): -16162426 or 8806665. OLE color: 8806665.
HSL color Cylindrical-coordinate representation of color #096186: hue angle of 197.76º degrees, saturation: 0.87, 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 #096186 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 97 | 134 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.47 |
| HSL | 197.76º | 0.87% | 0.28% | - |
| HSV(B) | 197.76º | 0.93% | 0.53% | - |
| XYZ | 8.69 | 10.33 | 24.09 | - |
| YUV | 74.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 134 | 0.93 | 0.28 | 0 | 0.47 | 197.76 | 0.87 | 0.28 |
| Hex | 9 | 61 | 86 | 5D | 1C | 0 | 2F | C6 | 57 | 1C |
| Octal | 11 | 141 | 206 | 135 | 34 | 0 | 57 | 306 | 127 | 34 |
| Binary | 1001 | 1100001 | 10000110 | 1011101 | 11100 | 0 | 101111 | 11000110 | 1010111 | 11100 |
Color Harmonies of #096186
Complementary color
Monochromatic Colors of #096186
Black with #096186
Text Example
Text Example
White with #096186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096186; }
p { color: rgb(9,97,134); }
H1.HeaderClassName
{
color: #096186;
}
.AnyTagClassName
{
color: #096186;
}
</style>
background-color css
<style>
a { background-color: #096186; }
a { background-color: rgb(9,97,134); }
div.DivClassName
{
background-color: #096186;
}
.BgClassName
{
background-color: #096186;
}
</style>
border-color css
<style>
span { border-color: #096186; }
span { border-color: rgb(9,97,134); }
td.TdClassName
{
border-color: #096186;
}
.TagClassName
{
border-color: #096186;
}
</style>