Shades of Blue Lagoon #015C7A
Tints of Blue Lagoon #015C7A
RGB
CMYK
RGB Variations
Color information
#015C7A (or 0x015C7A) is known color: Blue Lagoon. HEX triplet: 01, 5C and 7A. RGB value is (1,92,122). Sum of RGB (Red+Green+Blue) = 1+92+122=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #015C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C7A is #FEA385. Grayscale: #434343. Windows color (decimal): -16688006 or 8018945. OLE color: 8018945.
HSL color Cylindrical-coordinate representation of color #015C7A: hue angle of 194.88º 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 #015C7A is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 92 | 122 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.52 |
| HSL | 194.88º | 0.98% | 0.24% | - |
| HSV(B) | 194.88º | 0.99% | 0.48% | - |
| XYZ | 7.35 | 9.07 | 19.77 | - |
| YUV | 68.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 122 | 0.99 | 0.25 | 0 | 0.52 | 194.88 | 0.98 | 0.24 |
| Hex | 1 | 5C | 7A | 63 | 19 | 0 | 34 | C3 | 62 | 18 |
| Octal | 1 | 134 | 172 | 143 | 31 | 0 | 64 | 303 | 142 | 30 |
| Binary | 1 | 1011100 | 1111010 | 1100011 | 11001 | 0 | 110100 | 11000011 | 1100010 | 11000 |
Color Harmonies of #015C7A
Complementary color
Monochromatic Colors of #015C7A
Black with #015C7A
Text Example
Text Example
White with #015C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C7A; }
p { color: rgb(1,92,122); }
H1.HeaderClassName
{
color: #015C7A;
}
.AnyTagClassName
{
color: #015C7A;
}
</style>
background-color css
<style>
a { background-color: #015C7A; }
a { background-color: rgb(1,92,122); }
div.DivClassName
{
background-color: #015C7A;
}
.BgClassName
{
background-color: #015C7A;
}
</style>
border-color css
<style>
span { border-color: #015C7A; }
span { border-color: rgb(1,92,122); }
td.TdClassName
{
border-color: #015C7A;
}
.TagClassName
{
border-color: #015C7A;
}
</style>