Shades of Blue Lagoon #015D6C
Tints of Blue Lagoon #015D6C
RGB
CMYK
RGB Variations
Color information
#015D6C (or 0x015D6C) is known color: Blue Lagoon. HEX triplet: 01, 5D and 6C. RGB value is (1,93,108). Sum of RGB (Red+Green+Blue) = 1+93+108=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #015D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D6C is #FEA293. Grayscale: #434343. Windows color (decimal): -16687764 or 7101697. OLE color: 7101697.
HSL color Cylindrical-coordinate representation of color #015D6C: hue angle of 188.41º 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 #015D6C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 93 | 108 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.58 |
| HSL | 188.41º | 0.98% | 0.21% | - |
| HSV(B) | 188.41º | 0.99% | 0.42% | - |
| XYZ | 6.63 | 8.92 | 15.56 | - |
| YUV | 67.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 108 | 0.99 | 0.14 | 0 | 0.58 | 188.41 | 0.98 | 0.21 |
| Hex | 1 | 5D | 6C | 63 | E | 0 | 3A | BC | 62 | 15 |
| Octal | 1 | 135 | 154 | 143 | 16 | 0 | 72 | 274 | 142 | 25 |
| Binary | 1 | 1011101 | 1101100 | 1100011 | 1110 | 0 | 111010 | 10111100 | 1100010 | 10101 |
Color Harmonies of #015D6C
Complementary color
Monochromatic Colors of #015D6C
Black with #015D6C
Text Example
Text Example
White with #015D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D6C; }
p { color: rgb(1,93,108); }
H1.HeaderClassName
{
color: #015D6C;
}
.AnyTagClassName
{
color: #015D6C;
}
</style>
background-color css
<style>
a { background-color: #015D6C; }
a { background-color: rgb(1,93,108); }
div.DivClassName
{
background-color: #015D6C;
}
.BgClassName
{
background-color: #015D6C;
}
</style>
border-color css
<style>
span { border-color: #015D6C; }
span { border-color: rgb(1,93,108); }
td.TdClassName
{
border-color: #015D6C;
}
.TagClassName
{
border-color: #015D6C;
}
</style>