Shades of Blue Lagoon #045E80
Tints of Blue Lagoon #045E80
RGB
CMYK
RGB Variations
Color information
#045E80 (or 0x045E80) is known color: Blue Lagoon. HEX triplet: 04, 5E and 80. RGB value is (4,94,128). Sum of RGB (Red+Green+Blue) = 4+94+128=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #045E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E80 is #FBA17F. Grayscale: #464646. Windows color (decimal): -16490880 or 8412676. OLE color: 8412676.
HSL color Cylindrical-coordinate representation of color #045E80: hue angle of 196.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045E80 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 94 | 128 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.50 |
| HSL | 196.45º | 0.94% | 0.26% | - |
| HSV(B) | 196.45º | 0.97% | 0.5% | - |
| XYZ | 7.95 | 9.59 | 21.85 | - |
| YUV | 70.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 128 | 0.97 | 0.27 | 0 | 0.50 | 196.45 | 0.94 | 0.26 |
| Hex | 4 | 5E | 80 | 61 | 1B | 0 | 32 | C4 | 5E | 1A |
| Octal | 4 | 136 | 200 | 141 | 33 | 0 | 62 | 304 | 136 | 32 |
| Binary | 100 | 1011110 | 10000000 | 1100001 | 11011 | 0 | 110010 | 11000100 | 1011110 | 11010 |
Color Harmonies of #045E80
Complementary color
Monochromatic Colors of #045E80
Black with #045E80
Text Example
Text Example
White with #045E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E80; }
p { color: rgb(4,94,128); }
H1.HeaderClassName
{
color: #045E80;
}
.AnyTagClassName
{
color: #045E80;
}
</style>
background-color css
<style>
a { background-color: #045E80; }
a { background-color: rgb(4,94,128); }
div.DivClassName
{
background-color: #045E80;
}
.BgClassName
{
background-color: #045E80;
}
</style>
border-color css
<style>
span { border-color: #045E80; }
span { border-color: rgb(4,94,128); }
td.TdClassName
{
border-color: #045E80;
}
.TagClassName
{
border-color: #045E80;
}
</style>