Shades of Allports #08608D
Tints of Allports #08608D
RGB
CMYK
RGB Variations
Color information
#08608D (or 0x08608D) is known color: Allports. HEX triplet: 08, 60 and 8D. RGB value is (8,96,141). Sum of RGB (Red+Green+Blue) = 8+96+141=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #08608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08608D is #F79F72. Grayscale: #4A4A4A. Windows color (decimal): -16228211 or 9265160. OLE color: 9265160.
HSL color Cylindrical-coordinate representation of color #08608D: hue angle of 200.3º 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 #08608D is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 96 | 141 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.45 |
| HSL | 200.3º | 0.89% | 0.29% | - |
| HSV(B) | 200.3º | 0.94% | 0.55% | - |
| XYZ | 9.09 | 10.34 | 26.72 | - |
| YUV | 74.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 141 | 0.94 | 0.32 | 0 | 0.45 | 200.3 | 0.89 | 0.29 |
| Hex | 8 | 60 | 8D | 5E | 20 | 0 | 2D | C8 | 59 | 1D |
| Octal | 10 | 140 | 215 | 136 | 40 | 0 | 55 | 310 | 131 | 35 |
| Binary | 1000 | 1100000 | 10001101 | 1011110 | 100000 | 0 | 101101 | 11001000 | 1011001 | 11101 |
Color Harmonies of #08608D
Complementary color
Monochromatic Colors of #08608D
Black with #08608D
Text Example
Text Example
White with #08608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08608D; }
p { color: rgb(8,96,141); }
H1.HeaderClassName
{
color: #08608D;
}
.AnyTagClassName
{
color: #08608D;
}
</style>
background-color css
<style>
a { background-color: #08608D; }
a { background-color: rgb(8,96,141); }
div.DivClassName
{
background-color: #08608D;
}
.BgClassName
{
background-color: #08608D;
}
</style>
border-color css
<style>
span { border-color: #08608D; }
span { border-color: rgb(8,96,141); }
td.TdClassName
{
border-color: #08608D;
}
.TagClassName
{
border-color: #08608D;
}
</style>