Shades of Blue Lagoon #015E65
Tints of Blue Lagoon #015E65
RGB
CMYK
RGB Variations
Color information
#015E65 (or 0x015E65) is known color: Blue Lagoon. HEX triplet: 01, 5E and 65. RGB value is (1,94,101). Sum of RGB (Red+Green+Blue) = 1+94+101=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #015E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E65 is #FEA19A. Grayscale: #424242. Windows color (decimal): -16687515 or 6643201. OLE color: 6643201.
HSL color Cylindrical-coordinate representation of color #015E65: hue angle of 184.2º 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 #015E65 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 94 | 101 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.60 |
| HSL | 184.2º | 0.98% | 0.2% | - |
| HSV(B) | 184.2º | 0.99% | 0.4% | - |
| XYZ | 6.36 | 8.95 | 13.7 | - |
| YUV | 66.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 101 | 0.99 | 0.07 | 0 | 0.60 | 184.2 | 0.98 | 0.2 |
| Hex | 1 | 5E | 65 | 63 | 7 | 0 | 3C | B8 | 62 | 14 |
| Octal | 1 | 136 | 145 | 143 | 7 | 0 | 74 | 270 | 142 | 24 |
| Binary | 1 | 1011110 | 1100101 | 1100011 | 111 | 0 | 111100 | 10111000 | 1100010 | 10100 |
Color Harmonies of #015E65
Complementary color
Monochromatic Colors of #015E65
Black with #015E65
Text Example
Text Example
White with #015E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E65; }
p { color: rgb(1,94,101); }
H1.HeaderClassName
{
color: #015E65;
}
.AnyTagClassName
{
color: #015E65;
}
</style>
background-color css
<style>
a { background-color: #015E65; }
a { background-color: rgb(1,94,101); }
div.DivClassName
{
background-color: #015E65;
}
.BgClassName
{
background-color: #015E65;
}
</style>
border-color css
<style>
span { border-color: #015E65; }
span { border-color: rgb(1,94,101); }
td.TdClassName
{
border-color: #015E65;
}
.TagClassName
{
border-color: #015E65;
}
</style>