Shades of Blue Lagoon #0C6876
Tints of Blue Lagoon #0C6876
RGB
CMYK
RGB Variations
Color information
#0C6876 (or 0x0C6876) is known color: Blue Lagoon. HEX triplet: 0C, 68 and 76. RGB value is (12,104,118). Sum of RGB (Red+Green+Blue) = 12+104+118=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C6876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6876 is #F39789. Grayscale: #4D4D4D. Windows color (decimal): -15964042 or 7759884. OLE color: 7759884.
HSL color Cylindrical-coordinate representation of color #0C6876: hue angle of 187.92º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6876 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 104 | 118 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.54 |
| HSL | 187.92º | 0.82% | 0.25% | - |
| HSV(B) | 187.92º | 0.9% | 0.46% | - |
| XYZ | 8.37 | 11.29 | 18.88 | - |
| YUV | 78.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 118 | 0.90 | 0.12 | 0 | 0.54 | 187.92 | 0.82 | 0.25 |
| Hex | C | 68 | 76 | 5A | C | 0 | 36 | BC | 52 | 19 |
| Octal | 14 | 150 | 166 | 132 | 14 | 0 | 66 | 274 | 122 | 31 |
| Binary | 1100 | 1101000 | 1110110 | 1011010 | 1100 | 0 | 110110 | 10111100 | 1010010 | 11001 |
Color Harmonies of #0C6876
Complementary color
Monochromatic Colors of #0C6876
Black with #0C6876
Text Example
Text Example
White with #0C6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6876; }
p { color: rgb(12,104,118); }
H1.HeaderClassName
{
color: #0C6876;
}
.AnyTagClassName
{
color: #0C6876;
}
</style>
background-color css
<style>
a { background-color: #0C6876; }
a { background-color: rgb(12,104,118); }
div.DivClassName
{
background-color: #0C6876;
}
.BgClassName
{
background-color: #0C6876;
}
</style>
border-color css
<style>
span { border-color: #0C6876; }
span { border-color: rgb(12,104,118); }
td.TdClassName
{
border-color: #0C6876;
}
.TagClassName
{
border-color: #0C6876;
}
</style>