Shades of Blue Lagoon #045D72
Tints of Blue Lagoon #045D72
RGB
CMYK
RGB Variations
Color information
#045D72 (or 0x045D72) is known color: Blue Lagoon. HEX triplet: 04, 5D and 72. RGB value is (4,93,114). Sum of RGB (Red+Green+Blue) = 4+93+114=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #045D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D72 is #FBA28D. Grayscale: #444444. Windows color (decimal): -16491150 or 7494916. OLE color: 7494916.
HSL color Cylindrical-coordinate representation of color #045D72: hue angle of 191.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D72 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 93 | 114 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.55 |
| HSL | 191.45º | 0.93% | 0.23% | - |
| HSV(B) | 191.45º | 0.96% | 0.45% | - |
| XYZ | 7 | 9.07 | 17.3 | - |
| YUV | 68.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 114 | 0.96 | 0.18 | 0 | 0.55 | 191.45 | 0.93 | 0.23 |
| Hex | 4 | 5D | 72 | 60 | 12 | 0 | 37 | BF | 5D | 17 |
| Octal | 4 | 135 | 162 | 140 | 22 | 0 | 67 | 277 | 135 | 27 |
| Binary | 100 | 1011101 | 1110010 | 1100000 | 10010 | 0 | 110111 | 10111111 | 1011101 | 10111 |
Color Harmonies of #045D72
Complementary color
Monochromatic Colors of #045D72
Black with #045D72
Text Example
Text Example
White with #045D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D72; }
p { color: rgb(4,93,114); }
H1.HeaderClassName
{
color: #045D72;
}
.AnyTagClassName
{
color: #045D72;
}
</style>
background-color css
<style>
a { background-color: #045D72; }
a { background-color: rgb(4,93,114); }
div.DivClassName
{
background-color: #045D72;
}
.BgClassName
{
background-color: #045D72;
}
</style>
border-color css
<style>
span { border-color: #045D72; }
span { border-color: rgb(4,93,114); }
td.TdClassName
{
border-color: #045D72;
}
.TagClassName
{
border-color: #045D72;
}
</style>