Shades of Blue Lagoon #016567
Tints of Blue Lagoon #016567
RGB
CMYK
RGB Variations
Color information
#016567 (or 0x016567) is known color: Blue Lagoon. HEX triplet: 01, 65 and 67. RGB value is (1,101,103). Sum of RGB (Red+Green+Blue) = 1+101+103=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #016567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016567 is #FE9A98. Grayscale: #474747. Windows color (decimal): -16685721 or 6776065. OLE color: 6776065.
HSL color Cylindrical-coordinate representation of color #016567: hue angle of 181.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016567 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 103 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.60 |
| HSL | 181.18º | 0.98% | 0.2% | - |
| HSV(B) | 181.18º | 0.99% | 0.4% | - |
| XYZ | 7.11 | 10.29 | 14.44 | - |
| YUV | 71.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 103 | 0.99 | 0.02 | 0 | 0.60 | 181.18 | 0.98 | 0.2 |
| Hex | 1 | 65 | 67 | 63 | 2 | 0 | 3C | B5 | 62 | 14 |
| Octal | 1 | 145 | 147 | 143 | 2 | 0 | 74 | 265 | 142 | 24 |
| Binary | 1 | 1100101 | 1100111 | 1100011 | 10 | 0 | 111100 | 10110101 | 1100010 | 10100 |
Color Harmonies of #016567
Complementary color
Monochromatic Colors of #016567
Black with #016567
Text Example
Text Example
White with #016567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016567; }
p { color: rgb(1,101,103); }
H1.HeaderClassName
{
color: #016567;
}
.AnyTagClassName
{
color: #016567;
}
</style>
background-color css
<style>
a { background-color: #016567; }
a { background-color: rgb(1,101,103); }
div.DivClassName
{
background-color: #016567;
}
.BgClassName
{
background-color: #016567;
}
</style>
border-color css
<style>
span { border-color: #016567; }
span { border-color: rgb(1,101,103); }
td.TdClassName
{
border-color: #016567;
}
.TagClassName
{
border-color: #016567;
}
</style>