Shades of Blue Lagoon #015F6C
Tints of Blue Lagoon #015F6C
RGB
CMYK
RGB Variations
Color information
#015F6C (or 0x015F6C) is known color: Blue Lagoon. HEX triplet: 01, 5F and 6C. RGB value is (1,95,108). Sum of RGB (Red+Green+Blue) = 1+95+108=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #015F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F6C is #FEA093. Grayscale: #444444. Windows color (decimal): -16687252 or 7102209. OLE color: 7102209.
HSL color Cylindrical-coordinate representation of color #015F6C: hue angle of 187.29º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F6C is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 95 | 108 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.58 |
| HSL | 187.29º | 0.98% | 0.21% | - |
| HSV(B) | 187.29º | 0.99% | 0.42% | - |
| XYZ | 6.81 | 9.27 | 15.62 | - |
| YUV | 68.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 108 | 0.99 | 0.12 | 0 | 0.58 | 187.29 | 0.98 | 0.21 |
| Hex | 1 | 5F | 6C | 63 | C | 0 | 3A | BB | 62 | 15 |
| Octal | 1 | 137 | 154 | 143 | 14 | 0 | 72 | 273 | 142 | 25 |
| Binary | 1 | 1011111 | 1101100 | 1100011 | 1100 | 0 | 111010 | 10111011 | 1100010 | 10101 |
Color Harmonies of #015F6C
Complementary color
Monochromatic Colors of #015F6C
Black with #015F6C
Text Example
Text Example
White with #015F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F6C; }
p { color: rgb(1,95,108); }
H1.HeaderClassName
{
color: #015F6C;
}
.AnyTagClassName
{
color: #015F6C;
}
</style>
background-color css
<style>
a { background-color: #015F6C; }
a { background-color: rgb(1,95,108); }
div.DivClassName
{
background-color: #015F6C;
}
.BgClassName
{
background-color: #015F6C;
}
</style>
border-color css
<style>
span { border-color: #015F6C; }
span { border-color: rgb(1,95,108); }
td.TdClassName
{
border-color: #015F6C;
}
.TagClassName
{
border-color: #015F6C;
}
</style>