Shades of Blue Lagoon #0C636A
Tints of Blue Lagoon #0C636A
RGB
CMYK
RGB Variations
Color information
#0C636A (or 0x0C636A) is known color: Blue Lagoon. HEX triplet: 0C, 63 and 6A. RGB value is (12,99,106). Sum of RGB (Red+Green+Blue) = 12+99+106=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C636A is #F39C95. Grayscale: #494949. Windows color (decimal): -15965334 or 6972172. OLE color: 6972172.
HSL color Cylindrical-coordinate representation of color #0C636A: hue angle of 184.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C636A is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 99 | 106 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.58 |
| HSL | 184.47º | 0.8% | 0.23% | - |
| HSV(B) | 184.47º | 0.89% | 0.42% | - |
| XYZ | 7.21 | 10.04 | 15.19 | - |
| YUV | 73.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 106 | 0.89 | 0.07 | 0 | 0.58 | 184.47 | 0.8 | 0.23 |
| Hex | C | 63 | 6A | 59 | 7 | 0 | 3A | B8 | 50 | 17 |
| Octal | 14 | 143 | 152 | 131 | 7 | 0 | 72 | 270 | 120 | 27 |
| Binary | 1100 | 1100011 | 1101010 | 1011001 | 111 | 0 | 111010 | 10111000 | 1010000 | 10111 |
Color Harmonies of #0C636A
Complementary color
Monochromatic Colors of #0C636A
Black with #0C636A
Text Example
Text Example
White with #0C636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C636A; }
p { color: rgb(12,99,106); }
H1.HeaderClassName
{
color: #0C636A;
}
.AnyTagClassName
{
color: #0C636A;
}
</style>
background-color css
<style>
a { background-color: #0C636A; }
a { background-color: rgb(12,99,106); }
div.DivClassName
{
background-color: #0C636A;
}
.BgClassName
{
background-color: #0C636A;
}
</style>
border-color css
<style>
span { border-color: #0C636A; }
span { border-color: rgb(12,99,106); }
td.TdClassName
{
border-color: #0C636A;
}
.TagClassName
{
border-color: #0C636A;
}
</style>