Shades of Blue Lagoon #045E65
Tints of Blue Lagoon #045E65
RGB
CMYK
RGB Variations
Color information
#045E65 (or 0x045E65) is known color: Blue Lagoon. HEX triplet: 04, 5E and 65. RGB value is (4,94,101). Sum of RGB (Red+Green+Blue) = 4+94+101=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #045E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E65 is #FBA19A. Grayscale: #434343. Windows color (decimal): -16490907 or 6643204. OLE color: 6643204.
HSL color Cylindrical-coordinate representation of color #045E65: hue angle of 184.33º 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 #045E65 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 94 | 101 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.60 |
| HSL | 184.33º | 0.92% | 0.21% | - |
| HSV(B) | 184.33º | 0.96% | 0.4% | - |
| XYZ | 6.4 | 8.97 | 13.71 | - |
| YUV | 67.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 101 | 0.96 | 0.07 | 0 | 0.60 | 184.33 | 0.92 | 0.21 |
| Hex | 4 | 5E | 65 | 60 | 7 | 0 | 3C | B8 | 5C | 15 |
| Octal | 4 | 136 | 145 | 140 | 7 | 0 | 74 | 270 | 134 | 25 |
| Binary | 100 | 1011110 | 1100101 | 1100000 | 111 | 0 | 111100 | 10111000 | 1011100 | 10101 |
Color Harmonies of #045E65
Complementary color
Monochromatic Colors of #045E65
Black with #045E65
Text Example
Text Example
White with #045E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E65; }
p { color: rgb(4,94,101); }
H1.HeaderClassName
{
color: #045E65;
}
.AnyTagClassName
{
color: #045E65;
}
</style>
background-color css
<style>
a { background-color: #045E65; }
a { background-color: rgb(4,94,101); }
div.DivClassName
{
background-color: #045E65;
}
.BgClassName
{
background-color: #045E65;
}
</style>
border-color css
<style>
span { border-color: #045E65; }
span { border-color: rgb(4,94,101); }
td.TdClassName
{
border-color: #045E65;
}
.TagClassName
{
border-color: #045E65;
}
</style>