Shades of Allports #08628D
Tints of Allports #08628D
RGB
CMYK
RGB Variations
Color information
#08628D (or 0x08628D) is known color: Allports. HEX triplet: 08, 62 and 8D. RGB value is (8,98,141). Sum of RGB (Red+Green+Blue) = 8+98+141=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #08628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08628D is #F79D72. Grayscale: #4B4B4B. Windows color (decimal): -16227699 or 9265672. OLE color: 9265672.
HSL color Cylindrical-coordinate representation of color #08628D: hue angle of 199.4º 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 #08628D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 98 | 141 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.45 |
| HSL | 199.4º | 0.89% | 0.29% | - |
| HSV(B) | 199.4º | 0.94% | 0.55% | - |
| XYZ | 9.28 | 10.71 | 26.78 | - |
| YUV | 75.99 | 164.68 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 141 | 0.94 | 0.30 | 0 | 0.45 | 199.4 | 0.89 | 0.29 |
| Hex | 8 | 62 | 8D | 5E | 1E | 0 | 2D | C7 | 59 | 1D |
| Octal | 10 | 142 | 215 | 136 | 36 | 0 | 55 | 307 | 131 | 35 |
| Binary | 1000 | 1100010 | 10001101 | 1011110 | 11110 | 0 | 101101 | 11000111 | 1011001 | 11101 |
Color Harmonies of #08628D
Complementary color
Monochromatic Colors of #08628D
Black with #08628D
Text Example
Text Example
White with #08628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08628D; }
p { color: rgb(8,98,141); }
H1.HeaderClassName
{
color: #08628D;
}
.AnyTagClassName
{
color: #08628D;
}
</style>
background-color css
<style>
a { background-color: #08628D; }
a { background-color: rgb(8,98,141); }
div.DivClassName
{
background-color: #08628D;
}
.BgClassName
{
background-color: #08628D;
}
</style>
border-color css
<style>
span { border-color: #08628D; }
span { border-color: rgb(8,98,141); }
td.TdClassName
{
border-color: #08628D;
}
.TagClassName
{
border-color: #08628D;
}
</style>