Shades of Allports #086090
Tints of Allports #086090
RGB
CMYK
RGB Variations
Color information
#086090 (or 0x086090) is known color: Allports. HEX triplet: 08, 60 and 90. RGB value is (8,96,144). Sum of RGB (Red+Green+Blue) = 8+96+144=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #086090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086090 is #F79F6F. Grayscale: #4A4A4A. Windows color (decimal): -16228208 or 9461768. OLE color: 9461768.
HSL color Cylindrical-coordinate representation of color #086090: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086090 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 96 | 144 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.44 |
| HSL | 201.18º | 0.89% | 0.3% | - |
| HSV(B) | 201.18º | 0.94% | 0.56% | - |
| XYZ | 9.32 | 10.43 | 27.91 | - |
| YUV | 75.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 144 | 0.94 | 0.33 | 0 | 0.44 | 201.18 | 0.89 | 0.3 |
| Hex | 8 | 60 | 90 | 5E | 21 | 0 | 2C | C9 | 59 | 1E |
| Octal | 10 | 140 | 220 | 136 | 41 | 0 | 54 | 311 | 131 | 36 |
| Binary | 1000 | 1100000 | 10010000 | 1011110 | 100001 | 0 | 101100 | 11001001 | 1011001 | 11110 |
Color Harmonies of #086090
Complementary color
Monochromatic Colors of #086090
Black with #086090
Text Example
Text Example
White with #086090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086090; }
p { color: rgb(8,96,144); }
H1.HeaderClassName
{
color: #086090;
}
.AnyTagClassName
{
color: #086090;
}
</style>
background-color css
<style>
a { background-color: #086090; }
a { background-color: rgb(8,96,144); }
div.DivClassName
{
background-color: #086090;
}
.BgClassName
{
background-color: #086090;
}
</style>
border-color css
<style>
span { border-color: #086090; }
span { border-color: rgb(8,96,144); }
td.TdClassName
{
border-color: #086090;
}
.TagClassName
{
border-color: #086090;
}
</style>