Shades of Blue Lagoon #016A7B
Tints of Blue Lagoon #016A7B
RGB
CMYK
RGB Variations
Color information
#016A7B (or 0x016A7B) is known color: Blue Lagoon. HEX triplet: 01, 6A and 7B. RGB value is (1,106,123). Sum of RGB (Red+Green+Blue) = 1+106+123=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #016A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A7B is #FE9584. Grayscale: #4C4C4C. Windows color (decimal): -16684421 or 8088065. OLE color: 8088065.
HSL color Cylindrical-coordinate representation of color #016A7B: hue angle of 188.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A7B is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 106 | 123 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.52 |
| HSL | 188.36º | 0.98% | 0.24% | - |
| HSV(B) | 188.36º | 0.99% | 0.48% | - |
| XYZ | 8.74 | 11.74 | 20.55 | - |
| YUV | 76.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 123 | 0.99 | 0.14 | 0 | 0.52 | 188.36 | 0.98 | 0.24 |
| Hex | 1 | 6A | 7B | 63 | E | 0 | 34 | BC | 62 | 18 |
| Octal | 1 | 152 | 173 | 143 | 16 | 0 | 64 | 274 | 142 | 30 |
| Binary | 1 | 1101010 | 1111011 | 1100011 | 1110 | 0 | 110100 | 10111100 | 1100010 | 11000 |
Color Harmonies of #016A7B
Complementary color
Monochromatic Colors of #016A7B
Black with #016A7B
Text Example
Text Example
White with #016A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A7B; }
p { color: rgb(1,106,123); }
H1.HeaderClassName
{
color: #016A7B;
}
.AnyTagClassName
{
color: #016A7B;
}
</style>
background-color css
<style>
a { background-color: #016A7B; }
a { background-color: rgb(1,106,123); }
div.DivClassName
{
background-color: #016A7B;
}
.BgClassName
{
background-color: #016A7B;
}
</style>
border-color css
<style>
span { border-color: #016A7B; }
span { border-color: rgb(1,106,123); }
td.TdClassName
{
border-color: #016A7B;
}
.TagClassName
{
border-color: #016A7B;
}
</style>