Shades of Blue Lagoon #045D75
Tints of Blue Lagoon #045D75
RGB
CMYK
RGB Variations
Color information
#045D75 (or 0x045D75) is known color: Blue Lagoon. HEX triplet: 04, 5D and 75. RGB value is (4,93,117). Sum of RGB (Red+Green+Blue) = 4+93+117=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #045D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D75 is #FBA28A. Grayscale: #444444. Windows color (decimal): -16491147 or 7691524. OLE color: 7691524.
HSL color Cylindrical-coordinate representation of color #045D75: hue angle of 192.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045D75 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 93 | 117 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.54 |
| HSL | 192.74º | 0.93% | 0.24% | - |
| HSV(B) | 192.74º | 0.97% | 0.46% | - |
| XYZ | 7.18 | 9.14 | 18.22 | - |
| YUV | 69.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 117 | 0.97 | 0.21 | 0 | 0.54 | 192.74 | 0.93 | 0.24 |
| Hex | 4 | 5D | 75 | 61 | 15 | 0 | 36 | C1 | 5D | 18 |
| Octal | 4 | 135 | 165 | 141 | 25 | 0 | 66 | 301 | 135 | 30 |
| Binary | 100 | 1011101 | 1110101 | 1100001 | 10101 | 0 | 110110 | 11000001 | 1011101 | 11000 |
Color Harmonies of #045D75
Complementary color
Monochromatic Colors of #045D75
Black with #045D75
Text Example
Text Example
White with #045D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D75; }
p { color: rgb(4,93,117); }
H1.HeaderClassName
{
color: #045D75;
}
.AnyTagClassName
{
color: #045D75;
}
</style>
background-color css
<style>
a { background-color: #045D75; }
a { background-color: rgb(4,93,117); }
div.DivClassName
{
background-color: #045D75;
}
.BgClassName
{
background-color: #045D75;
}
</style>
border-color css
<style>
span { border-color: #045D75; }
span { border-color: rgb(4,93,117); }
td.TdClassName
{
border-color: #045D75;
}
.TagClassName
{
border-color: #045D75;
}
</style>