Shades of Blue Lagoon #0C566D
Tints of Blue Lagoon #0C566D
RGB
CMYK
RGB Variations
Color information
#0C566D (or 0x0C566D) is known color: Blue Lagoon. HEX triplet: 0C, 56 and 6D. RGB value is (12,86,109). Sum of RGB (Red+Green+Blue) = 12+86+109=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C566D is #F3A992. Grayscale: #424242. Windows color (decimal): -15968659 or 7165452. OLE color: 7165452.
HSL color Cylindrical-coordinate representation of color #0C566D: hue angle of 194.23º 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 #0C566D is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 86 | 109 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.57 |
| HSL | 194.23º | 0.8% | 0.24% | - |
| HSV(B) | 194.23º | 0.89% | 0.43% | - |
| XYZ | 6.24 | 7.84 | 15.65 | - |
| YUV | 66.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 109 | 0.89 | 0.21 | 0 | 0.57 | 194.23 | 0.8 | 0.24 |
| Hex | C | 56 | 6D | 59 | 15 | 0 | 39 | C2 | 50 | 18 |
| Octal | 14 | 126 | 155 | 131 | 25 | 0 | 71 | 302 | 120 | 30 |
| Binary | 1100 | 1010110 | 1101101 | 1011001 | 10101 | 0 | 111001 | 11000010 | 1010000 | 11000 |
Color Harmonies of #0C566D
Complementary color
Monochromatic Colors of #0C566D
Black with #0C566D
Text Example
Text Example
White with #0C566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C566D; }
p { color: rgb(12,86,109); }
H1.HeaderClassName
{
color: #0C566D;
}
.AnyTagClassName
{
color: #0C566D;
}
</style>
background-color css
<style>
a { background-color: #0C566D; }
a { background-color: rgb(12,86,109); }
div.DivClassName
{
background-color: #0C566D;
}
.BgClassName
{
background-color: #0C566D;
}
</style>
border-color css
<style>
span { border-color: #0C566D; }
span { border-color: rgb(12,86,109); }
td.TdClassName
{
border-color: #0C566D;
}
.TagClassName
{
border-color: #0C566D;
}
</style>