Shades of Blue Lagoon #015D7D
Tints of Blue Lagoon #015D7D
RGB
CMYK
RGB Variations
Color information
#015D7D (or 0x015D7D) is known color: Blue Lagoon. HEX triplet: 01, 5D and 7D. RGB value is (1,93,125). Sum of RGB (Red+Green+Blue) = 1+93+125=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #015D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D7D is #FEA282. Grayscale: #444444. Windows color (decimal): -16687747 or 8215809. OLE color: 8215809.
HSL color Cylindrical-coordinate representation of color #015D7D: hue angle of 195.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D7D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 93 | 125 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.51 |
| HSL | 195.48º | 0.98% | 0.25% | - |
| HSV(B) | 195.48º | 0.99% | 0.49% | - |
| XYZ | 7.63 | 9.32 | 20.8 | - |
| YUV | 69.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 125 | 0.99 | 0.26 | 0 | 0.51 | 195.48 | 0.98 | 0.25 |
| Hex | 1 | 5D | 7D | 63 | 1A | 0 | 33 | C3 | 62 | 19 |
| Octal | 1 | 135 | 175 | 143 | 32 | 0 | 63 | 303 | 142 | 31 |
| Binary | 1 | 1011101 | 1111101 | 1100011 | 11010 | 0 | 110011 | 11000011 | 1100010 | 11001 |
Color Harmonies of #015D7D
Complementary color
Monochromatic Colors of #015D7D
Black with #015D7D
Text Example
Text Example
White with #015D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D7D; }
p { color: rgb(1,93,125); }
H1.HeaderClassName
{
color: #015D7D;
}
.AnyTagClassName
{
color: #015D7D;
}
</style>
background-color css
<style>
a { background-color: #015D7D; }
a { background-color: rgb(1,93,125); }
div.DivClassName
{
background-color: #015D7D;
}
.BgClassName
{
background-color: #015D7D;
}
</style>
border-color css
<style>
span { border-color: #015D7D; }
span { border-color: rgb(1,93,125); }
td.TdClassName
{
border-color: #015D7D;
}
.TagClassName
{
border-color: #015D7D;
}
</style>