Shades of Blue Lagoon #08617A
Tints of Blue Lagoon #08617A
RGB
CMYK
RGB Variations
Color information
#08617A (or 0x08617A) is known color: Blue Lagoon. HEX triplet: 08, 61 and 7A. RGB value is (8,97,122). Sum of RGB (Red+Green+Blue) = 8+97+122=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #08617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08617A is #F79E85. Grayscale: #494949. Windows color (decimal): -16227974 or 8020232. OLE color: 8020232.
HSL color Cylindrical-coordinate representation of color #08617A: hue angle of 193.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08617A is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 97 | 122 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.52 |
| HSL | 193.16º | 0.88% | 0.25% | - |
| HSV(B) | 193.16º | 0.93% | 0.48% | - |
| XYZ | 7.89 | 10.01 | 19.93 | - |
| YUV | 73.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 122 | 0.93 | 0.20 | 0 | 0.52 | 193.16 | 0.88 | 0.25 |
| Hex | 8 | 61 | 7A | 5D | 14 | 0 | 34 | C1 | 58 | 19 |
| Octal | 10 | 141 | 172 | 135 | 24 | 0 | 64 | 301 | 130 | 31 |
| Binary | 1000 | 1100001 | 1111010 | 1011101 | 10100 | 0 | 110100 | 11000001 | 1011000 | 11001 |
Color Harmonies of #08617A
Complementary color
Monochromatic Colors of #08617A
Black with #08617A
Text Example
Text Example
White with #08617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08617A; }
p { color: rgb(8,97,122); }
H1.HeaderClassName
{
color: #08617A;
}
.AnyTagClassName
{
color: #08617A;
}
</style>
background-color css
<style>
a { background-color: #08617A; }
a { background-color: rgb(8,97,122); }
div.DivClassName
{
background-color: #08617A;
}
.BgClassName
{
background-color: #08617A;
}
</style>
border-color css
<style>
span { border-color: #08617A; }
span { border-color: rgb(8,97,122); }
td.TdClassName
{
border-color: #08617A;
}
.TagClassName
{
border-color: #08617A;
}
</style>