Shades of Blue Lagoon #0C637B
Tints of Blue Lagoon #0C637B
RGB
CMYK
RGB Variations
Color information
#0C637B (or 0x0C637B) is known color: Blue Lagoon. HEX triplet: 0C, 63 and 7B. RGB value is (12,99,123). Sum of RGB (Red+Green+Blue) = 12+99+123=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C637B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C637B is #F39C84. Grayscale: #4B4B4B. Windows color (decimal): -15965317 or 8086284. OLE color: 8086284.
HSL color Cylindrical-coordinate representation of color #0C637B: hue angle of 192.97º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C637B is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 99 | 123 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.52 |
| HSL | 192.97º | 0.82% | 0.26% | - |
| HSV(B) | 192.97º | 0.9% | 0.48% | - |
| XYZ | 8.19 | 10.43 | 20.32 | - |
| YUV | 75.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 123 | 0.90 | 0.20 | 0 | 0.52 | 192.97 | 0.82 | 0.26 |
| Hex | C | 63 | 7B | 5A | 14 | 0 | 34 | C1 | 52 | 1A |
| Octal | 14 | 143 | 173 | 132 | 24 | 0 | 64 | 301 | 122 | 32 |
| Binary | 1100 | 1100011 | 1111011 | 1011010 | 10100 | 0 | 110100 | 11000001 | 1010010 | 11010 |
Color Harmonies of #0C637B
Complementary color
Monochromatic Colors of #0C637B
Black with #0C637B
Text Example
Text Example
White with #0C637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C637B; }
p { color: rgb(12,99,123); }
H1.HeaderClassName
{
color: #0C637B;
}
.AnyTagClassName
{
color: #0C637B;
}
</style>
background-color css
<style>
a { background-color: #0C637B; }
a { background-color: rgb(12,99,123); }
div.DivClassName
{
background-color: #0C637B;
}
.BgClassName
{
background-color: #0C637B;
}
</style>
border-color css
<style>
span { border-color: #0C637B; }
span { border-color: rgb(12,99,123); }
td.TdClassName
{
border-color: #0C637B;
}
.TagClassName
{
border-color: #0C637B;
}
</style>