Shades of Blue Lagoon #045E77
Tints of Blue Lagoon #045E77
RGB
CMYK
RGB Variations
Color information
#045E77 (or 0x045E77) is known color: Blue Lagoon. HEX triplet: 04, 5E and 77. RGB value is (4,94,119). Sum of RGB (Red+Green+Blue) = 4+94+119=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #045E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E77 is #FBA188. Grayscale: #454545. Windows color (decimal): -16490889 or 7822852. OLE color: 7822852.
HSL color Cylindrical-coordinate representation of color #045E77: hue angle of 193.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045E77 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 94 | 119 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.53 |
| HSL | 193.04º | 0.93% | 0.24% | - |
| HSV(B) | 193.04º | 0.97% | 0.47% | - |
| XYZ | 7.38 | 9.36 | 18.87 | - |
| YUV | 69.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 119 | 0.97 | 0.21 | 0 | 0.53 | 193.04 | 0.93 | 0.24 |
| Hex | 4 | 5E | 77 | 61 | 15 | 0 | 35 | C1 | 5D | 18 |
| Octal | 4 | 136 | 167 | 141 | 25 | 0 | 65 | 301 | 135 | 30 |
| Binary | 100 | 1011110 | 1110111 | 1100001 | 10101 | 0 | 110101 | 11000001 | 1011101 | 11000 |
Color Harmonies of #045E77
Complementary color
Monochromatic Colors of #045E77
Black with #045E77
Text Example
Text Example
White with #045E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E77; }
p { color: rgb(4,94,119); }
H1.HeaderClassName
{
color: #045E77;
}
.AnyTagClassName
{
color: #045E77;
}
</style>
background-color css
<style>
a { background-color: #045E77; }
a { background-color: rgb(4,94,119); }
div.DivClassName
{
background-color: #045E77;
}
.BgClassName
{
background-color: #045E77;
}
</style>
border-color css
<style>
span { border-color: #045E77; }
span { border-color: rgb(4,94,119); }
td.TdClassName
{
border-color: #045E77;
}
.TagClassName
{
border-color: #045E77;
}
</style>