Shades of Blue Lagoon #015B7B
Tints of Blue Lagoon #015B7B
RGB
CMYK
RGB Variations
Color information
#015B7B (or 0x015B7B) is known color: Blue Lagoon. HEX triplet: 01, 5B and 7B. RGB value is (1,91,123). Sum of RGB (Red+Green+Blue) = 1+91+123=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #015B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B7B is #FEA484. Grayscale: #434343. Windows color (decimal): -16688261 or 8084225. OLE color: 8084225.
HSL color Cylindrical-coordinate representation of color #015B7B: hue angle of 195.74º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B7B is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 91 | 123 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.52 |
| HSL | 195.74º | 0.98% | 0.24% | - |
| HSV(B) | 195.74º | 0.99% | 0.48% | - |
| XYZ | 7.33 | 8.92 | 20.07 | - |
| YUV | 67.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 123 | 0.99 | 0.26 | 0 | 0.52 | 195.74 | 0.98 | 0.24 |
| Hex | 1 | 5B | 7B | 63 | 1A | 0 | 34 | C4 | 62 | 18 |
| Octal | 1 | 133 | 173 | 143 | 32 | 0 | 64 | 304 | 142 | 30 |
| Binary | 1 | 1011011 | 1111011 | 1100011 | 11010 | 0 | 110100 | 11000100 | 1100010 | 11000 |
Color Harmonies of #015B7B
Complementary color
Monochromatic Colors of #015B7B
Black with #015B7B
Text Example
Text Example
White with #015B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B7B; }
p { color: rgb(1,91,123); }
H1.HeaderClassName
{
color: #015B7B;
}
.AnyTagClassName
{
color: #015B7B;
}
</style>
background-color css
<style>
a { background-color: #015B7B; }
a { background-color: rgb(1,91,123); }
div.DivClassName
{
background-color: #015B7B;
}
.BgClassName
{
background-color: #015B7B;
}
</style>
border-color css
<style>
span { border-color: #015B7B; }
span { border-color: rgb(1,91,123); }
td.TdClassName
{
border-color: #015B7B;
}
.TagClassName
{
border-color: #015B7B;
}
</style>