Shades of Blue Lagoon #0C5668
Tints of Blue Lagoon #0C5668
RGB
CMYK
RGB Variations
Color information
#0C5668 (or 0x0C5668) is known color: Blue Lagoon. HEX triplet: 0C, 56 and 68. RGB value is (12,86,104). Sum of RGB (Red+Green+Blue) = 12+86+104=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C5668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5668 is #F3A997. Grayscale: #414141. Windows color (decimal): -15968664 or 6837772. OLE color: 6837772.
HSL color Cylindrical-coordinate representation of color #0C5668: hue angle of 191.74º 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 #0C5668 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 86 | 104 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.59 |
| HSL | 191.74º | 0.79% | 0.23% | - |
| HSV(B) | 191.74º | 0.88% | 0.41% | - |
| XYZ | 5.98 | 7.73 | 14.27 | - |
| YUV | 65.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 104 | 0.88 | 0.17 | 0 | 0.59 | 191.74 | 0.79 | 0.23 |
| Hex | C | 56 | 68 | 58 | 11 | 0 | 3B | C0 | 4F | 17 |
| Octal | 14 | 126 | 150 | 130 | 21 | 0 | 73 | 300 | 117 | 27 |
| Binary | 1100 | 1010110 | 1101000 | 1011000 | 10001 | 0 | 111011 | 11000000 | 1001111 | 10111 |
Color Harmonies of #0C5668
Complementary color
Monochromatic Colors of #0C5668
Black with #0C5668
Text Example
Text Example
White with #0C5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5668; }
p { color: rgb(12,86,104); }
H1.HeaderClassName
{
color: #0C5668;
}
.AnyTagClassName
{
color: #0C5668;
}
</style>
background-color css
<style>
a { background-color: #0C5668; }
a { background-color: rgb(12,86,104); }
div.DivClassName
{
background-color: #0C5668;
}
.BgClassName
{
background-color: #0C5668;
}
</style>
border-color css
<style>
span { border-color: #0C5668; }
span { border-color: rgb(12,86,104); }
td.TdClassName
{
border-color: #0C5668;
}
.TagClassName
{
border-color: #0C5668;
}
</style>