Shades of Blue Lagoon #015D82
Tints of Blue Lagoon #015D82
RGB
CMYK
RGB Variations
Color information
#015D82 (or 0x015D82) is known color: Blue Lagoon. HEX triplet: 01, 5D and 82. RGB value is (1,93,130). Sum of RGB (Red+Green+Blue) = 1+93+130=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #015D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D82 is #FEA27D. Grayscale: #454545. Windows color (decimal): -16687742 or 8543489. OLE color: 8543489.
HSL color Cylindrical-coordinate representation of color #015D82: hue angle of 197.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D82 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 93 | 130 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.49 |
| HSL | 197.21º | 0.98% | 0.26% | - |
| HSV(B) | 197.21º | 0.99% | 0.51% | - |
| XYZ | 7.96 | 9.45 | 22.52 | - |
| YUV | 69.71 | 162.02 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 130 | 0.99 | 0.28 | 0 | 0.49 | 197.21 | 0.98 | 0.26 |
| Hex | 1 | 5D | 82 | 63 | 1C | 0 | 31 | C5 | 62 | 1A |
| Octal | 1 | 135 | 202 | 143 | 34 | 0 | 61 | 305 | 142 | 32 |
| Binary | 1 | 1011101 | 10000010 | 1100011 | 11100 | 0 | 110001 | 11000101 | 1100010 | 11010 |
Color Harmonies of #015D82
Complementary color
Monochromatic Colors of #015D82
Black with #015D82
Text Example
Text Example
White with #015D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D82; }
p { color: rgb(1,93,130); }
H1.HeaderClassName
{
color: #015D82;
}
.AnyTagClassName
{
color: #015D82;
}
</style>
background-color css
<style>
a { background-color: #015D82; }
a { background-color: rgb(1,93,130); }
div.DivClassName
{
background-color: #015D82;
}
.BgClassName
{
background-color: #015D82;
}
</style>
border-color css
<style>
span { border-color: #015D82; }
span { border-color: rgb(1,93,130); }
td.TdClassName
{
border-color: #015D82;
}
.TagClassName
{
border-color: #015D82;
}
</style>