Shades of Blue Lagoon #015B68
Tints of Blue Lagoon #015B68
RGB
CMYK
RGB Variations
Color information
#015B68 (or 0x015B68) is known color: Blue Lagoon. HEX triplet: 01, 5B and 68. RGB value is (1,91,104). Sum of RGB (Red+Green+Blue) = 1+91+104=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #015B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B68 is #FEA497. Grayscale: #414141. Windows color (decimal): -16688280 or 6839041. OLE color: 6839041.
HSL color Cylindrical-coordinate representation of color #015B68: hue angle of 187.57º 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 #015B68 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 91 | 104 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.59 |
| HSL | 187.57º | 0.98% | 0.21% | - |
| HSV(B) | 187.57º | 0.99% | 0.41% | - |
| XYZ | 6.25 | 8.49 | 14.41 | - |
| YUV | 65.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 104 | 0.99 | 0.12 | 0 | 0.59 | 187.57 | 0.98 | 0.21 |
| Hex | 1 | 5B | 68 | 63 | C | 0 | 3B | BC | 62 | 15 |
| Octal | 1 | 133 | 150 | 143 | 14 | 0 | 73 | 274 | 142 | 25 |
| Binary | 1 | 1011011 | 1101000 | 1100011 | 1100 | 0 | 111011 | 10111100 | 1100010 | 10101 |
Color Harmonies of #015B68
Complementary color
Monochromatic Colors of #015B68
Black with #015B68
Text Example
Text Example
White with #015B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B68; }
p { color: rgb(1,91,104); }
H1.HeaderClassName
{
color: #015B68;
}
.AnyTagClassName
{
color: #015B68;
}
</style>
background-color css
<style>
a { background-color: #015B68; }
a { background-color: rgb(1,91,104); }
div.DivClassName
{
background-color: #015B68;
}
.BgClassName
{
background-color: #015B68;
}
</style>
border-color css
<style>
span { border-color: #015B68; }
span { border-color: rgb(1,91,104); }
td.TdClassName
{
border-color: #015B68;
}
.TagClassName
{
border-color: #015B68;
}
</style>