Shades of Blue Lagoon #015D69
Tints of Blue Lagoon #015D69
RGB
CMYK
RGB Variations
Color information
#015D69 (or 0x015D69) is known color: Blue Lagoon. HEX triplet: 01, 5D and 69. RGB value is (1,93,105). Sum of RGB (Red+Green+Blue) = 1+93+105=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #015D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D69 is #FEA296. Grayscale: #424242. Windows color (decimal): -16687767 or 6905089. OLE color: 6905089.
HSL color Cylindrical-coordinate representation of color #015D69: hue angle of 186.92º 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 #015D69 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 93 | 105 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.59 |
| HSL | 186.92º | 0.98% | 0.21% | - |
| HSV(B) | 186.92º | 0.99% | 0.41% | - |
| XYZ | 6.48 | 8.86 | 14.73 | - |
| YUV | 66.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 105 | 0.99 | 0.11 | 0 | 0.59 | 186.92 | 0.98 | 0.21 |
| Hex | 1 | 5D | 69 | 63 | B | 0 | 3B | BB | 62 | 15 |
| Octal | 1 | 135 | 151 | 143 | 13 | 0 | 73 | 273 | 142 | 25 |
| Binary | 1 | 1011101 | 1101001 | 1100011 | 1011 | 0 | 111011 | 10111011 | 1100010 | 10101 |
Color Harmonies of #015D69
Complementary color
Monochromatic Colors of #015D69
Black with #015D69
Text Example
Text Example
White with #015D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D69; }
p { color: rgb(1,93,105); }
H1.HeaderClassName
{
color: #015D69;
}
.AnyTagClassName
{
color: #015D69;
}
</style>
background-color css
<style>
a { background-color: #015D69; }
a { background-color: rgb(1,93,105); }
div.DivClassName
{
background-color: #015D69;
}
.BgClassName
{
background-color: #015D69;
}
</style>
border-color css
<style>
span { border-color: #015D69; }
span { border-color: rgb(1,93,105); }
td.TdClassName
{
border-color: #015D69;
}
.TagClassName
{
border-color: #015D69;
}
</style>