Shades of Allports #08658D
Tints of Allports #08658D
RGB
CMYK
RGB Variations
Color information
#08658D (or 0x08658D) is known color: Allports. HEX triplet: 08, 65 and 8D. RGB value is (8,101,141). Sum of RGB (Red+Green+Blue) = 8+101+141=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #08658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08658D is #F79A72. Grayscale: #4D4D4D. Windows color (decimal): -16226931 or 9266440. OLE color: 9266440.
HSL color Cylindrical-coordinate representation of color #08658D: hue angle of 198.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08658D is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 101 | 141 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.45 |
| HSL | 198.05º | 0.89% | 0.29% | - |
| HSV(B) | 198.05º | 0.94% | 0.55% | - |
| XYZ | 9.56 | 11.28 | 26.87 | - |
| YUV | 77.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 141 | 0.94 | 0.28 | 0 | 0.45 | 198.05 | 0.89 | 0.29 |
| Hex | 8 | 65 | 8D | 5E | 1C | 0 | 2D | C6 | 59 | 1D |
| Octal | 10 | 145 | 215 | 136 | 34 | 0 | 55 | 306 | 131 | 35 |
| Binary | 1000 | 1100101 | 10001101 | 1011110 | 11100 | 0 | 101101 | 11000110 | 1011001 | 11101 |
Color Harmonies of #08658D
Complementary color
Monochromatic Colors of #08658D
Black with #08658D
Text Example
Text Example
White with #08658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08658D; }
p { color: rgb(8,101,141); }
H1.HeaderClassName
{
color: #08658D;
}
.AnyTagClassName
{
color: #08658D;
}
</style>
background-color css
<style>
a { background-color: #08658D; }
a { background-color: rgb(8,101,141); }
div.DivClassName
{
background-color: #08658D;
}
.BgClassName
{
background-color: #08658D;
}
</style>
border-color css
<style>
span { border-color: #08658D; }
span { border-color: rgb(8,101,141); }
td.TdClassName
{
border-color: #08658D;
}
.TagClassName
{
border-color: #08658D;
}
</style>