Shades of Blue Lagoon #015B6F
Tints of Blue Lagoon #015B6F
RGB
CMYK
RGB Variations
Color information
#015B6F (or 0x015B6F) is known color: Blue Lagoon. HEX triplet: 01, 5B and 6F. RGB value is (1,91,111). Sum of RGB (Red+Green+Blue) = 1+91+111=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #015B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B6F is #FEA490. Grayscale: #424242. Windows color (decimal): -16688273 or 7297793. OLE color: 7297793.
HSL color Cylindrical-coordinate representation of color #015B6F: hue angle of 190.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B6F is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 91 | 111 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.56 |
| HSL | 190.91º | 0.98% | 0.22% | - |
| HSV(B) | 190.91º | 0.99% | 0.44% | - |
| XYZ | 6.62 | 8.64 | 16.36 | - |
| YUV | 66.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 111 | 0.99 | 0.18 | 0 | 0.56 | 190.91 | 0.98 | 0.22 |
| Hex | 1 | 5B | 6F | 63 | 12 | 0 | 38 | BF | 62 | 16 |
| Octal | 1 | 133 | 157 | 143 | 22 | 0 | 70 | 277 | 142 | 26 |
| Binary | 1 | 1011011 | 1101111 | 1100011 | 10010 | 0 | 111000 | 10111111 | 1100010 | 10110 |
Color Harmonies of #015B6F
Complementary color
Monochromatic Colors of #015B6F
Black with #015B6F
Text Example
Text Example
White with #015B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B6F; }
p { color: rgb(1,91,111); }
H1.HeaderClassName
{
color: #015B6F;
}
.AnyTagClassName
{
color: #015B6F;
}
</style>
background-color css
<style>
a { background-color: #015B6F; }
a { background-color: rgb(1,91,111); }
div.DivClassName
{
background-color: #015B6F;
}
.BgClassName
{
background-color: #015B6F;
}
</style>
border-color css
<style>
span { border-color: #015B6F; }
span { border-color: rgb(1,91,111); }
td.TdClassName
{
border-color: #015B6F;
}
.TagClassName
{
border-color: #015B6F;
}
</style>