Shades of Blue Lagoon #045C73
Tints of Blue Lagoon #045C73
RGB
CMYK
RGB Variations
Color information
#045C73 (or 0x045C73) is known color: Blue Lagoon. HEX triplet: 04, 5C and 73. RGB value is (4,92,115). Sum of RGB (Red+Green+Blue) = 4+92+115=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #045C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C73 is #FBA38C. Grayscale: #444444. Windows color (decimal): -16491405 or 7560196. OLE color: 7560196.
HSL color Cylindrical-coordinate representation of color #045C73: hue angle of 192.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045C73 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 92 | 115 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.55 |
| HSL | 192.43º | 0.93% | 0.23% | - |
| HSV(B) | 192.43º | 0.97% | 0.45% | - |
| XYZ | 6.97 | 8.92 | 17.57 | - |
| YUV | 68.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 115 | 0.97 | 0.20 | 0 | 0.55 | 192.43 | 0.93 | 0.23 |
| Hex | 4 | 5C | 73 | 61 | 14 | 0 | 37 | C0 | 5D | 17 |
| Octal | 4 | 134 | 163 | 141 | 24 | 0 | 67 | 300 | 135 | 27 |
| Binary | 100 | 1011100 | 1110011 | 1100001 | 10100 | 0 | 110111 | 11000000 | 1011101 | 10111 |
Color Harmonies of #045C73
Complementary color
Monochromatic Colors of #045C73
Black with #045C73
Text Example
Text Example
White with #045C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C73; }
p { color: rgb(4,92,115); }
H1.HeaderClassName
{
color: #045C73;
}
.AnyTagClassName
{
color: #045C73;
}
</style>
background-color css
<style>
a { background-color: #045C73; }
a { background-color: rgb(4,92,115); }
div.DivClassName
{
background-color: #045C73;
}
.BgClassName
{
background-color: #045C73;
}
</style>
border-color css
<style>
span { border-color: #045C73; }
span { border-color: rgb(4,92,115); }
td.TdClassName
{
border-color: #045C73;
}
.TagClassName
{
border-color: #045C73;
}
</style>