Shades of Blue Lagoon #015B66
Tints of Blue Lagoon #015B66
RGB
CMYK
RGB Variations
Color information
#015B66 (or 0x015B66) is known color: Blue Lagoon. HEX triplet: 01, 5B and 66. RGB value is (1,91,102). Sum of RGB (Red+Green+Blue) = 1+91+102=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #015B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B66 is #FEA499. Grayscale: #414141. Windows color (decimal): -16688282 or 6707969. OLE color: 6707969.
HSL color Cylindrical-coordinate representation of color #015B66: hue angle of 186.53º 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 #015B66 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 91 | 102 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.6 |
| HSL | 186.53º | 0.98% | 0.2% | - |
| HSV(B) | 186.53º | 0.99% | 0.4% | - |
| XYZ | 6.15 | 8.45 | 13.88 | - |
| YUV | 65.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 102 | 0.99 | 0.11 | 0 | 0.6 | 186.53 | 0.98 | 0.2 |
| Hex | 1 | 5B | 66 | 63 | B | 0 | 3C | BB | 62 | 14 |
| Octal | 1 | 133 | 146 | 143 | 13 | 0 | 74 | 273 | 142 | 24 |
| Binary | 1 | 1011011 | 1100110 | 1100011 | 1011 | 0 | 111100 | 10111011 | 1100010 | 10100 |
Color Harmonies of #015B66
Complementary color
Monochromatic Colors of #015B66
Black with #015B66
Text Example
Text Example
White with #015B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B66; }
p { color: rgb(1,91,102); }
H1.HeaderClassName
{
color: #015B66;
}
.AnyTagClassName
{
color: #015B66;
}
</style>
background-color css
<style>
a { background-color: #015B66; }
a { background-color: rgb(1,91,102); }
div.DivClassName
{
background-color: #015B66;
}
.BgClassName
{
background-color: #015B66;
}
</style>
border-color css
<style>
span { border-color: #015B66; }
span { border-color: rgb(1,91,102); }
td.TdClassName
{
border-color: #015B66;
}
.TagClassName
{
border-color: #015B66;
}
</style>