Shades of Blue Lagoon #005968
Tints of Blue Lagoon #005968
RGB
CMYK
RGB Variations
Color information
#005968 (or 0x005968) is known color: Blue Lagoon. HEX triplet: 00, 59 and 68. RGB value is (0,89,104). Sum of RGB (Red+Green+Blue) = 0+89+104=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #005968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005968 is #FFA697. Grayscale: #3F3F3F. Windows color (decimal): -16754328 or 6838528. OLE color: 6838528.
HSL color Cylindrical-coordinate representation of color #005968: hue angle of 188.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005968 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 89 | 104 | - |
| CMYK | 1 | 0.14 | 0 | 0.59 |
| HSL | 188.65º | 1% | 0.2% | - |
| HSV(B) | 188.65º | 1% | 0.41% | - |
| XYZ | 6.07 | 8.14 | 14.35 | - |
| YUV | 64.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 104 | 1 | 0.14 | 0 | 0.59 | 188.65 | 1 | 0.2 |
| Hex | 0 | 59 | 68 | 64 | E | 0 | 3B | BD | 64 | 14 |
| Octal | 0 | 131 | 150 | 144 | 16 | 0 | 73 | 275 | 144 | 24 |
| Binary | 0 | 1011001 | 1101000 | 1100100 | 1110 | 0 | 111011 | 10111101 | 1100100 | 10100 |
Color Harmonies of #005968
Complementary color
Monochromatic Colors of #005968
Black with #005968
Text Example
Text Example
White with #005968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005968; }
p { color: rgb(0,89,104); }
H1.HeaderClassName
{
color: #005968;
}
.AnyTagClassName
{
color: #005968;
}
</style>
background-color css
<style>
a { background-color: #005968; }
a { background-color: rgb(0,89,104); }
div.DivClassName
{
background-color: #005968;
}
.BgClassName
{
background-color: #005968;
}
</style>
border-color css
<style>
span { border-color: #005968; }
span { border-color: rgb(0,89,104); }
td.TdClassName
{
border-color: #005968;
}
.TagClassName
{
border-color: #005968;
}
</style>