Shades of Blue Lagoon #0A687C
Tints of Blue Lagoon #0A687C
RGB
CMYK
RGB Variations
Color information
#0A687C (or 0x0A687C) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 7C. RGB value is (10,104,124). Sum of RGB (Red+Green+Blue) = 10+104+124=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A687C is #F59783. Grayscale: #4E4E4E. Windows color (decimal): -16095108 or 8153098. OLE color: 8153098.
HSL color Cylindrical-coordinate representation of color #0A687C: hue angle of 190.53º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A687C is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 104 | 124 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.51 |
| HSL | 190.53º | 0.85% | 0.26% | - |
| HSV(B) | 190.53º | 0.92% | 0.49% | - |
| XYZ | 8.71 | 11.42 | 20.81 | - |
| YUV | 78.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 124 | 0.92 | 0.16 | 0 | 0.51 | 190.53 | 0.85 | 0.26 |
| Hex | A | 68 | 7C | 5C | 10 | 0 | 33 | BF | 55 | 1A |
| Octal | 12 | 150 | 174 | 134 | 20 | 0 | 63 | 277 | 125 | 32 |
| Binary | 1010 | 1101000 | 1111100 | 1011100 | 10000 | 0 | 110011 | 10111111 | 1010101 | 11010 |
Color Harmonies of #0A687C
Complementary color
Monochromatic Colors of #0A687C
Black with #0A687C
Text Example
Text Example
White with #0A687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A687C; }
p { color: rgb(10,104,124); }
H1.HeaderClassName
{
color: #0A687C;
}
.AnyTagClassName
{
color: #0A687C;
}
</style>
background-color css
<style>
a { background-color: #0A687C; }
a { background-color: rgb(10,104,124); }
div.DivClassName
{
background-color: #0A687C;
}
.BgClassName
{
background-color: #0A687C;
}
</style>
border-color css
<style>
span { border-color: #0A687C; }
span { border-color: rgb(10,104,124); }
td.TdClassName
{
border-color: #0A687C;
}
.TagClassName
{
border-color: #0A687C;
}
</style>