Shades of Blue Lagoon #065265
Tints of Blue Lagoon #065265
RGB
CMYK
RGB Variations
Color information
#065265 (or 0x065265) is known color: Blue Lagoon. HEX triplet: 06, 52 and 65. RGB value is (6,82,101). Sum of RGB (Red+Green+Blue) = 6+82+101=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #065265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065265 is #F9AD9A. Grayscale: #3D3D3D. Windows color (decimal): -16362907 or 6640134. OLE color: 6640134.
HSL color Cylindrical-coordinate representation of color #065265: hue angle of 192º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065265 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 82 | 101 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.60 |
| HSL | 192º | 0.89% | 0.21% | - |
| HSV(B) | 192º | 0.94% | 0.4% | - |
| XYZ | 5.44 | 7.01 | 13.38 | - |
| YUV | 61.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 101 | 0.94 | 0.19 | 0 | 0.60 | 192 | 0.89 | 0.21 |
| Hex | 6 | 52 | 65 | 5E | 13 | 0 | 3C | C0 | 59 | 15 |
| Octal | 6 | 122 | 145 | 136 | 23 | 0 | 74 | 300 | 131 | 25 |
| Binary | 110 | 1010010 | 1100101 | 1011110 | 10011 | 0 | 111100 | 11000000 | 1011001 | 10101 |
Color Harmonies of #065265
Complementary color
Monochromatic Colors of #065265
Black with #065265
Text Example
Text Example
White with #065265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065265; }
p { color: rgb(6,82,101); }
H1.HeaderClassName
{
color: #065265;
}
.AnyTagClassName
{
color: #065265;
}
</style>
background-color css
<style>
a { background-color: #065265; }
a { background-color: rgb(6,82,101); }
div.DivClassName
{
background-color: #065265;
}
.BgClassName
{
background-color: #065265;
}
</style>
border-color css
<style>
span { border-color: #065265; }
span { border-color: rgb(6,82,101); }
td.TdClassName
{
border-color: #065265;
}
.TagClassName
{
border-color: #065265;
}
</style>