Shades of Blue Lagoon #005975
Tints of Blue Lagoon #005975
RGB
CMYK
RGB Variations
Color information
#005975 (or 0x005975) is known color: Blue Lagoon. HEX triplet: 00, 59 and 75. RGB value is (0,89,117). Sum of RGB (Red+Green+Blue) = 0+89+117=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #005975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005975 is #FFA68A. Grayscale: #414141. Windows color (decimal): -16754315 or 7690496. OLE color: 7690496.
HSL color Cylindrical-coordinate representation of color #005975: hue angle of 194.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005975 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 89 | 117 | - |
| CMYK | 1 | 0.24 | 0 | 0.54 |
| HSL | 194.36º | 1% | 0.23% | - |
| HSV(B) | 194.36º | 1% | 0.46% | - |
| XYZ | 6.78 | 8.43 | 18.1 | - |
| YUV | 65.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 117 | 1 | 0.24 | 0 | 0.54 | 194.36 | 1 | 0.23 |
| Hex | 0 | 59 | 75 | 64 | 18 | 0 | 36 | C2 | 64 | 17 |
| Octal | 0 | 131 | 165 | 144 | 30 | 0 | 66 | 302 | 144 | 27 |
| Binary | 0 | 1011001 | 1110101 | 1100100 | 11000 | 0 | 110110 | 11000010 | 1100100 | 10111 |
Color Harmonies of #005975
Complementary color
Monochromatic Colors of #005975
Black with #005975
Text Example
Text Example
White with #005975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005975; }
p { color: rgb(0,89,117); }
H1.HeaderClassName
{
color: #005975;
}
.AnyTagClassName
{
color: #005975;
}
</style>
background-color css
<style>
a { background-color: #005975; }
a { background-color: rgb(0,89,117); }
div.DivClassName
{
background-color: #005975;
}
.BgClassName
{
background-color: #005975;
}
</style>
border-color css
<style>
span { border-color: #005975; }
span { border-color: rgb(0,89,117); }
td.TdClassName
{
border-color: #005975;
}
.TagClassName
{
border-color: #005975;
}
</style>