Shades of Blue Lagoon #005A72
Tints of Blue Lagoon #005A72
RGB
CMYK
RGB Variations
Color information
#005A72 (or 0x005A72) is known color: Blue Lagoon. HEX triplet: 00, 5A and 72. RGB value is (0,90,114). Sum of RGB (Red+Green+Blue) = 0+90+114=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #005A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A72 is #FFA58D. Grayscale: #414141. Windows color (decimal): -16754062 or 7494144. OLE color: 7494144.
HSL color Cylindrical-coordinate representation of color #005A72: hue angle of 192.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A72 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 90 | 114 | - |
| CMYK | 1 | 0.21 | 0 | 0.55 |
| HSL | 192.63º | 1% | 0.22% | - |
| HSV(B) | 192.63º | 1% | 0.45% | - |
| XYZ | 6.69 | 8.53 | 17.21 | - |
| YUV | 65.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 114 | 1 | 0.21 | 0 | 0.55 | 192.63 | 1 | 0.22 |
| Hex | 0 | 5A | 72 | 64 | 15 | 0 | 37 | C1 | 64 | 16 |
| Octal | 0 | 132 | 162 | 144 | 25 | 0 | 67 | 301 | 144 | 26 |
| Binary | 0 | 1011010 | 1110010 | 1100100 | 10101 | 0 | 110111 | 11000001 | 1100100 | 10110 |
Color Harmonies of #005A72
Complementary color
Monochromatic Colors of #005A72
Black with #005A72
Text Example
Text Example
White with #005A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A72; }
p { color: rgb(0,90,114); }
H1.HeaderClassName
{
color: #005A72;
}
.AnyTagClassName
{
color: #005A72;
}
</style>
background-color css
<style>
a { background-color: #005A72; }
a { background-color: rgb(0,90,114); }
div.DivClassName
{
background-color: #005A72;
}
.BgClassName
{
background-color: #005A72;
}
</style>
border-color css
<style>
span { border-color: #005A72; }
span { border-color: rgb(0,90,114); }
td.TdClassName
{
border-color: #005A72;
}
.TagClassName
{
border-color: #005A72;
}
</style>