Shades of Blue Lagoon #08647B
Tints of Blue Lagoon #08647B
RGB
CMYK
RGB Variations
Color information
#08647B (or 0x08647B) is known color: Blue Lagoon. HEX triplet: 08, 64 and 7B. RGB value is (8,100,123). Sum of RGB (Red+Green+Blue) = 8+100+123=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #08647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08647B is #F79B84. Grayscale: #4A4A4A. Windows color (decimal): -16227205 or 8086536. OLE color: 8086536.
HSL color Cylindrical-coordinate representation of color #08647B: hue angle of 192º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08647B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 100 | 123 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.52 |
| HSL | 192º | 0.88% | 0.26% | - |
| HSV(B) | 192º | 0.93% | 0.48% | - |
| XYZ | 8.23 | 10.6 | 20.35 | - |
| YUV | 75.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 123 | 0.93 | 0.19 | 0 | 0.52 | 192 | 0.88 | 0.26 |
| Hex | 8 | 64 | 7B | 5D | 13 | 0 | 34 | C0 | 58 | 1A |
| Octal | 10 | 144 | 173 | 135 | 23 | 0 | 64 | 300 | 130 | 32 |
| Binary | 1000 | 1100100 | 1111011 | 1011101 | 10011 | 0 | 110100 | 11000000 | 1011000 | 11010 |
Color Harmonies of #08647B
Complementary color
Monochromatic Colors of #08647B
Black with #08647B
Text Example
Text Example
White with #08647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08647B; }
p { color: rgb(8,100,123); }
H1.HeaderClassName
{
color: #08647B;
}
.AnyTagClassName
{
color: #08647B;
}
</style>
background-color css
<style>
a { background-color: #08647B; }
a { background-color: rgb(8,100,123); }
div.DivClassName
{
background-color: #08647B;
}
.BgClassName
{
background-color: #08647B;
}
</style>
border-color css
<style>
span { border-color: #08647B; }
span { border-color: rgb(8,100,123); }
td.TdClassName
{
border-color: #08647B;
}
.TagClassName
{
border-color: #08647B;
}
</style>