Shades of Blue Lagoon #04597D
Tints of Blue Lagoon #04597D
RGB
CMYK
RGB Variations
Color information
#04597D (or 0x04597D) is known color: Blue Lagoon. HEX triplet: 04, 59 and 7D. RGB value is (4,89,125). Sum of RGB (Red+Green+Blue) = 4+89+125=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #04597D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04597D is #FBA682. Grayscale: #434343. Windows color (decimal): -16492163 or 8214788. OLE color: 8214788.
HSL color Cylindrical-coordinate representation of color #04597D: hue angle of 197.85º 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 #04597D is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 89 | 125 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.51 |
| HSL | 197.85º | 0.94% | 0.25% | - |
| HSV(B) | 197.85º | 0.97% | 0.49% | - |
| XYZ | 7.32 | 8.65 | 20.69 | - |
| YUV | 67.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 125 | 0.97 | 0.29 | 0 | 0.51 | 197.85 | 0.94 | 0.25 |
| Hex | 4 | 59 | 7D | 61 | 1D | 0 | 33 | C6 | 5E | 19 |
| Octal | 4 | 131 | 175 | 141 | 35 | 0 | 63 | 306 | 136 | 31 |
| Binary | 100 | 1011001 | 1111101 | 1100001 | 11101 | 0 | 110011 | 11000110 | 1011110 | 11001 |
Color Harmonies of #04597D
Complementary color
Monochromatic Colors of #04597D
Black with #04597D
Text Example
Text Example
White with #04597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04597D; }
p { color: rgb(4,89,125); }
H1.HeaderClassName
{
color: #04597D;
}
.AnyTagClassName
{
color: #04597D;
}
</style>
background-color css
<style>
a { background-color: #04597D; }
a { background-color: rgb(4,89,125); }
div.DivClassName
{
background-color: #04597D;
}
.BgClassName
{
background-color: #04597D;
}
</style>
border-color css
<style>
span { border-color: #04597D; }
span { border-color: rgb(4,89,125); }
td.TdClassName
{
border-color: #04597D;
}
.TagClassName
{
border-color: #04597D;
}
</style>