Shades of Blue Lagoon #0C626B
Tints of Blue Lagoon #0C626B
RGB
CMYK
RGB Variations
Color information
#0C626B (or 0x0C626B) is known color: Blue Lagoon. HEX triplet: 0C, 62 and 6B. RGB value is (12,98,107). Sum of RGB (Red+Green+Blue) = 12+98+107=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C626B is #F39D94. Grayscale: #494949. Windows color (decimal): -15965589 or 7037452. OLE color: 7037452.
HSL color Cylindrical-coordinate representation of color #0C626B: hue angle of 185.68º 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 #0C626B is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 98 | 107 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.58 |
| HSL | 185.68º | 0.8% | 0.23% | - |
| HSV(B) | 185.68º | 0.89% | 0.42% | - |
| XYZ | 7.17 | 9.88 | 15.44 | - |
| YUV | 73.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 107 | 0.89 | 0.08 | 0 | 0.58 | 185.68 | 0.8 | 0.23 |
| Hex | C | 62 | 6B | 59 | 8 | 0 | 3A | BA | 50 | 17 |
| Octal | 14 | 142 | 153 | 131 | 10 | 0 | 72 | 272 | 120 | 27 |
| Binary | 1100 | 1100010 | 1101011 | 1011001 | 1000 | 0 | 111010 | 10111010 | 1010000 | 10111 |
Color Harmonies of #0C626B
Complementary color
Monochromatic Colors of #0C626B
Black with #0C626B
Text Example
Text Example
White with #0C626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C626B; }
p { color: rgb(12,98,107); }
H1.HeaderClassName
{
color: #0C626B;
}
.AnyTagClassName
{
color: #0C626B;
}
</style>
background-color css
<style>
a { background-color: #0C626B; }
a { background-color: rgb(12,98,107); }
div.DivClassName
{
background-color: #0C626B;
}
.BgClassName
{
background-color: #0C626B;
}
</style>
border-color css
<style>
span { border-color: #0C626B; }
span { border-color: rgb(12,98,107); }
td.TdClassName
{
border-color: #0C626B;
}
.TagClassName
{
border-color: #0C626B;
}
</style>