Shades of Allports #085F87
Tints of Allports #085F87
RGB
CMYK
RGB Variations
Color information
#085F87 (or 0x085F87) is known color: Allports. HEX triplet: 08, 5F and 87. RGB value is (8,95,135). Sum of RGB (Red+Green+Blue) = 8+95+135=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #085F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F87 is #F7A078. Grayscale: #494949. Windows color (decimal): -16228473 or 8871688. OLE color: 8871688.
HSL color Cylindrical-coordinate representation of color #085F87: hue angle of 198.9º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085F87 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 95 | 135 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.47 |
| HSL | 198.9º | 0.89% | 0.28% | - |
| HSV(B) | 198.9º | 0.94% | 0.53% | - |
| XYZ | 8.57 | 9.99 | 24.4 | - |
| YUV | 73.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 135 | 0.94 | 0.30 | 0 | 0.47 | 198.9 | 0.89 | 0.28 |
| Hex | 8 | 5F | 87 | 5E | 1E | 0 | 2F | C7 | 59 | 1C |
| Octal | 10 | 137 | 207 | 136 | 36 | 0 | 57 | 307 | 131 | 34 |
| Binary | 1000 | 1011111 | 10000111 | 1011110 | 11110 | 0 | 101111 | 11000111 | 1011001 | 11100 |
Color Harmonies of #085F87
Complementary color
Monochromatic Colors of #085F87
Black with #085F87
Text Example
Text Example
White with #085F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F87; }
p { color: rgb(8,95,135); }
H1.HeaderClassName
{
color: #085F87;
}
.AnyTagClassName
{
color: #085F87;
}
</style>
background-color css
<style>
a { background-color: #085F87; }
a { background-color: rgb(8,95,135); }
div.DivClassName
{
background-color: #085F87;
}
.BgClassName
{
background-color: #085F87;
}
</style>
border-color css
<style>
span { border-color: #085F87; }
span { border-color: rgb(8,95,135); }
td.TdClassName
{
border-color: #085F87;
}
.TagClassName
{
border-color: #085F87;
}
</style>