Shades of Blue Lagoon #016568
Tints of Blue Lagoon #016568
RGB
CMYK
RGB Variations
Color information
#016568 (or 0x016568) is known color: Blue Lagoon. HEX triplet: 01, 65 and 68. RGB value is (1,101,104). Sum of RGB (Red+Green+Blue) = 1+101+104=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #016568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016568 is #FE9A97. Grayscale: #474747. Windows color (decimal): -16685720 or 6841601. OLE color: 6841601.
HSL color Cylindrical-coordinate representation of color #016568: hue angle of 181.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016568 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 101 | 104 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.59 |
| HSL | 181.75º | 0.98% | 0.21% | - |
| HSV(B) | 181.75º | 0.99% | 0.41% | - |
| XYZ | 7.16 | 10.31 | 14.71 | - |
| YUV | 71.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 104 | 0.99 | 0.03 | 0 | 0.59 | 181.75 | 0.98 | 0.21 |
| Hex | 1 | 65 | 68 | 63 | 3 | 0 | 3B | B6 | 62 | 15 |
| Octal | 1 | 145 | 150 | 143 | 3 | 0 | 73 | 266 | 142 | 25 |
| Binary | 1 | 1100101 | 1101000 | 1100011 | 11 | 0 | 111011 | 10110110 | 1100010 | 10101 |
Color Harmonies of #016568
Complementary color
Monochromatic Colors of #016568
Black with #016568
Text Example
Text Example
White with #016568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016568; }
p { color: rgb(1,101,104); }
H1.HeaderClassName
{
color: #016568;
}
.AnyTagClassName
{
color: #016568;
}
</style>
background-color css
<style>
a { background-color: #016568; }
a { background-color: rgb(1,101,104); }
div.DivClassName
{
background-color: #016568;
}
.BgClassName
{
background-color: #016568;
}
</style>
border-color css
<style>
span { border-color: #016568; }
span { border-color: rgb(1,101,104); }
td.TdClassName
{
border-color: #016568;
}
.TagClassName
{
border-color: #016568;
}
</style>