Shades of Blue Lagoon #015D87
Tints of Blue Lagoon #015D87
RGB
CMYK
RGB Variations
Color information
#015D87 (or 0x015D87) is known color: Blue Lagoon. HEX triplet: 01, 5D and 87. RGB value is (1,93,135). Sum of RGB (Red+Green+Blue) = 1+93+135=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #015D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D87 is #FEA278. Grayscale: #464646. Windows color (decimal): -16687737 or 8871169. OLE color: 8871169.
HSL color Cylindrical-coordinate representation of color #015D87: hue angle of 198.81º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D87 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 93 | 135 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.47 |
| HSL | 198.81º | 0.99% | 0.27% | - |
| HSV(B) | 198.81º | 0.99% | 0.53% | - |
| XYZ | 8.3 | 9.58 | 24.33 | - |
| YUV | 70.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 135 | 0.99 | 0.31 | 0 | 0.47 | 198.81 | 0.99 | 0.27 |
| Hex | 1 | 5D | 87 | 63 | 1F | 0 | 2F | C7 | 63 | 1B |
| Octal | 1 | 135 | 207 | 143 | 37 | 0 | 57 | 307 | 143 | 33 |
| Binary | 1 | 1011101 | 10000111 | 1100011 | 11111 | 0 | 101111 | 11000111 | 1100011 | 11011 |
Color Harmonies of #015D87
Complementary color
Monochromatic Colors of #015D87
Black with #015D87
Text Example
Text Example
White with #015D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D87; }
p { color: rgb(1,93,135); }
H1.HeaderClassName
{
color: #015D87;
}
.AnyTagClassName
{
color: #015D87;
}
</style>
background-color css
<style>
a { background-color: #015D87; }
a { background-color: rgb(1,93,135); }
div.DivClassName
{
background-color: #015D87;
}
.BgClassName
{
background-color: #015D87;
}
</style>
border-color css
<style>
span { border-color: #015D87; }
span { border-color: rgb(1,93,135); }
td.TdClassName
{
border-color: #015D87;
}
.TagClassName
{
border-color: #015D87;
}
</style>