Shades of Blue Lagoon #0C6578
Tints of Blue Lagoon #0C6578
RGB
CMYK
RGB Variations
Color information
#0C6578 (or 0x0C6578) is known color: Blue Lagoon. HEX triplet: 0C, 65 and 78. RGB value is (12,101,120). Sum of RGB (Red+Green+Blue) = 12+101+120=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C6578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6578 is #F39A87. Grayscale: #4C4C4C. Windows color (decimal): -15964808 or 7890188. OLE color: 7890188.
HSL color Cylindrical-coordinate representation of color #0C6578: hue angle of 190.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6578 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 101 | 120 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.53 |
| HSL | 190.56º | 0.82% | 0.26% | - |
| HSV(B) | 190.56º | 0.9% | 0.47% | - |
| XYZ | 8.2 | 10.74 | 19.41 | - |
| YUV | 76.56 | 152.51 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 120 | 0.90 | 0.16 | 0 | 0.53 | 190.56 | 0.82 | 0.26 |
| Hex | C | 65 | 78 | 5A | 10 | 0 | 35 | BF | 52 | 1A |
| Octal | 14 | 145 | 170 | 132 | 20 | 0 | 65 | 277 | 122 | 32 |
| Binary | 1100 | 1100101 | 1111000 | 1011010 | 10000 | 0 | 110101 | 10111111 | 1010010 | 11010 |
Color Harmonies of #0C6578
Complementary color
Monochromatic Colors of #0C6578
Black with #0C6578
Text Example
Text Example
White with #0C6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6578; }
p { color: rgb(12,101,120); }
H1.HeaderClassName
{
color: #0C6578;
}
.AnyTagClassName
{
color: #0C6578;
}
</style>
background-color css
<style>
a { background-color: #0C6578; }
a { background-color: rgb(12,101,120); }
div.DivClassName
{
background-color: #0C6578;
}
.BgClassName
{
background-color: #0C6578;
}
</style>
border-color css
<style>
span { border-color: #0C6578; }
span { border-color: rgb(12,101,120); }
td.TdClassName
{
border-color: #0C6578;
}
.TagClassName
{
border-color: #0C6578;
}
</style>