Shades of Blue Lagoon #045D65
Tints of Blue Lagoon #045D65
RGB
CMYK
RGB Variations
Color information
#045D65 (or 0x045D65) is known color: Blue Lagoon. HEX triplet: 04, 5D and 65. RGB value is (4,93,101). Sum of RGB (Red+Green+Blue) = 4+93+101=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #045D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D65 is #FBA29A. Grayscale: #434343. Windows color (decimal): -16491163 or 6642948. OLE color: 6642948.
HSL color Cylindrical-coordinate representation of color #045D65: hue angle of 184.95º 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 #045D65 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 93 | 101 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.60 |
| HSL | 184.95º | 0.92% | 0.21% | - |
| HSV(B) | 184.95º | 0.96% | 0.4% | - |
| XYZ | 6.31 | 8.79 | 13.68 | - |
| YUV | 67.3 | 147.01 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 101 | 0.96 | 0.08 | 0 | 0.60 | 184.95 | 0.92 | 0.21 |
| Hex | 4 | 5D | 65 | 60 | 8 | 0 | 3C | B9 | 5C | 15 |
| Octal | 4 | 135 | 145 | 140 | 10 | 0 | 74 | 271 | 134 | 25 |
| Binary | 100 | 1011101 | 1100101 | 1100000 | 1000 | 0 | 111100 | 10111001 | 1011100 | 10101 |
Color Harmonies of #045D65
Complementary color
Monochromatic Colors of #045D65
Black with #045D65
Text Example
Text Example
White with #045D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D65; }
p { color: rgb(4,93,101); }
H1.HeaderClassName
{
color: #045D65;
}
.AnyTagClassName
{
color: #045D65;
}
</style>
background-color css
<style>
a { background-color: #045D65; }
a { background-color: rgb(4,93,101); }
div.DivClassName
{
background-color: #045D65;
}
.BgClassName
{
background-color: #045D65;
}
</style>
border-color css
<style>
span { border-color: #045D65; }
span { border-color: rgb(4,93,101); }
td.TdClassName
{
border-color: #045D65;
}
.TagClassName
{
border-color: #045D65;
}
</style>