Shades of Blue Lagoon #08617C
Tints of Blue Lagoon #08617C
RGB
CMYK
RGB Variations
Color information
#08617C (or 0x08617C) is known color: Blue Lagoon. HEX triplet: 08, 61 and 7C. RGB value is (8,97,124). Sum of RGB (Red+Green+Blue) = 8+97+124=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #08617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08617C is #F79E83. Grayscale: #494949. Windows color (decimal): -16227972 or 8151304. OLE color: 8151304.
HSL color Cylindrical-coordinate representation of color #08617C: hue angle of 193.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08617C is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 97 | 124 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.51 |
| HSL | 193.97º | 0.88% | 0.26% | - |
| HSV(B) | 193.97º | 0.94% | 0.49% | - |
| XYZ | 8.01 | 10.06 | 20.59 | - |
| YUV | 73.47 | 156.51 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 124 | 0.94 | 0.22 | 0 | 0.51 | 193.97 | 0.88 | 0.26 |
| Hex | 8 | 61 | 7C | 5E | 16 | 0 | 33 | C2 | 58 | 1A |
| Octal | 10 | 141 | 174 | 136 | 26 | 0 | 63 | 302 | 130 | 32 |
| Binary | 1000 | 1100001 | 1111100 | 1011110 | 10110 | 0 | 110011 | 11000010 | 1011000 | 11010 |
Color Harmonies of #08617C
Complementary color
Monochromatic Colors of #08617C
Black with #08617C
Text Example
Text Example
White with #08617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08617C; }
p { color: rgb(8,97,124); }
H1.HeaderClassName
{
color: #08617C;
}
.AnyTagClassName
{
color: #08617C;
}
</style>
background-color css
<style>
a { background-color: #08617C; }
a { background-color: rgb(8,97,124); }
div.DivClassName
{
background-color: #08617C;
}
.BgClassName
{
background-color: #08617C;
}
</style>
border-color css
<style>
span { border-color: #08617C; }
span { border-color: rgb(8,97,124); }
td.TdClassName
{
border-color: #08617C;
}
.TagClassName
{
border-color: #08617C;
}
</style>