Shades of Blue Lagoon #005F7D
Tints of Blue Lagoon #005F7D
RGB
CMYK
RGB Variations
Color information
#005F7D (or 0x005F7D) is known color: Blue Lagoon. HEX triplet: 00, 5F and 7D. RGB value is (0,95,125). Sum of RGB (Red+Green+Blue) = 0+95+125=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #005F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F7D is #FFA082. Grayscale: #454545. Windows color (decimal): -16752771 or 8216320. OLE color: 8216320.
HSL color Cylindrical-coordinate representation of color #005F7D: hue angle of 194.4º 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 #005F7D is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 95 | 125 | - |
| CMYK | 1 | 0.24 | 0 | 0.51 |
| HSL | 194.4º | 1% | 0.25% | - |
| HSV(B) | 194.4º | 1% | 0.49% | - |
| XYZ | 7.79 | 9.67 | 20.86 | - |
| YUV | 70.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 125 | 1 | 0.24 | 0 | 0.51 | 194.4 | 1 | 0.25 |
| Hex | 0 | 5F | 7D | 64 | 18 | 0 | 33 | C2 | 64 | 19 |
| Octal | 0 | 137 | 175 | 144 | 30 | 0 | 63 | 302 | 144 | 31 |
| Binary | 0 | 1011111 | 1111101 | 1100100 | 11000 | 0 | 110011 | 11000010 | 1100100 | 11001 |
Color Harmonies of #005F7D
Complementary color
Monochromatic Colors of #005F7D
Black with #005F7D
Text Example
Text Example
White with #005F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F7D; }
p { color: rgb(0,95,125); }
H1.HeaderClassName
{
color: #005F7D;
}
.AnyTagClassName
{
color: #005F7D;
}
</style>
background-color css
<style>
a { background-color: #005F7D; }
a { background-color: rgb(0,95,125); }
div.DivClassName
{
background-color: #005F7D;
}
.BgClassName
{
background-color: #005F7D;
}
</style>
border-color css
<style>
span { border-color: #005F7D; }
span { border-color: rgb(0,95,125); }
td.TdClassName
{
border-color: #005F7D;
}
.TagClassName
{
border-color: #005F7D;
}
</style>