Shades of Blue Lagoon #0C596C
Tints of Blue Lagoon #0C596C
RGB
CMYK
RGB Variations
Color information
#0C596C (or 0x0C596C) is known color: Blue Lagoon. HEX triplet: 0C, 59 and 6C. RGB value is (12,89,108). Sum of RGB (Red+Green+Blue) = 12+89+108=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C596C is #F3A693. Grayscale: #434343. Windows color (decimal): -15967892 or 7100684. OLE color: 7100684.
HSL color Cylindrical-coordinate representation of color #0C596C: hue angle of 191.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C596C is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 89 | 108 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.58 |
| HSL | 191.88º | 0.8% | 0.24% | - |
| HSV(B) | 191.88º | 0.89% | 0.42% | - |
| XYZ | 6.43 | 8.31 | 15.45 | - |
| YUV | 68.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 108 | 0.89 | 0.18 | 0 | 0.58 | 191.88 | 0.8 | 0.24 |
| Hex | C | 59 | 6C | 59 | 12 | 0 | 3A | C0 | 50 | 18 |
| Octal | 14 | 131 | 154 | 131 | 22 | 0 | 72 | 300 | 120 | 30 |
| Binary | 1100 | 1011001 | 1101100 | 1011001 | 10010 | 0 | 111010 | 11000000 | 1010000 | 11000 |
Color Harmonies of #0C596C
Complementary color
Monochromatic Colors of #0C596C
Black with #0C596C
Text Example
Text Example
White with #0C596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C596C; }
p { color: rgb(12,89,108); }
H1.HeaderClassName
{
color: #0C596C;
}
.AnyTagClassName
{
color: #0C596C;
}
</style>
background-color css
<style>
a { background-color: #0C596C; }
a { background-color: rgb(12,89,108); }
div.DivClassName
{
background-color: #0C596C;
}
.BgClassName
{
background-color: #0C596C;
}
</style>
border-color css
<style>
span { border-color: #0C596C; }
span { border-color: rgb(12,89,108); }
td.TdClassName
{
border-color: #0C596C;
}
.TagClassName
{
border-color: #0C596C;
}
</style>