Shades of Allports #08658F
Tints of Allports #08658F
RGB
CMYK
RGB Variations
Color information
#08658F (or 0x08658F) is known color: Allports. HEX triplet: 08, 65 and 8F. RGB value is (8,101,143). Sum of RGB (Red+Green+Blue) = 8+101+143=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #08658F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08658F is #F79A70. Grayscale: #4D4D4D. Windows color (decimal): -16226929 or 9397512. OLE color: 9397512.
HSL color Cylindrical-coordinate representation of color #08658F: hue angle of 198.67º 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 #08658F is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 101 | 143 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.44 |
| HSL | 198.67º | 0.89% | 0.3% | - |
| HSV(B) | 198.67º | 0.94% | 0.56% | - |
| XYZ | 9.71 | 11.34 | 27.66 | - |
| YUV | 77.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 143 | 0.94 | 0.29 | 0 | 0.44 | 198.67 | 0.89 | 0.3 |
| Hex | 8 | 65 | 8F | 5E | 1D | 0 | 2C | C7 | 59 | 1E |
| Octal | 10 | 145 | 217 | 136 | 35 | 0 | 54 | 307 | 131 | 36 |
| Binary | 1000 | 1100101 | 10001111 | 1011110 | 11101 | 0 | 101100 | 11000111 | 1011001 | 11110 |
Color Harmonies of #08658F
Complementary color
Monochromatic Colors of #08658F
Black with #08658F
Text Example
Text Example
White with #08658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08658F; }
p { color: rgb(8,101,143); }
H1.HeaderClassName
{
color: #08658F;
}
.AnyTagClassName
{
color: #08658F;
}
</style>
background-color css
<style>
a { background-color: #08658F; }
a { background-color: rgb(8,101,143); }
div.DivClassName
{
background-color: #08658F;
}
.BgClassName
{
background-color: #08658F;
}
</style>
border-color css
<style>
span { border-color: #08658F; }
span { border-color: rgb(8,101,143); }
td.TdClassName
{
border-color: #08658F;
}
.TagClassName
{
border-color: #08658F;
}
</style>