Shades of Blue Lagoon #015D6D
Tints of Blue Lagoon #015D6D
RGB
CMYK
RGB Variations
Color information
#015D6D (or 0x015D6D) is known color: Blue Lagoon. HEX triplet: 01, 5D and 6D. RGB value is (1,93,109). Sum of RGB (Red+Green+Blue) = 1+93+109=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #015D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D6D is #FEA292. Grayscale: #434343. Windows color (decimal): -16687763 or 7167233. OLE color: 7167233.
HSL color Cylindrical-coordinate representation of color #015D6D: hue angle of 188.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D6D is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 93 | 109 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.57 |
| HSL | 188.89º | 0.98% | 0.22% | - |
| HSV(B) | 188.89º | 0.99% | 0.43% | - |
| XYZ | 6.69 | 8.94 | 15.84 | - |
| YUV | 67.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 109 | 0.99 | 0.15 | 0 | 0.57 | 188.89 | 0.98 | 0.22 |
| Hex | 1 | 5D | 6D | 63 | F | 0 | 39 | BD | 62 | 16 |
| Octal | 1 | 135 | 155 | 143 | 17 | 0 | 71 | 275 | 142 | 26 |
| Binary | 1 | 1011101 | 1101101 | 1100011 | 1111 | 0 | 111001 | 10111101 | 1100010 | 10110 |
Color Harmonies of #015D6D
Complementary color
Monochromatic Colors of #015D6D
Black with #015D6D
Text Example
Text Example
White with #015D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D6D; }
p { color: rgb(1,93,109); }
H1.HeaderClassName
{
color: #015D6D;
}
.AnyTagClassName
{
color: #015D6D;
}
</style>
background-color css
<style>
a { background-color: #015D6D; }
a { background-color: rgb(1,93,109); }
div.DivClassName
{
background-color: #015D6D;
}
.BgClassName
{
background-color: #015D6D;
}
</style>
border-color css
<style>
span { border-color: #015D6D; }
span { border-color: rgb(1,93,109); }
td.TdClassName
{
border-color: #015D6D;
}
.TagClassName
{
border-color: #015D6D;
}
</style>