Shades of Blue Lagoon #045A65
Tints of Blue Lagoon #045A65
RGB
CMYK
RGB Variations
Color information
#045A65 (or 0x045A65) is known color: Blue Lagoon. HEX triplet: 04, 5A and 65. RGB value is (4,90,101). Sum of RGB (Red+Green+Blue) = 4+90+101=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #045A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A65 is #FBA59A. Grayscale: #414141. Windows color (decimal): -16491931 or 6642180. OLE color: 6642180.
HSL color Cylindrical-coordinate representation of color #045A65: hue angle of 186.8º 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 #045A65 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 90 | 101 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.60 |
| HSL | 186.8º | 0.92% | 0.21% | - |
| HSV(B) | 186.8º | 0.96% | 0.4% | - |
| XYZ | 6.06 | 8.28 | 13.59 | - |
| YUV | 65.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 101 | 0.96 | 0.11 | 0 | 0.60 | 186.8 | 0.92 | 0.21 |
| Hex | 4 | 5A | 65 | 60 | B | 0 | 3C | BB | 5C | 15 |
| Octal | 4 | 132 | 145 | 140 | 13 | 0 | 74 | 273 | 134 | 25 |
| Binary | 100 | 1011010 | 1100101 | 1100000 | 1011 | 0 | 111100 | 10111011 | 1011100 | 10101 |
Color Harmonies of #045A65
Complementary color
Monochromatic Colors of #045A65
Black with #045A65
Text Example
Text Example
White with #045A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A65; }
p { color: rgb(4,90,101); }
H1.HeaderClassName
{
color: #045A65;
}
.AnyTagClassName
{
color: #045A65;
}
</style>
background-color css
<style>
a { background-color: #045A65; }
a { background-color: rgb(4,90,101); }
div.DivClassName
{
background-color: #045A65;
}
.BgClassName
{
background-color: #045A65;
}
</style>
border-color css
<style>
span { border-color: #045A65; }
span { border-color: rgb(4,90,101); }
td.TdClassName
{
border-color: #045A65;
}
.TagClassName
{
border-color: #045A65;
}
</style>