Shades of Blue Lagoon #0C566A
Tints of Blue Lagoon #0C566A
RGB
CMYK
RGB Variations
Color information
#0C566A (or 0x0C566A) is known color: Blue Lagoon. HEX triplet: 0C, 56 and 6A. RGB value is (12,86,106). Sum of RGB (Red+Green+Blue) = 12+86+106=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C566A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C566A is #F3A995. Grayscale: #424242. Windows color (decimal): -15968662 or 6968844. OLE color: 6968844.
HSL color Cylindrical-coordinate representation of color #0C566A: hue angle of 192.77º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C566A is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 86 | 106 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.58 |
| HSL | 192.77º | 0.8% | 0.23% | - |
| HSV(B) | 192.77º | 0.89% | 0.42% | - |
| XYZ | 6.08 | 7.77 | 14.82 | - |
| YUV | 66.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 106 | 0.89 | 0.19 | 0 | 0.58 | 192.77 | 0.8 | 0.23 |
| Hex | C | 56 | 6A | 59 | 13 | 0 | 3A | C1 | 50 | 17 |
| Octal | 14 | 126 | 152 | 131 | 23 | 0 | 72 | 301 | 120 | 27 |
| Binary | 1100 | 1010110 | 1101010 | 1011001 | 10011 | 0 | 111010 | 11000001 | 1010000 | 10111 |
Color Harmonies of #0C566A
Complementary color
Monochromatic Colors of #0C566A
Black with #0C566A
Text Example
Text Example
White with #0C566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C566A; }
p { color: rgb(12,86,106); }
H1.HeaderClassName
{
color: #0C566A;
}
.AnyTagClassName
{
color: #0C566A;
}
</style>
background-color css
<style>
a { background-color: #0C566A; }
a { background-color: rgb(12,86,106); }
div.DivClassName
{
background-color: #0C566A;
}
.BgClassName
{
background-color: #0C566A;
}
</style>
border-color css
<style>
span { border-color: #0C566A; }
span { border-color: rgb(12,86,106); }
td.TdClassName
{
border-color: #0C566A;
}
.TagClassName
{
border-color: #0C566A;
}
</style>