Shades of Blue Lagoon #0C6673
Tints of Blue Lagoon #0C6673
RGB
CMYK
RGB Variations
Color information
#0C6673 (or 0x0C6673) is known color: Blue Lagoon. HEX triplet: 0C, 66 and 73. RGB value is (12,102,115). Sum of RGB (Red+Green+Blue) = 12+102+115=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C6673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6673 is #F3998C. Grayscale: #4C4C4C. Windows color (decimal): -15964557 or 7562764. OLE color: 7562764.
HSL color Cylindrical-coordinate representation of color #0C6673: hue angle of 187.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6673 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 102 | 115 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.55 |
| HSL | 187.57º | 0.81% | 0.25% | - |
| HSV(B) | 187.57º | 0.9% | 0.45% | - |
| XYZ | 8 | 10.82 | 17.89 | - |
| YUV | 76.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 115 | 0.90 | 0.11 | 0 | 0.55 | 187.57 | 0.81 | 0.25 |
| Hex | C | 66 | 73 | 5A | B | 0 | 37 | BC | 51 | 19 |
| Octal | 14 | 146 | 163 | 132 | 13 | 0 | 67 | 274 | 121 | 31 |
| Binary | 1100 | 1100110 | 1110011 | 1011010 | 1011 | 0 | 110111 | 10111100 | 1010001 | 11001 |
Color Harmonies of #0C6673
Complementary color
Monochromatic Colors of #0C6673
Black with #0C6673
Text Example
Text Example
White with #0C6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6673; }
p { color: rgb(12,102,115); }
H1.HeaderClassName
{
color: #0C6673;
}
.AnyTagClassName
{
color: #0C6673;
}
</style>
background-color css
<style>
a { background-color: #0C6673; }
a { background-color: rgb(12,102,115); }
div.DivClassName
{
background-color: #0C6673;
}
.BgClassName
{
background-color: #0C6673;
}
</style>
border-color css
<style>
span { border-color: #0C6673; }
span { border-color: rgb(12,102,115); }
td.TdClassName
{
border-color: #0C6673;
}
.TagClassName
{
border-color: #0C6673;
}
</style>