Shades of Blue Lagoon #015F68
Tints of Blue Lagoon #015F68
RGB
CMYK
RGB Variations
Color information
#015F68 (or 0x015F68) is known color: Blue Lagoon. HEX triplet: 01, 5F and 68. RGB value is (1,95,104). Sum of RGB (Red+Green+Blue) = 1+95+104=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #015F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F68 is #FEA097. Grayscale: #434343. Windows color (decimal): -16687256 or 6840065. OLE color: 6840065.
HSL color Cylindrical-coordinate representation of color #015F68: hue angle of 185.24º 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 #015F68 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 95 | 104 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.59 |
| HSL | 185.24º | 0.98% | 0.21% | - |
| HSV(B) | 185.24º | 0.99% | 0.41% | - |
| XYZ | 6.6 | 9.19 | 14.52 | - |
| YUV | 67.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 104 | 0.99 | 0.09 | 0 | 0.59 | 185.24 | 0.98 | 0.21 |
| Hex | 1 | 5F | 68 | 63 | 9 | 0 | 3B | B9 | 62 | 15 |
| Octal | 1 | 137 | 150 | 143 | 11 | 0 | 73 | 271 | 142 | 25 |
| Binary | 1 | 1011111 | 1101000 | 1100011 | 1001 | 0 | 111011 | 10111001 | 1100010 | 10101 |
Color Harmonies of #015F68
Complementary color
Monochromatic Colors of #015F68
Black with #015F68
Text Example
Text Example
White with #015F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F68; }
p { color: rgb(1,95,104); }
H1.HeaderClassName
{
color: #015F68;
}
.AnyTagClassName
{
color: #015F68;
}
</style>
background-color css
<style>
a { background-color: #015F68; }
a { background-color: rgb(1,95,104); }
div.DivClassName
{
background-color: #015F68;
}
.BgClassName
{
background-color: #015F68;
}
</style>
border-color css
<style>
span { border-color: #015F68; }
span { border-color: rgb(1,95,104); }
td.TdClassName
{
border-color: #015F68;
}
.TagClassName
{
border-color: #015F68;
}
</style>