Shades of Blue Lagoon #045D7D
Tints of Blue Lagoon #045D7D
RGB
CMYK
RGB Variations
Color information
#045D7D (or 0x045D7D) is known color: Blue Lagoon. HEX triplet: 04, 5D and 7D. RGB value is (4,93,125). Sum of RGB (Red+Green+Blue) = 4+93+125=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #045D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D7D is #FBA282. Grayscale: #454545. Windows color (decimal): -16491139 or 8215812. OLE color: 8215812.
HSL color Cylindrical-coordinate representation of color #045D7D: hue angle of 195.87º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045D7D is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 93 | 125 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.51 |
| HSL | 195.87º | 0.94% | 0.25% | - |
| HSV(B) | 195.87º | 0.97% | 0.49% | - |
| XYZ | 7.67 | 9.34 | 20.8 | - |
| YUV | 70.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 125 | 0.97 | 0.26 | 0 | 0.51 | 195.87 | 0.94 | 0.25 |
| Hex | 4 | 5D | 7D | 61 | 1A | 0 | 33 | C4 | 5E | 19 |
| Octal | 4 | 135 | 175 | 141 | 32 | 0 | 63 | 304 | 136 | 31 |
| Binary | 100 | 1011101 | 1111101 | 1100001 | 11010 | 0 | 110011 | 11000100 | 1011110 | 11001 |
Color Harmonies of #045D7D
Complementary color
Monochromatic Colors of #045D7D
Black with #045D7D
Text Example
Text Example
White with #045D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D7D; }
p { color: rgb(4,93,125); }
H1.HeaderClassName
{
color: #045D7D;
}
.AnyTagClassName
{
color: #045D7D;
}
</style>
background-color css
<style>
a { background-color: #045D7D; }
a { background-color: rgb(4,93,125); }
div.DivClassName
{
background-color: #045D7D;
}
.BgClassName
{
background-color: #045D7D;
}
</style>
border-color css
<style>
span { border-color: #045D7D; }
span { border-color: rgb(4,93,125); }
td.TdClassName
{
border-color: #045D7D;
}
.TagClassName
{
border-color: #045D7D;
}
</style>