Shades of Blue Lagoon #015B64
Tints of Blue Lagoon #015B64
RGB
CMYK
RGB Variations
Color information
#015B64 (or 0x015B64) is known color: Blue Lagoon. HEX triplet: 01, 5B and 64. RGB value is (1,91,100). Sum of RGB (Red+Green+Blue) = 1+91+100=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #015B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B64 is #FEA49B. Grayscale: #404040. Windows color (decimal): -16688284 or 6576897. OLE color: 6576897.
HSL color Cylindrical-coordinate representation of color #015B64: hue angle of 185.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B64 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 91 | 100 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.61 |
| HSL | 185.45º | 0.98% | 0.2% | - |
| HSV(B) | 185.45º | 0.99% | 0.39% | - |
| XYZ | 6.05 | 8.41 | 13.36 | - |
| YUV | 65.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 100 | 0.99 | 0.09 | 0 | 0.61 | 185.45 | 0.98 | 0.2 |
| Hex | 1 | 5B | 64 | 63 | 9 | 0 | 3D | B9 | 62 | 14 |
| Octal | 1 | 133 | 144 | 143 | 11 | 0 | 75 | 271 | 142 | 24 |
| Binary | 1 | 1011011 | 1100100 | 1100011 | 1001 | 0 | 111101 | 10111001 | 1100010 | 10100 |
Color Harmonies of #015B64
Complementary color
Monochromatic Colors of #015B64
Black with #015B64
Text Example
Text Example
White with #015B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B64; }
p { color: rgb(1,91,100); }
H1.HeaderClassName
{
color: #015B64;
}
.AnyTagClassName
{
color: #015B64;
}
</style>
background-color css
<style>
a { background-color: #015B64; }
a { background-color: rgb(1,91,100); }
div.DivClassName
{
background-color: #015B64;
}
.BgClassName
{
background-color: #015B64;
}
</style>
border-color css
<style>
span { border-color: #015B64; }
span { border-color: rgb(1,91,100); }
td.TdClassName
{
border-color: #015B64;
}
.TagClassName
{
border-color: #015B64;
}
</style>