Shades of Blue Lagoon #005A7D
Tints of Blue Lagoon #005A7D
RGB
CMYK
RGB Variations
Color information
#005A7D (or 0x005A7D) is known color: Blue Lagoon. HEX triplet: 00, 5A and 7D. RGB value is (0,90,125). Sum of RGB (Red+Green+Blue) = 0+90+125=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #005A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A7D is #FFA582. Grayscale: #424242. Windows color (decimal): -16754051 or 8215040. OLE color: 8215040.
HSL color Cylindrical-coordinate representation of color #005A7D: hue angle of 196.8º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A7D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 90 | 125 | - |
| CMYK | 1 | 0.28 | 0 | 0.51 |
| HSL | 196.8º | 1% | 0.25% | - |
| HSV(B) | 196.8º | 1% | 0.49% | - |
| XYZ | 7.36 | 8.79 | 20.71 | - |
| YUV | 67.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 125 | 1 | 0.28 | 0 | 0.51 | 196.8 | 1 | 0.25 |
| Hex | 0 | 5A | 7D | 64 | 1C | 0 | 33 | C5 | 64 | 19 |
| Octal | 0 | 132 | 175 | 144 | 34 | 0 | 63 | 305 | 144 | 31 |
| Binary | 0 | 1011010 | 1111101 | 1100100 | 11100 | 0 | 110011 | 11000101 | 1100100 | 11001 |
Color Harmonies of #005A7D
Complementary color
Monochromatic Colors of #005A7D
Black with #005A7D
Text Example
Text Example
White with #005A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A7D; }
p { color: rgb(0,90,125); }
H1.HeaderClassName
{
color: #005A7D;
}
.AnyTagClassName
{
color: #005A7D;
}
</style>
background-color css
<style>
a { background-color: #005A7D; }
a { background-color: rgb(0,90,125); }
div.DivClassName
{
background-color: #005A7D;
}
.BgClassName
{
background-color: #005A7D;
}
</style>
border-color css
<style>
span { border-color: #005A7D; }
span { border-color: rgb(0,90,125); }
td.TdClassName
{
border-color: #005A7D;
}
.TagClassName
{
border-color: #005A7D;
}
</style>