Shades of Blue Lagoon #016770
Tints of Blue Lagoon #016770
RGB
CMYK
RGB Variations
Color information
#016770 (or 0x016770) is known color: Blue Lagoon. HEX triplet: 01, 67 and 70. RGB value is (1,103,112). Sum of RGB (Red+Green+Blue) = 1+103+112=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #016770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016770 is #FE988F. Grayscale: #494949. Windows color (decimal): -16685200 or 7366401. OLE color: 7366401.
HSL color Cylindrical-coordinate representation of color #016770: hue angle of 184.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016770 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 103 | 112 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.56 |
| HSL | 184.86º | 0.98% | 0.22% | - |
| HSV(B) | 184.86º | 0.99% | 0.44% | - |
| XYZ | 7.79 | 10.88 | 17.02 | - |
| YUV | 73.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 112 | 0.99 | 0.08 | 0 | 0.56 | 184.86 | 0.98 | 0.22 |
| Hex | 1 | 67 | 70 | 63 | 8 | 0 | 38 | B9 | 62 | 16 |
| Octal | 1 | 147 | 160 | 143 | 10 | 0 | 70 | 271 | 142 | 26 |
| Binary | 1 | 1100111 | 1110000 | 1100011 | 1000 | 0 | 111000 | 10111001 | 1100010 | 10110 |
Color Harmonies of #016770
Complementary color
Monochromatic Colors of #016770
Black with #016770
Text Example
Text Example
White with #016770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016770; }
p { color: rgb(1,103,112); }
H1.HeaderClassName
{
color: #016770;
}
.AnyTagClassName
{
color: #016770;
}
</style>
background-color css
<style>
a { background-color: #016770; }
a { background-color: rgb(1,103,112); }
div.DivClassName
{
background-color: #016770;
}
.BgClassName
{
background-color: #016770;
}
</style>
border-color css
<style>
span { border-color: #016770; }
span { border-color: rgb(1,103,112); }
td.TdClassName
{
border-color: #016770;
}
.TagClassName
{
border-color: #016770;
}
</style>