Shades of Blue Lagoon #015F66
Tints of Blue Lagoon #015F66
RGB
CMYK
RGB Variations
Color information
#015F66 (or 0x015F66) is known color: Blue Lagoon. HEX triplet: 01, 5F and 66. RGB value is (1,95,102). Sum of RGB (Red+Green+Blue) = 1+95+102=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #015F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F66 is #FEA099. Grayscale: #434343. Windows color (decimal): -16687258 or 6708993. OLE color: 6708993.
HSL color Cylindrical-coordinate representation of color #015F66: hue angle of 184.16º 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 #015F66 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 95 | 102 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.6 |
| HSL | 184.16º | 0.98% | 0.2% | - |
| HSV(B) | 184.16º | 0.99% | 0.4% | - |
| XYZ | 6.5 | 9.15 | 13.99 | - |
| YUV | 67.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 102 | 0.99 | 0.07 | 0 | 0.6 | 184.16 | 0.98 | 0.2 |
| Hex | 1 | 5F | 66 | 63 | 7 | 0 | 3C | B8 | 62 | 14 |
| Octal | 1 | 137 | 146 | 143 | 7 | 0 | 74 | 270 | 142 | 24 |
| Binary | 1 | 1011111 | 1100110 | 1100011 | 111 | 0 | 111100 | 10111000 | 1100010 | 10100 |
Color Harmonies of #015F66
Complementary color
Monochromatic Colors of #015F66
Black with #015F66
Text Example
Text Example
White with #015F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F66; }
p { color: rgb(1,95,102); }
H1.HeaderClassName
{
color: #015F66;
}
.AnyTagClassName
{
color: #015F66;
}
</style>
background-color css
<style>
a { background-color: #015F66; }
a { background-color: rgb(1,95,102); }
div.DivClassName
{
background-color: #015F66;
}
.BgClassName
{
background-color: #015F66;
}
</style>
border-color css
<style>
span { border-color: #015F66; }
span { border-color: rgb(1,95,102); }
td.TdClassName
{
border-color: #015F66;
}
.TagClassName
{
border-color: #015F66;
}
</style>