Shades of Blue Lagoon #015B7D
Tints of Blue Lagoon #015B7D
RGB
CMYK
RGB Variations
Color information
#015B7D (or 0x015B7D) is known color: Blue Lagoon. HEX triplet: 01, 5B and 7D. RGB value is (1,91,125). Sum of RGB (Red+Green+Blue) = 1+91+125=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #015B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B7D is #FEA482. Grayscale: #434343. Windows color (decimal): -16688259 or 8215297. OLE color: 8215297.
HSL color Cylindrical-coordinate representation of color #015B7D: hue angle of 196.45º 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 #015B7D is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 91 | 125 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.51 |
| HSL | 196.45º | 0.98% | 0.25% | - |
| HSV(B) | 196.45º | 0.99% | 0.49% | - |
| XYZ | 7.46 | 8.97 | 20.74 | - |
| YUV | 67.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 125 | 0.99 | 0.27 | 0 | 0.51 | 196.45 | 0.98 | 0.25 |
| Hex | 1 | 5B | 7D | 63 | 1B | 0 | 33 | C4 | 62 | 19 |
| Octal | 1 | 133 | 175 | 143 | 33 | 0 | 63 | 304 | 142 | 31 |
| Binary | 1 | 1011011 | 1111101 | 1100011 | 11011 | 0 | 110011 | 11000100 | 1100010 | 11001 |
Color Harmonies of #015B7D
Complementary color
Monochromatic Colors of #015B7D
Black with #015B7D
Text Example
Text Example
White with #015B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B7D; }
p { color: rgb(1,91,125); }
H1.HeaderClassName
{
color: #015B7D;
}
.AnyTagClassName
{
color: #015B7D;
}
</style>
background-color css
<style>
a { background-color: #015B7D; }
a { background-color: rgb(1,91,125); }
div.DivClassName
{
background-color: #015B7D;
}
.BgClassName
{
background-color: #015B7D;
}
</style>
border-color css
<style>
span { border-color: #015B7D; }
span { border-color: rgb(1,91,125); }
td.TdClassName
{
border-color: #015B7D;
}
.TagClassName
{
border-color: #015B7D;
}
</style>