Shades of Blue Lagoon #065C77
Tints of Blue Lagoon #065C77
RGB
CMYK
RGB Variations
Color information
#065C77 (or 0x065C77) is known color: Blue Lagoon. HEX triplet: 06, 5C and 77. RGB value is (6,92,119). Sum of RGB (Red+Green+Blue) = 6+92+119=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #065C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C77 is #F9A388. Grayscale: #454545. Windows color (decimal): -16360329 or 7822342. OLE color: 7822342.
HSL color Cylindrical-coordinate representation of color #065C77: hue angle of 194.34º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065C77 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 92 | 119 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.53 |
| HSL | 194.34º | 0.9% | 0.25% | - |
| HSV(B) | 194.34º | 0.95% | 0.47% | - |
| XYZ | 7.23 | 9.02 | 18.81 | - |
| YUV | 69.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 119 | 0.95 | 0.23 | 0 | 0.53 | 194.34 | 0.9 | 0.25 |
| Hex | 6 | 5C | 77 | 5F | 17 | 0 | 35 | C2 | 5A | 19 |
| Octal | 6 | 134 | 167 | 137 | 27 | 0 | 65 | 302 | 132 | 31 |
| Binary | 110 | 1011100 | 1110111 | 1011111 | 10111 | 0 | 110101 | 11000010 | 1011010 | 11001 |
Color Harmonies of #065C77
Complementary color
Monochromatic Colors of #065C77
Black with #065C77
Text Example
Text Example
White with #065C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C77; }
p { color: rgb(6,92,119); }
H1.HeaderClassName
{
color: #065C77;
}
.AnyTagClassName
{
color: #065C77;
}
</style>
background-color css
<style>
a { background-color: #065C77; }
a { background-color: rgb(6,92,119); }
div.DivClassName
{
background-color: #065C77;
}
.BgClassName
{
background-color: #065C77;
}
</style>
border-color css
<style>
span { border-color: #065C77; }
span { border-color: rgb(6,92,119); }
td.TdClassName
{
border-color: #065C77;
}
.TagClassName
{
border-color: #065C77;
}
</style>