Shades of Blue Lagoon #015E6B
Tints of Blue Lagoon #015E6B
RGB
CMYK
RGB Variations
Color information
#015E6B (or 0x015E6B) is known color: Blue Lagoon. HEX triplet: 01, 5E and 6B. RGB value is (1,94,107). Sum of RGB (Red+Green+Blue) = 1+94+107=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #015E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E6B is #FEA194. Grayscale: #434343. Windows color (decimal): -16687509 or 7036417. OLE color: 7036417.
HSL color Cylindrical-coordinate representation of color #015E6B: hue angle of 187.36º 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 #015E6B is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 94 | 107 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.58 |
| HSL | 187.36º | 0.98% | 0.21% | - |
| HSV(B) | 187.36º | 0.99% | 0.42% | - |
| XYZ | 6.67 | 9.07 | 15.31 | - |
| YUV | 67.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 107 | 0.99 | 0.12 | 0 | 0.58 | 187.36 | 0.98 | 0.21 |
| Hex | 1 | 5E | 6B | 63 | C | 0 | 3A | BB | 62 | 15 |
| Octal | 1 | 136 | 153 | 143 | 14 | 0 | 72 | 273 | 142 | 25 |
| Binary | 1 | 1011110 | 1101011 | 1100011 | 1100 | 0 | 111010 | 10111011 | 1100010 | 10101 |
Color Harmonies of #015E6B
Complementary color
Monochromatic Colors of #015E6B
Black with #015E6B
Text Example
Text Example
White with #015E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E6B; }
p { color: rgb(1,94,107); }
H1.HeaderClassName
{
color: #015E6B;
}
.AnyTagClassName
{
color: #015E6B;
}
</style>
background-color css
<style>
a { background-color: #015E6B; }
a { background-color: rgb(1,94,107); }
div.DivClassName
{
background-color: #015E6B;
}
.BgClassName
{
background-color: #015E6B;
}
</style>
border-color css
<style>
span { border-color: #015E6B; }
span { border-color: rgb(1,94,107); }
td.TdClassName
{
border-color: #015E6B;
}
.TagClassName
{
border-color: #015E6B;
}
</style>