Shades of Blue Lagoon #015668
Tints of Blue Lagoon #015668
RGB
CMYK
RGB Variations
Color information
#015668 (or 0x015668) is known color: Blue Lagoon. HEX triplet: 01, 56 and 68. RGB value is (1,86,104). Sum of RGB (Red+Green+Blue) = 1+86+104=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #015668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015668 is #FEA997. Grayscale: #3E3E3E. Windows color (decimal): -16689560 or 6837761. OLE color: 6837761.
HSL color Cylindrical-coordinate representation of color #015668: hue angle of 190.49º 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 #015668 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 86 | 104 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.59 |
| HSL | 190.49º | 0.98% | 0.21% | - |
| HSV(B) | 190.49º | 0.99% | 0.41% | - |
| XYZ | 5.84 | 7.66 | 14.27 | - |
| YUV | 62.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 104 | 0.99 | 0.17 | 0 | 0.59 | 190.49 | 0.98 | 0.21 |
| Hex | 1 | 56 | 68 | 63 | 11 | 0 | 3B | BE | 62 | 15 |
| Octal | 1 | 126 | 150 | 143 | 21 | 0 | 73 | 276 | 142 | 25 |
| Binary | 1 | 1010110 | 1101000 | 1100011 | 10001 | 0 | 111011 | 10111110 | 1100010 | 10101 |
Color Harmonies of #015668
Complementary color
Monochromatic Colors of #015668
Black with #015668
Text Example
Text Example
White with #015668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015668; }
p { color: rgb(1,86,104); }
H1.HeaderClassName
{
color: #015668;
}
.AnyTagClassName
{
color: #015668;
}
</style>
background-color css
<style>
a { background-color: #015668; }
a { background-color: rgb(1,86,104); }
div.DivClassName
{
background-color: #015668;
}
.BgClassName
{
background-color: #015668;
}
</style>
border-color css
<style>
span { border-color: #015668; }
span { border-color: rgb(1,86,104); }
td.TdClassName
{
border-color: #015668;
}
.TagClassName
{
border-color: #015668;
}
</style>