Shades of Allports #096187
Tints of Allports #096187
RGB
CMYK
RGB Variations
Color information
#096187 (or 0x096187) is known color: Allports. HEX triplet: 09, 61 and 87. RGB value is (9,97,135). Sum of RGB (Red+Green+Blue) = 9+97+135=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #096187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096187 is #F69E78. Grayscale: #4A4A4A. Windows color (decimal): -16162425 or 8872201. OLE color: 8872201.
HSL color Cylindrical-coordinate representation of color #096187: hue angle of 198.1º 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 #096187 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 97 | 135 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.47 |
| HSL | 198.1º | 0.88% | 0.28% | - |
| HSV(B) | 198.1º | 0.93% | 0.53% | - |
| XYZ | 8.76 | 10.36 | 24.46 | - |
| YUV | 75.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 135 | 0.93 | 0.28 | 0 | 0.47 | 198.1 | 0.88 | 0.28 |
| Hex | 9 | 61 | 87 | 5D | 1C | 0 | 2F | C6 | 58 | 1C |
| Octal | 11 | 141 | 207 | 135 | 34 | 0 | 57 | 306 | 130 | 34 |
| Binary | 1001 | 1100001 | 10000111 | 1011101 | 11100 | 0 | 101111 | 11000110 | 1011000 | 11100 |
Color Harmonies of #096187
Complementary color
Monochromatic Colors of #096187
Black with #096187
Text Example
Text Example
White with #096187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096187; }
p { color: rgb(9,97,135); }
H1.HeaderClassName
{
color: #096187;
}
.AnyTagClassName
{
color: #096187;
}
</style>
background-color css
<style>
a { background-color: #096187; }
a { background-color: rgb(9,97,135); }
div.DivClassName
{
background-color: #096187;
}
.BgClassName
{
background-color: #096187;
}
</style>
border-color css
<style>
span { border-color: #096187; }
span { border-color: rgb(9,97,135); }
td.TdClassName
{
border-color: #096187;
}
.TagClassName
{
border-color: #096187;
}
</style>