Shades of Blue Lagoon #08667A
Tints of Blue Lagoon #08667A
RGB
CMYK
RGB Variations
Color information
#08667A (or 0x08667A) is known color: Blue Lagoon. HEX triplet: 08, 66 and 7A. RGB value is (8,102,122). Sum of RGB (Red+Green+Blue) = 8+102+122=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #08667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08667A is #F79985. Grayscale: #4C4C4C. Windows color (decimal): -16226694 or 8021512. OLE color: 8021512.
HSL color Cylindrical-coordinate representation of color #08667A: hue angle of 190.53º 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 #08667A is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 102 | 122 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.52 |
| HSL | 190.53º | 0.88% | 0.25% | - |
| HSV(B) | 190.53º | 0.93% | 0.48% | - |
| XYZ | 8.36 | 10.96 | 20.09 | - |
| YUV | 76.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 122 | 0.93 | 0.16 | 0 | 0.52 | 190.53 | 0.88 | 0.25 |
| Hex | 8 | 66 | 7A | 5D | 10 | 0 | 34 | BF | 58 | 19 |
| Octal | 10 | 146 | 172 | 135 | 20 | 0 | 64 | 277 | 130 | 31 |
| Binary | 1000 | 1100110 | 1111010 | 1011101 | 10000 | 0 | 110100 | 10111111 | 1011000 | 11001 |
Color Harmonies of #08667A
Complementary color
Monochromatic Colors of #08667A
Black with #08667A
Text Example
Text Example
White with #08667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08667A; }
p { color: rgb(8,102,122); }
H1.HeaderClassName
{
color: #08667A;
}
.AnyTagClassName
{
color: #08667A;
}
</style>
background-color css
<style>
a { background-color: #08667A; }
a { background-color: rgb(8,102,122); }
div.DivClassName
{
background-color: #08667A;
}
.BgClassName
{
background-color: #08667A;
}
</style>
border-color css
<style>
span { border-color: #08667A; }
span { border-color: rgb(8,102,122); }
td.TdClassName
{
border-color: #08667A;
}
.TagClassName
{
border-color: #08667A;
}
</style>