Shades of Blue Lagoon #08667F
Tints of Blue Lagoon #08667F
RGB
CMYK
RGB Variations
Color information
#08667F (or 0x08667F) is known color: Blue Lagoon. HEX triplet: 08, 66 and 7F. RGB value is (8,102,127). Sum of RGB (Red+Green+Blue) = 8+102+127=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #08667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08667F is #F79980. Grayscale: #4C4C4C. Windows color (decimal): -16226689 or 8349192. OLE color: 8349192.
HSL color Cylindrical-coordinate representation of color #08667F: hue angle of 192.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08667F is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 102 | 127 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.50 |
| HSL | 192.61º | 0.88% | 0.26% | - |
| HSV(B) | 192.61º | 0.94% | 0.5% | - |
| XYZ | 8.68 | 11.09 | 21.76 | - |
| YUV | 76.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 127 | 0.94 | 0.20 | 0 | 0.50 | 192.61 | 0.88 | 0.26 |
| Hex | 8 | 66 | 7F | 5E | 14 | 0 | 32 | C1 | 58 | 1A |
| Octal | 10 | 146 | 177 | 136 | 24 | 0 | 62 | 301 | 130 | 32 |
| Binary | 1000 | 1100110 | 1111111 | 1011110 | 10100 | 0 | 110010 | 11000001 | 1011000 | 11010 |
Color Harmonies of #08667F
Complementary color
Monochromatic Colors of #08667F
Black with #08667F
Text Example
Text Example
White with #08667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08667F; }
p { color: rgb(8,102,127); }
H1.HeaderClassName
{
color: #08667F;
}
.AnyTagClassName
{
color: #08667F;
}
</style>
background-color css
<style>
a { background-color: #08667F; }
a { background-color: rgb(8,102,127); }
div.DivClassName
{
background-color: #08667F;
}
.BgClassName
{
background-color: #08667F;
}
</style>
border-color css
<style>
span { border-color: #08667F; }
span { border-color: rgb(8,102,127); }
td.TdClassName
{
border-color: #08667F;
}
.TagClassName
{
border-color: #08667F;
}
</style>