Shades of Blue Lagoon #005965
Tints of Blue Lagoon #005965
RGB
CMYK
RGB Variations
Color information
#005965 (or 0x005965) is known color: Blue Lagoon. HEX triplet: 00, 59 and 65. RGB value is (0,89,101). Sum of RGB (Red+Green+Blue) = 0+89+101=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #005965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005965 is #FFA69A. Grayscale: #3F3F3F. Windows color (decimal): -16754331 or 6641920. OLE color: 6641920.
HSL color Cylindrical-coordinate representation of color #005965: hue angle of 187.13º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005965 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 89 | 101 | - |
| CMYK | 1 | 0.12 | 0 | 0.60 |
| HSL | 187.13º | 1% | 0.2% | - |
| HSV(B) | 187.13º | 1% | 0.4% | - |
| XYZ | 5.92 | 8.08 | 13.56 | - |
| YUV | 63.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 101 | 1 | 0.12 | 0 | 0.60 | 187.13 | 1 | 0.2 |
| Hex | 0 | 59 | 65 | 64 | C | 0 | 3C | BB | 64 | 14 |
| Octal | 0 | 131 | 145 | 144 | 14 | 0 | 74 | 273 | 144 | 24 |
| Binary | 0 | 1011001 | 1100101 | 1100100 | 1100 | 0 | 111100 | 10111011 | 1100100 | 10100 |
Color Harmonies of #005965
Complementary color
Monochromatic Colors of #005965
Black with #005965
Text Example
Text Example
White with #005965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005965; }
p { color: rgb(0,89,101); }
H1.HeaderClassName
{
color: #005965;
}
.AnyTagClassName
{
color: #005965;
}
</style>
background-color css
<style>
a { background-color: #005965; }
a { background-color: rgb(0,89,101); }
div.DivClassName
{
background-color: #005965;
}
.BgClassName
{
background-color: #005965;
}
</style>
border-color css
<style>
span { border-color: #005965; }
span { border-color: rgb(0,89,101); }
td.TdClassName
{
border-color: #005965;
}
.TagClassName
{
border-color: #005965;
}
</style>