Shades of Allports #086985
Tints of Allports #086985
RGB
CMYK
RGB Variations
Color information
#086985 (or 0x086985) is known color: Allports. HEX triplet: 08, 69 and 85. RGB value is (8,105,133). Sum of RGB (Red+Green+Blue) = 8+105+133=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #086985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086985 is #F7967A. Grayscale: #4E4E4E. Windows color (decimal): -16225915 or 8743176. OLE color: 8743176.
HSL color Cylindrical-coordinate representation of color #086985: hue angle of 193.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086985 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 105 | 133 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.48 |
| HSL | 193.44º | 0.89% | 0.28% | - |
| HSV(B) | 193.44º | 0.94% | 0.52% | - |
| XYZ | 9.39 | 11.85 | 23.98 | - |
| YUV | 79.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 133 | 0.94 | 0.21 | 0 | 0.48 | 193.44 | 0.89 | 0.28 |
| Hex | 8 | 69 | 85 | 5E | 15 | 0 | 30 | C1 | 59 | 1C |
| Octal | 10 | 151 | 205 | 136 | 25 | 0 | 60 | 301 | 131 | 34 |
| Binary | 1000 | 1101001 | 10000101 | 1011110 | 10101 | 0 | 110000 | 11000001 | 1011001 | 11100 |
Color Harmonies of #086985
Complementary color
Monochromatic Colors of #086985
Black with #086985
Text Example
Text Example
White with #086985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086985; }
p { color: rgb(8,105,133); }
H1.HeaderClassName
{
color: #086985;
}
.AnyTagClassName
{
color: #086985;
}
</style>
background-color css
<style>
a { background-color: #086985; }
a { background-color: rgb(8,105,133); }
div.DivClassName
{
background-color: #086985;
}
.BgClassName
{
background-color: #086985;
}
</style>
border-color css
<style>
span { border-color: #086985; }
span { border-color: rgb(8,105,133); }
td.TdClassName
{
border-color: #086985;
}
.TagClassName
{
border-color: #086985;
}
</style>