Shades of Blue Lagoon #0C656D
Tints of Blue Lagoon #0C656D
RGB
CMYK
RGB Variations
Color information
#0C656D (or 0x0C656D) is known color: Blue Lagoon. HEX triplet: 0C, 65 and 6D. RGB value is (12,101,109). Sum of RGB (Red+Green+Blue) = 12+101+109=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C656D is #F39A92. Grayscale: #4B4B4B. Windows color (decimal): -15964819 or 7169292. OLE color: 7169292.
HSL color Cylindrical-coordinate representation of color #0C656D: hue angle of 184.95º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C656D is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 101 | 109 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.57 |
| HSL | 184.95º | 0.8% | 0.24% | - |
| HSV(B) | 184.95º | 0.89% | 0.43% | - |
| XYZ | 7.57 | 10.49 | 16.09 | - |
| YUV | 75.3 | 147.01 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 109 | 0.89 | 0.07 | 0 | 0.57 | 184.95 | 0.8 | 0.24 |
| Hex | C | 65 | 6D | 59 | 7 | 0 | 39 | B9 | 50 | 18 |
| Octal | 14 | 145 | 155 | 131 | 7 | 0 | 71 | 271 | 120 | 30 |
| Binary | 1100 | 1100101 | 1101101 | 1011001 | 111 | 0 | 111001 | 10111001 | 1010000 | 11000 |
Color Harmonies of #0C656D
Complementary color
Monochromatic Colors of #0C656D
Black with #0C656D
Text Example
Text Example
White with #0C656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C656D; }
p { color: rgb(12,101,109); }
H1.HeaderClassName
{
color: #0C656D;
}
.AnyTagClassName
{
color: #0C656D;
}
</style>
background-color css
<style>
a { background-color: #0C656D; }
a { background-color: rgb(12,101,109); }
div.DivClassName
{
background-color: #0C656D;
}
.BgClassName
{
background-color: #0C656D;
}
</style>
border-color css
<style>
span { border-color: #0C656D; }
span { border-color: rgb(12,101,109); }
td.TdClassName
{
border-color: #0C656D;
}
.TagClassName
{
border-color: #0C656D;
}
</style>