Shades of Blue Lagoon #065A77
Tints of Blue Lagoon #065A77
RGB
CMYK
RGB Variations
Color information
#065A77 (or 0x065A77) is known color: Blue Lagoon. HEX triplet: 06, 5A and 77. RGB value is (6,90,119). Sum of RGB (Red+Green+Blue) = 6+90+119=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 90 (35.55% from 255 or 41.86% 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 #065A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A77 is #F9A588. Grayscale: #434343. Windows color (decimal): -16360841 or 7821830. OLE color: 7821830.
HSL color Cylindrical-coordinate representation of color #065A77: hue angle of 195.4º 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 #065A77 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 90 | 119 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.53 |
| HSL | 195.4º | 0.9% | 0.25% | - |
| HSV(B) | 195.4º | 0.95% | 0.47% | - |
| XYZ | 7.06 | 8.68 | 18.76 | - |
| YUV | 68.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 119 | 0.95 | 0.24 | 0 | 0.53 | 195.4 | 0.9 | 0.25 |
| Hex | 6 | 5A | 77 | 5F | 18 | 0 | 35 | C3 | 5A | 19 |
| Octal | 6 | 132 | 167 | 137 | 30 | 0 | 65 | 303 | 132 | 31 |
| Binary | 110 | 1011010 | 1110111 | 1011111 | 11000 | 0 | 110101 | 11000011 | 1011010 | 11001 |
Color Harmonies of #065A77
Complementary color
Monochromatic Colors of #065A77
Black with #065A77
Text Example
Text Example
White with #065A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A77; }
p { color: rgb(6,90,119); }
H1.HeaderClassName
{
color: #065A77;
}
.AnyTagClassName
{
color: #065A77;
}
</style>
background-color css
<style>
a { background-color: #065A77; }
a { background-color: rgb(6,90,119); }
div.DivClassName
{
background-color: #065A77;
}
.BgClassName
{
background-color: #065A77;
}
</style>
border-color css
<style>
span { border-color: #065A77; }
span { border-color: rgb(6,90,119); }
td.TdClassName
{
border-color: #065A77;
}
.TagClassName
{
border-color: #065A77;
}
</style>