Shades of Blue Lagoon #0A6979
Tints of Blue Lagoon #0A6979
RGB
CMYK
RGB Variations
Color information
#0A6979 (or 0x0A6979) is known color: Blue Lagoon. HEX triplet: 0A, 69 and 79. RGB value is (10,105,121). Sum of RGB (Red+Green+Blue) = 10+105+121=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A6979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6979 is #F59686. Grayscale: #4E4E4E. Windows color (decimal): -16094855 or 7956746. OLE color: 7956746.
HSL color Cylindrical-coordinate representation of color #0A6979: hue angle of 188.65º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6979 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 105 | 121 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.53 |
| HSL | 188.65º | 0.85% | 0.26% | - |
| HSV(B) | 188.65º | 0.92% | 0.47% | - |
| XYZ | 8.63 | 11.55 | 19.86 | - |
| YUV | 78.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 121 | 0.92 | 0.13 | 0 | 0.53 | 188.65 | 0.85 | 0.26 |
| Hex | A | 69 | 79 | 5C | D | 0 | 35 | BD | 55 | 1A |
| Octal | 12 | 151 | 171 | 134 | 15 | 0 | 65 | 275 | 125 | 32 |
| Binary | 1010 | 1101001 | 1111001 | 1011100 | 1101 | 0 | 110101 | 10111101 | 1010101 | 11010 |
Color Harmonies of #0A6979
Complementary color
Monochromatic Colors of #0A6979
Black with #0A6979
Text Example
Text Example
White with #0A6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6979; }
p { color: rgb(10,105,121); }
H1.HeaderClassName
{
color: #0A6979;
}
.AnyTagClassName
{
color: #0A6979;
}
</style>
background-color css
<style>
a { background-color: #0A6979; }
a { background-color: rgb(10,105,121); }
div.DivClassName
{
background-color: #0A6979;
}
.BgClassName
{
background-color: #0A6979;
}
</style>
border-color css
<style>
span { border-color: #0A6979; }
span { border-color: rgb(10,105,121); }
td.TdClassName
{
border-color: #0A6979;
}
.TagClassName
{
border-color: #0A6979;
}
</style>