Shades of Allports #086290
Tints of Allports #086290
RGB
CMYK
RGB Variations
Color information
#086290 (or 0x086290) is known color: Allports. HEX triplet: 08, 62 and 90. RGB value is (8,98,144). Sum of RGB (Red+Green+Blue) = 8+98+144=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #086290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086290 is #F79D6F. Grayscale: #4C4C4C. Windows color (decimal): -16227696 or 9462280. OLE color: 9462280.
HSL color Cylindrical-coordinate representation of color #086290: hue angle of 200.29º 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 #086290 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 98 | 144 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.44 |
| HSL | 200.29º | 0.89% | 0.3% | - |
| HSV(B) | 200.29º | 0.94% | 0.56% | - |
| XYZ | 9.5 | 10.8 | 27.97 | - |
| YUV | 76.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 144 | 0.94 | 0.32 | 0 | 0.44 | 200.29 | 0.89 | 0.3 |
| Hex | 8 | 62 | 90 | 5E | 20 | 0 | 2C | C8 | 59 | 1E |
| Octal | 10 | 142 | 220 | 136 | 40 | 0 | 54 | 310 | 131 | 36 |
| Binary | 1000 | 1100010 | 10010000 | 1011110 | 100000 | 0 | 101100 | 11001000 | 1011001 | 11110 |
Color Harmonies of #086290
Complementary color
Monochromatic Colors of #086290
Black with #086290
Text Example
Text Example
White with #086290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086290; }
p { color: rgb(8,98,144); }
H1.HeaderClassName
{
color: #086290;
}
.AnyTagClassName
{
color: #086290;
}
</style>
background-color css
<style>
a { background-color: #086290; }
a { background-color: rgb(8,98,144); }
div.DivClassName
{
background-color: #086290;
}
.BgClassName
{
background-color: #086290;
}
</style>
border-color css
<style>
span { border-color: #086290; }
span { border-color: rgb(8,98,144); }
td.TdClassName
{
border-color: #086290;
}
.TagClassName
{
border-color: #086290;
}
</style>