Shades of Blue Lagoon #016C7D
Tints of Blue Lagoon #016C7D
RGB
CMYK
RGB Variations
Color information
#016C7D (or 0x016C7D) is known color: Blue Lagoon. HEX triplet: 01, 6C and 7D. RGB value is (1,108,125). Sum of RGB (Red+Green+Blue) = 1+108+125=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #016C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C7D is #FE9382. Grayscale: #4D4D4D. Windows color (decimal): -16683907 or 8219649. OLE color: 8219649.
HSL color Cylindrical-coordinate representation of color #016C7D: hue angle of 188.23º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C7D is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 108 | 125 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.51 |
| HSL | 188.23º | 0.98% | 0.25% | - |
| HSV(B) | 188.23º | 0.99% | 0.49% | - |
| XYZ | 9.08 | 12.21 | 21.28 | - |
| YUV | 77.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 125 | 0.99 | 0.14 | 0 | 0.51 | 188.23 | 0.98 | 0.25 |
| Hex | 1 | 6C | 7D | 63 | E | 0 | 33 | BC | 62 | 19 |
| Octal | 1 | 154 | 175 | 143 | 16 | 0 | 63 | 274 | 142 | 31 |
| Binary | 1 | 1101100 | 1111101 | 1100011 | 1110 | 0 | 110011 | 10111100 | 1100010 | 11001 |
Color Harmonies of #016C7D
Complementary color
Monochromatic Colors of #016C7D
Black with #016C7D
Text Example
Text Example
White with #016C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C7D; }
p { color: rgb(1,108,125); }
H1.HeaderClassName
{
color: #016C7D;
}
.AnyTagClassName
{
color: #016C7D;
}
</style>
background-color css
<style>
a { background-color: #016C7D; }
a { background-color: rgb(1,108,125); }
div.DivClassName
{
background-color: #016C7D;
}
.BgClassName
{
background-color: #016C7D;
}
</style>
border-color css
<style>
span { border-color: #016C7D; }
span { border-color: rgb(1,108,125); }
td.TdClassName
{
border-color: #016C7D;
}
.TagClassName
{
border-color: #016C7D;
}
</style>