Shades of Blue Lagoon #08637C
Tints of Blue Lagoon #08637C
RGB
CMYK
RGB Variations
Color information
#08637C (or 0x08637C) is known color: Blue Lagoon. HEX triplet: 08, 63 and 7C. RGB value is (8,99,124). Sum of RGB (Red+Green+Blue) = 8+99+124=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #08637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08637C is #F79C83. Grayscale: #4A4A4A. Windows color (decimal): -16227460 or 8151816. OLE color: 8151816.
HSL color Cylindrical-coordinate representation of color #08637C: hue angle of 192.93º 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 #08637C is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 99 | 124 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.51 |
| HSL | 192.93º | 0.88% | 0.26% | - |
| HSV(B) | 192.93º | 0.94% | 0.49% | - |
| XYZ | 8.2 | 10.43 | 20.65 | - |
| YUV | 74.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 124 | 0.94 | 0.20 | 0 | 0.51 | 192.93 | 0.88 | 0.26 |
| Hex | 8 | 63 | 7C | 5E | 14 | 0 | 33 | C1 | 58 | 1A |
| Octal | 10 | 143 | 174 | 136 | 24 | 0 | 63 | 301 | 130 | 32 |
| Binary | 1000 | 1100011 | 1111100 | 1011110 | 10100 | 0 | 110011 | 11000001 | 1011000 | 11010 |
Color Harmonies of #08637C
Complementary color
Monochromatic Colors of #08637C
Black with #08637C
Text Example
Text Example
White with #08637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08637C; }
p { color: rgb(8,99,124); }
H1.HeaderClassName
{
color: #08637C;
}
.AnyTagClassName
{
color: #08637C;
}
</style>
background-color css
<style>
a { background-color: #08637C; }
a { background-color: rgb(8,99,124); }
div.DivClassName
{
background-color: #08637C;
}
.BgClassName
{
background-color: #08637C;
}
</style>
border-color css
<style>
span { border-color: #08637C; }
span { border-color: rgb(8,99,124); }
td.TdClassName
{
border-color: #08637C;
}
.TagClassName
{
border-color: #08637C;
}
</style>