Shades of Blue Lagoon #0C6875
Tints of Blue Lagoon #0C6875
RGB
CMYK
RGB Variations
Color information
#0C6875 (or 0x0C6875) is known color: Blue Lagoon. HEX triplet: 0C, 68 and 75. RGB value is (12,104,117). Sum of RGB (Red+Green+Blue) = 12+104+117=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C6875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6875 is #F3978A. Grayscale: #4D4D4D. Windows color (decimal): -15964043 or 7694348. OLE color: 7694348.
HSL color Cylindrical-coordinate representation of color #0C6875: hue angle of 187.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6875 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 104 | 117 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.54 |
| HSL | 187.43º | 0.81% | 0.25% | - |
| HSV(B) | 187.43º | 0.9% | 0.46% | - |
| XYZ | 8.31 | 11.26 | 18.57 | - |
| YUV | 77.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 117 | 0.90 | 0.11 | 0 | 0.54 | 187.43 | 0.81 | 0.25 |
| Hex | C | 68 | 75 | 5A | B | 0 | 36 | BB | 51 | 19 |
| Octal | 14 | 150 | 165 | 132 | 13 | 0 | 66 | 273 | 121 | 31 |
| Binary | 1100 | 1101000 | 1110101 | 1011010 | 1011 | 0 | 110110 | 10111011 | 1010001 | 11001 |
Color Harmonies of #0C6875
Complementary color
Monochromatic Colors of #0C6875
Black with #0C6875
Text Example
Text Example
White with #0C6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6875; }
p { color: rgb(12,104,117); }
H1.HeaderClassName
{
color: #0C6875;
}
.AnyTagClassName
{
color: #0C6875;
}
</style>
background-color css
<style>
a { background-color: #0C6875; }
a { background-color: rgb(12,104,117); }
div.DivClassName
{
background-color: #0C6875;
}
.BgClassName
{
background-color: #0C6875;
}
</style>
border-color css
<style>
span { border-color: #0C6875; }
span { border-color: rgb(12,104,117); }
td.TdClassName
{
border-color: #0C6875;
}
.TagClassName
{
border-color: #0C6875;
}
</style>