Shades of Blue Lagoon #015C76
Tints of Blue Lagoon #015C76
RGB
CMYK
RGB Variations
Color information
#015C76 (or 0x015C76) is known color: Blue Lagoon. HEX triplet: 01, 5C and 76. RGB value is (1,92,118). Sum of RGB (Red+Green+Blue) = 1+92+118=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #015C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C76 is #FEA389. Grayscale: #434343. Windows color (decimal): -16688010 or 7756801. OLE color: 7756801.
HSL color Cylindrical-coordinate representation of color #015C76: hue angle of 193.33º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C76 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 92 | 118 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.54 |
| HSL | 193.33º | 0.98% | 0.23% | - |
| HSV(B) | 193.33º | 0.99% | 0.46% | - |
| XYZ | 7.11 | 8.97 | 18.5 | - |
| YUV | 67.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 118 | 0.99 | 0.22 | 0 | 0.54 | 193.33 | 0.98 | 0.23 |
| Hex | 1 | 5C | 76 | 63 | 16 | 0 | 36 | C1 | 62 | 17 |
| Octal | 1 | 134 | 166 | 143 | 26 | 0 | 66 | 301 | 142 | 27 |
| Binary | 1 | 1011100 | 1110110 | 1100011 | 10110 | 0 | 110110 | 11000001 | 1100010 | 10111 |
Color Harmonies of #015C76
Complementary color
Monochromatic Colors of #015C76
Black with #015C76
Text Example
Text Example
White with #015C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C76; }
p { color: rgb(1,92,118); }
H1.HeaderClassName
{
color: #015C76;
}
.AnyTagClassName
{
color: #015C76;
}
</style>
background-color css
<style>
a { background-color: #015C76; }
a { background-color: rgb(1,92,118); }
div.DivClassName
{
background-color: #015C76;
}
.BgClassName
{
background-color: #015C76;
}
</style>
border-color css
<style>
span { border-color: #015C76; }
span { border-color: rgb(1,92,118); }
td.TdClassName
{
border-color: #015C76;
}
.TagClassName
{
border-color: #015C76;
}
</style>