Shades of Blue Lagoon #016C85
Tints of Blue Lagoon #016C85
RGB
CMYK
RGB Variations
Color information
#016C85 (or 0x016C85) is known color: Blue Lagoon. HEX triplet: 01, 6C and 85. RGB value is (1,108,133). Sum of RGB (Red+Green+Blue) = 1+108+133=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #016C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C85 is #FE937A. Grayscale: #4E4E4E. Windows color (decimal): -16683899 or 8743937. OLE color: 8743937.
HSL color Cylindrical-coordinate representation of color #016C85: hue angle of 191.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C85 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 108 | 133 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.48 |
| HSL | 191.36º | 0.99% | 0.26% | - |
| HSV(B) | 191.36º | 0.99% | 0.52% | - |
| XYZ | 9.61 | 12.43 | 24.08 | - |
| YUV | 78.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 133 | 0.99 | 0.19 | 0 | 0.48 | 191.36 | 0.99 | 0.26 |
| Hex | 1 | 6C | 85 | 63 | 13 | 0 | 30 | BF | 63 | 1A |
| Octal | 1 | 154 | 205 | 143 | 23 | 0 | 60 | 277 | 143 | 32 |
| Binary | 1 | 1101100 | 10000101 | 1100011 | 10011 | 0 | 110000 | 10111111 | 1100011 | 11010 |
Color Harmonies of #016C85
Complementary color
Monochromatic Colors of #016C85
Black with #016C85
Text Example
Text Example
White with #016C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C85; }
p { color: rgb(1,108,133); }
H1.HeaderClassName
{
color: #016C85;
}
.AnyTagClassName
{
color: #016C85;
}
</style>
background-color css
<style>
a { background-color: #016C85; }
a { background-color: rgb(1,108,133); }
div.DivClassName
{
background-color: #016C85;
}
.BgClassName
{
background-color: #016C85;
}
</style>
border-color css
<style>
span { border-color: #016C85; }
span { border-color: rgb(1,108,133); }
td.TdClassName
{
border-color: #016C85;
}
.TagClassName
{
border-color: #016C85;
}
</style>