Shades of Blue Lagoon #015C66
Tints of Blue Lagoon #015C66
RGB
CMYK
RGB Variations
Color information
#015C66 (or 0x015C66) is known color: Blue Lagoon. HEX triplet: 01, 5C and 66. RGB value is (1,92,102). Sum of RGB (Red+Green+Blue) = 1+92+102=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #015C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C66 is #FEA399. Grayscale: #414141. Windows color (decimal): -16688026 or 6708225. OLE color: 6708225.
HSL color Cylindrical-coordinate representation of color #015C66: hue angle of 185.94º 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 #015C66 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 92 | 102 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.6 |
| HSL | 185.94º | 0.98% | 0.2% | - |
| HSV(B) | 185.94º | 0.99% | 0.4% | - |
| XYZ | 6.24 | 8.62 | 13.91 | - |
| YUV | 65.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 102 | 0.99 | 0.10 | 0 | 0.6 | 185.94 | 0.98 | 0.2 |
| Hex | 1 | 5C | 66 | 63 | A | 0 | 3C | BA | 62 | 14 |
| Octal | 1 | 134 | 146 | 143 | 12 | 0 | 74 | 272 | 142 | 24 |
| Binary | 1 | 1011100 | 1100110 | 1100011 | 1010 | 0 | 111100 | 10111010 | 1100010 | 10100 |
Color Harmonies of #015C66
Complementary color
Monochromatic Colors of #015C66
Black with #015C66
Text Example
Text Example
White with #015C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C66; }
p { color: rgb(1,92,102); }
H1.HeaderClassName
{
color: #015C66;
}
.AnyTagClassName
{
color: #015C66;
}
</style>
background-color css
<style>
a { background-color: #015C66; }
a { background-color: rgb(1,92,102); }
div.DivClassName
{
background-color: #015C66;
}
.BgClassName
{
background-color: #015C66;
}
</style>
border-color css
<style>
span { border-color: #015C66; }
span { border-color: rgb(1,92,102); }
td.TdClassName
{
border-color: #015C66;
}
.TagClassName
{
border-color: #015C66;
}
</style>