Shades of Blue Lagoon #0C506B
Tints of Blue Lagoon #0C506B
RGB
CMYK
RGB Variations
Color information
#0C506B (or 0x0C506B) is known color: Blue Lagoon. HEX triplet: 0C, 50 and 6B. RGB value is (12,80,107). Sum of RGB (Red+Green+Blue) = 12+80+107=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C506B is #F3AF94. Grayscale: #3E3E3E. Windows color (decimal): -15970197 or 7032844. OLE color: 7032844.
HSL color Cylindrical-coordinate representation of color #0C506B: hue angle of 197.05º 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 #0C506B is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 80 | 107 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.58 |
| HSL | 197.05º | 0.8% | 0.23% | - |
| HSV(B) | 197.05º | 0.89% | 0.42% | - |
| XYZ | 5.67 | 6.88 | 14.94 | - |
| YUV | 62.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 107 | 0.89 | 0.25 | 0 | 0.58 | 197.05 | 0.8 | 0.23 |
| Hex | C | 50 | 6B | 59 | 19 | 0 | 3A | C5 | 50 | 17 |
| Octal | 14 | 120 | 153 | 131 | 31 | 0 | 72 | 305 | 120 | 27 |
| Binary | 1100 | 1010000 | 1101011 | 1011001 | 11001 | 0 | 111010 | 11000101 | 1010000 | 10111 |
Color Harmonies of #0C506B
Complementary color
Monochromatic Colors of #0C506B
Black with #0C506B
Text Example
Text Example
White with #0C506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C506B; }
p { color: rgb(12,80,107); }
H1.HeaderClassName
{
color: #0C506B;
}
.AnyTagClassName
{
color: #0C506B;
}
</style>
background-color css
<style>
a { background-color: #0C506B; }
a { background-color: rgb(12,80,107); }
div.DivClassName
{
background-color: #0C506B;
}
.BgClassName
{
background-color: #0C506B;
}
</style>
border-color css
<style>
span { border-color: #0C506B; }
span { border-color: rgb(12,80,107); }
td.TdClassName
{
border-color: #0C506B;
}
.TagClassName
{
border-color: #0C506B;
}
</style>