Shades of Blue Lagoon #0C5D68
Tints of Blue Lagoon #0C5D68
RGB
CMYK
RGB Variations
Color information
#0C5D68 (or 0x0C5D68) is known color: Blue Lagoon. HEX triplet: 0C, 5D and 68. RGB value is (12,93,104). Sum of RGB (Red+Green+Blue) = 12+93+104=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C5D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5D68 is #F3A297. Grayscale: #454545. Windows color (decimal): -15966872 or 6839564. OLE color: 6839564.
HSL color Cylindrical-coordinate representation of color #0C5D68: hue angle of 187.17º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5D68 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 93 | 104 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.59 |
| HSL | 187.17º | 0.79% | 0.23% | - |
| HSV(B) | 187.17º | 0.88% | 0.41% | - |
| XYZ | 6.56 | 8.91 | 14.47 | - |
| YUV | 70.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 104 | 0.88 | 0.11 | 0 | 0.59 | 187.17 | 0.79 | 0.23 |
| Hex | C | 5D | 68 | 58 | B | 0 | 3B | BB | 4F | 17 |
| Octal | 14 | 135 | 150 | 130 | 13 | 0 | 73 | 273 | 117 | 27 |
| Binary | 1100 | 1011101 | 1101000 | 1011000 | 1011 | 0 | 111011 | 10111011 | 1001111 | 10111 |
Color Harmonies of #0C5D68
Complementary color
Monochromatic Colors of #0C5D68
Black with #0C5D68
Text Example
Text Example
White with #0C5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5D68; }
p { color: rgb(12,93,104); }
H1.HeaderClassName
{
color: #0C5D68;
}
.AnyTagClassName
{
color: #0C5D68;
}
</style>
background-color css
<style>
a { background-color: #0C5D68; }
a { background-color: rgb(12,93,104); }
div.DivClassName
{
background-color: #0C5D68;
}
.BgClassName
{
background-color: #0C5D68;
}
</style>
border-color css
<style>
span { border-color: #0C5D68; }
span { border-color: rgb(12,93,104); }
td.TdClassName
{
border-color: #0C5D68;
}
.TagClassName
{
border-color: #0C5D68;
}
</style>