Shades of Blue Lagoon #006077
Tints of Blue Lagoon #006077
RGB
CMYK
RGB Variations
Color information
#006077 (or 0x006077) is known color: Blue Lagoon. HEX triplet: 00, 60 and 77. RGB value is (0,96,119). Sum of RGB (Red+Green+Blue) = 0+96+119=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #006077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006077 is #FF9F88. Grayscale: #454545. Windows color (decimal): -16752521 or 7823360. OLE color: 7823360.
HSL color Cylindrical-coordinate representation of color #006077: hue angle of 191.6º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006077 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 96 | 119 | - |
| CMYK | 1 | 0.19 | 0 | 0.53 |
| HSL | 191.6º | 1% | 0.23% | - |
| HSV(B) | 191.6º | 1% | 0.47% | - |
| XYZ | 7.51 | 9.7 | 18.93 | - |
| YUV | 69.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 119 | 1 | 0.19 | 0 | 0.53 | 191.6 | 1 | 0.23 |
| Hex | 0 | 60 | 77 | 64 | 13 | 0 | 35 | C0 | 64 | 17 |
| Octal | 0 | 140 | 167 | 144 | 23 | 0 | 65 | 300 | 144 | 27 |
| Binary | 0 | 1100000 | 1110111 | 1100100 | 10011 | 0 | 110101 | 11000000 | 1100100 | 10111 |
Color Harmonies of #006077
Complementary color
Monochromatic Colors of #006077
Black with #006077
Text Example
Text Example
White with #006077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006077; }
p { color: rgb(0,96,119); }
H1.HeaderClassName
{
color: #006077;
}
.AnyTagClassName
{
color: #006077;
}
</style>
background-color css
<style>
a { background-color: #006077; }
a { background-color: rgb(0,96,119); }
div.DivClassName
{
background-color: #006077;
}
.BgClassName
{
background-color: #006077;
}
</style>
border-color css
<style>
span { border-color: #006077; }
span { border-color: rgb(0,96,119); }
td.TdClassName
{
border-color: #006077;
}
.TagClassName
{
border-color: #006077;
}
</style>