Shades of Blue Lagoon #015B77
Tints of Blue Lagoon #015B77
RGB
CMYK
RGB Variations
Color information
#015B77 (or 0x015B77) is known color: Blue Lagoon. HEX triplet: 01, 5B and 77. RGB value is (1,91,119). Sum of RGB (Red+Green+Blue) = 1+91+119=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #015B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B77 is #FEA488. Grayscale: #434343. Windows color (decimal): -16688265 or 7822081. OLE color: 7822081.
HSL color Cylindrical-coordinate representation of color #015B77: hue angle of 194.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B77 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 91 | 119 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.53 |
| HSL | 194.24º | 0.98% | 0.24% | - |
| HSV(B) | 194.24º | 0.99% | 0.47% | - |
| XYZ | 7.08 | 8.82 | 18.78 | - |
| YUV | 67.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 119 | 0.99 | 0.24 | 0 | 0.53 | 194.24 | 0.98 | 0.24 |
| Hex | 1 | 5B | 77 | 63 | 18 | 0 | 35 | C2 | 62 | 18 |
| Octal | 1 | 133 | 167 | 143 | 30 | 0 | 65 | 302 | 142 | 30 |
| Binary | 1 | 1011011 | 1110111 | 1100011 | 11000 | 0 | 110101 | 11000010 | 1100010 | 11000 |
Color Harmonies of #015B77
Complementary color
Monochromatic Colors of #015B77
Black with #015B77
Text Example
Text Example
White with #015B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B77; }
p { color: rgb(1,91,119); }
H1.HeaderClassName
{
color: #015B77;
}
.AnyTagClassName
{
color: #015B77;
}
</style>
background-color css
<style>
a { background-color: #015B77; }
a { background-color: rgb(1,91,119); }
div.DivClassName
{
background-color: #015B77;
}
.BgClassName
{
background-color: #015B77;
}
</style>
border-color css
<style>
span { border-color: #015B77; }
span { border-color: rgb(1,91,119); }
td.TdClassName
{
border-color: #015B77;
}
.TagClassName
{
border-color: #015B77;
}
</style>