Shades of Blue Lagoon #016667
Tints of Blue Lagoon #016667
RGB
CMYK
RGB Variations
Color information
#016667 (or 0x016667) is known color: Blue Lagoon. HEX triplet: 01, 66 and 67. RGB value is (1,102,103). Sum of RGB (Red+Green+Blue) = 1+102+103=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #016667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016667 is #FE9998. Grayscale: #474747. Windows color (decimal): -16685465 or 6776321. OLE color: 6776321.
HSL color Cylindrical-coordinate representation of color #016667: hue angle of 180.59º 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 #016667 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 102 | 103 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.60 |
| HSL | 180.59º | 0.98% | 0.2% | - |
| HSV(B) | 180.59º | 0.99% | 0.4% | - |
| XYZ | 7.21 | 10.49 | 14.48 | - |
| YUV | 71.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 103 | 0.99 | 0.01 | 0 | 0.60 | 180.59 | 0.98 | 0.2 |
| Hex | 1 | 66 | 67 | 63 | 1 | 0 | 3C | B5 | 62 | 14 |
| Octal | 1 | 146 | 147 | 143 | 1 | 0 | 74 | 265 | 142 | 24 |
| Binary | 1 | 1100110 | 1100111 | 1100011 | 1 | 0 | 111100 | 10110101 | 1100010 | 10100 |
Color Harmonies of #016667
Complementary color
Monochromatic Colors of #016667
Black with #016667
Text Example
Text Example
White with #016667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016667; }
p { color: rgb(1,102,103); }
H1.HeaderClassName
{
color: #016667;
}
.AnyTagClassName
{
color: #016667;
}
</style>
background-color css
<style>
a { background-color: #016667; }
a { background-color: rgb(1,102,103); }
div.DivClassName
{
background-color: #016667;
}
.BgClassName
{
background-color: #016667;
}
</style>
border-color css
<style>
span { border-color: #016667; }
span { border-color: rgb(1,102,103); }
td.TdClassName
{
border-color: #016667;
}
.TagClassName
{
border-color: #016667;
}
</style>