Shades of Blue Lagoon #015E68
Tints of Blue Lagoon #015E68
RGB
CMYK
RGB Variations
Color information
#015E68 (or 0x015E68) is known color: Blue Lagoon. HEX triplet: 01, 5E and 68. RGB value is (1,94,104). Sum of RGB (Red+Green+Blue) = 1+94+104=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #015E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E68 is #FEA197. Grayscale: #434343. Windows color (decimal): -16687512 or 6839809. OLE color: 6839809.
HSL color Cylindrical-coordinate representation of color #015E68: hue angle of 185.83º 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 #015E68 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 94 | 104 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.59 |
| HSL | 185.83º | 0.98% | 0.21% | - |
| HSV(B) | 185.83º | 0.99% | 0.41% | - |
| XYZ | 6.51 | 9.01 | 14.49 | - |
| YUV | 67.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 104 | 0.99 | 0.10 | 0 | 0.59 | 185.83 | 0.98 | 0.21 |
| Hex | 1 | 5E | 68 | 63 | A | 0 | 3B | BA | 62 | 15 |
| Octal | 1 | 136 | 150 | 143 | 12 | 0 | 73 | 272 | 142 | 25 |
| Binary | 1 | 1011110 | 1101000 | 1100011 | 1010 | 0 | 111011 | 10111010 | 1100010 | 10101 |
Color Harmonies of #015E68
Complementary color
Monochromatic Colors of #015E68
Black with #015E68
Text Example
Text Example
White with #015E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E68; }
p { color: rgb(1,94,104); }
H1.HeaderClassName
{
color: #015E68;
}
.AnyTagClassName
{
color: #015E68;
}
</style>
background-color css
<style>
a { background-color: #015E68; }
a { background-color: rgb(1,94,104); }
div.DivClassName
{
background-color: #015E68;
}
.BgClassName
{
background-color: #015E68;
}
</style>
border-color css
<style>
span { border-color: #015E68; }
span { border-color: rgb(1,94,104); }
td.TdClassName
{
border-color: #015E68;
}
.TagClassName
{
border-color: #015E68;
}
</style>