Shades of Blue Lagoon #016B7C
Tints of Blue Lagoon #016B7C
RGB
CMYK
RGB Variations
Color information
#016B7C (or 0x016B7C) is known color: Blue Lagoon. HEX triplet: 01, 6B and 7C. RGB value is (1,107,124). Sum of RGB (Red+Green+Blue) = 1+107+124=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #016B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B7C is #FE9483. Grayscale: #4D4D4D. Windows color (decimal): -16684164 or 8153857. OLE color: 8153857.
HSL color Cylindrical-coordinate representation of color #016B7C: hue angle of 188.29º 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 #016B7C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 107 | 124 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.51 |
| HSL | 188.29º | 0.98% | 0.25% | - |
| HSV(B) | 188.29º | 0.99% | 0.49% | - |
| XYZ | 8.91 | 11.98 | 20.91 | - |
| YUV | 77.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 124 | 0.99 | 0.14 | 0 | 0.51 | 188.29 | 0.98 | 0.25 |
| Hex | 1 | 6B | 7C | 63 | E | 0 | 33 | BC | 62 | 19 |
| Octal | 1 | 153 | 174 | 143 | 16 | 0 | 63 | 274 | 142 | 31 |
| Binary | 1 | 1101011 | 1111100 | 1100011 | 1110 | 0 | 110011 | 10111100 | 1100010 | 11001 |
Color Harmonies of #016B7C
Complementary color
Monochromatic Colors of #016B7C
Black with #016B7C
Text Example
Text Example
White with #016B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B7C; }
p { color: rgb(1,107,124); }
H1.HeaderClassName
{
color: #016B7C;
}
.AnyTagClassName
{
color: #016B7C;
}
</style>
background-color css
<style>
a { background-color: #016B7C; }
a { background-color: rgb(1,107,124); }
div.DivClassName
{
background-color: #016B7C;
}
.BgClassName
{
background-color: #016B7C;
}
</style>
border-color css
<style>
span { border-color: #016B7C; }
span { border-color: rgb(1,107,124); }
td.TdClassName
{
border-color: #016B7C;
}
.TagClassName
{
border-color: #016B7C;
}
</style>