Shades of Blue Lagoon #0C6375
Tints of Blue Lagoon #0C6375
RGB
CMYK
RGB Variations
Color information
#0C6375 (or 0x0C6375) is known color: Blue Lagoon. HEX triplet: 0C, 63 and 75. RGB value is (12,99,117). Sum of RGB (Red+Green+Blue) = 12+99+117=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C6375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6375 is #F39C8A. Grayscale: #4A4A4A. Windows color (decimal): -15965323 or 7693068. OLE color: 7693068.
HSL color Cylindrical-coordinate representation of color #0C6375: hue angle of 190.29º 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 #0C6375 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 99 | 117 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.54 |
| HSL | 190.29º | 0.81% | 0.25% | - |
| HSV(B) | 190.29º | 0.9% | 0.46% | - |
| XYZ | 7.82 | 10.29 | 18.4 | - |
| YUV | 75.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 117 | 0.90 | 0.15 | 0 | 0.54 | 190.29 | 0.81 | 0.25 |
| Hex | C | 63 | 75 | 5A | F | 0 | 36 | BE | 51 | 19 |
| Octal | 14 | 143 | 165 | 132 | 17 | 0 | 66 | 276 | 121 | 31 |
| Binary | 1100 | 1100011 | 1110101 | 1011010 | 1111 | 0 | 110110 | 10111110 | 1010001 | 11001 |
Color Harmonies of #0C6375
Complementary color
Monochromatic Colors of #0C6375
Black with #0C6375
Text Example
Text Example
White with #0C6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6375; }
p { color: rgb(12,99,117); }
H1.HeaderClassName
{
color: #0C6375;
}
.AnyTagClassName
{
color: #0C6375;
}
</style>
background-color css
<style>
a { background-color: #0C6375; }
a { background-color: rgb(12,99,117); }
div.DivClassName
{
background-color: #0C6375;
}
.BgClassName
{
background-color: #0C6375;
}
</style>
border-color css
<style>
span { border-color: #0C6375; }
span { border-color: rgb(12,99,117); }
td.TdClassName
{
border-color: #0C6375;
}
.TagClassName
{
border-color: #0C6375;
}
</style>