Shades of Allports #086390
Tints of Allports #086390
RGB
CMYK
RGB Variations
Color information
#086390 (or 0x086390) is known color: Allports. HEX triplet: 08, 63 and 90. RGB value is (8,99,144). Sum of RGB (Red+Green+Blue) = 8+99+144=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #086390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086390 is #F79C6F. Grayscale: #4C4C4C. Windows color (decimal): -16227440 or 9462536. OLE color: 9462536.
HSL color Cylindrical-coordinate representation of color #086390: hue angle of 199.85º 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 #086390 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 99 | 144 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.44 |
| HSL | 199.85º | 0.89% | 0.3% | - |
| HSV(B) | 199.85º | 0.94% | 0.56% | - |
| XYZ | 9.6 | 10.99 | 28 | - |
| YUV | 76.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 144 | 0.94 | 0.31 | 0 | 0.44 | 199.85 | 0.89 | 0.3 |
| Hex | 8 | 63 | 90 | 5E | 1F | 0 | 2C | C8 | 59 | 1E |
| Octal | 10 | 143 | 220 | 136 | 37 | 0 | 54 | 310 | 131 | 36 |
| Binary | 1000 | 1100011 | 10010000 | 1011110 | 11111 | 0 | 101100 | 11001000 | 1011001 | 11110 |
Color Harmonies of #086390
Complementary color
Monochromatic Colors of #086390
Black with #086390
Text Example
Text Example
White with #086390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086390; }
p { color: rgb(8,99,144); }
H1.HeaderClassName
{
color: #086390;
}
.AnyTagClassName
{
color: #086390;
}
</style>
background-color css
<style>
a { background-color: #086390; }
a { background-color: rgb(8,99,144); }
div.DivClassName
{
background-color: #086390;
}
.BgClassName
{
background-color: #086390;
}
</style>
border-color css
<style>
span { border-color: #086390; }
span { border-color: rgb(8,99,144); }
td.TdClassName
{
border-color: #086390;
}
.TagClassName
{
border-color: #086390;
}
</style>