Shades of Blue Lagoon #045965
Tints of Blue Lagoon #045965
RGB
CMYK
RGB Variations
Color information
#045965 (or 0x045965) is known color: Blue Lagoon. HEX triplet: 04, 59 and 65. RGB value is (4,89,101). Sum of RGB (Red+Green+Blue) = 4+89+101=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #045965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045965 is #FBA69A. Grayscale: #404040. Windows color (decimal): -16492187 or 6641924. OLE color: 6641924.
HSL color Cylindrical-coordinate representation of color #045965: hue angle of 187.42º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045965 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 89 | 101 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.60 |
| HSL | 187.42º | 0.92% | 0.21% | - |
| HSV(B) | 187.42º | 0.96% | 0.4% | - |
| XYZ | 5.97 | 8.11 | 13.56 | - |
| YUV | 64.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 101 | 0.96 | 0.12 | 0 | 0.60 | 187.42 | 0.92 | 0.21 |
| Hex | 4 | 59 | 65 | 60 | C | 0 | 3C | BB | 5C | 15 |
| Octal | 4 | 131 | 145 | 140 | 14 | 0 | 74 | 273 | 134 | 25 |
| Binary | 100 | 1011001 | 1100101 | 1100000 | 1100 | 0 | 111100 | 10111011 | 1011100 | 10101 |
Color Harmonies of #045965
Complementary color
Monochromatic Colors of #045965
Black with #045965
Text Example
Text Example
White with #045965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045965; }
p { color: rgb(4,89,101); }
H1.HeaderClassName
{
color: #045965;
}
.AnyTagClassName
{
color: #045965;
}
</style>
background-color css
<style>
a { background-color: #045965; }
a { background-color: rgb(4,89,101); }
div.DivClassName
{
background-color: #045965;
}
.BgClassName
{
background-color: #045965;
}
</style>
border-color css
<style>
span { border-color: #045965; }
span { border-color: rgb(4,89,101); }
td.TdClassName
{
border-color: #045965;
}
.TagClassName
{
border-color: #045965;
}
</style>