Shades of Blue Lagoon #005F68
Tints of Blue Lagoon #005F68
RGB
CMYK
RGB Variations
Color information
#005F68 (or 0x005F68) is known color: Blue Lagoon. HEX triplet: 00, 5F and 68. RGB value is (0,95,104). Sum of RGB (Red+Green+Blue) = 0+95+104=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #005F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F68 is #FFA097. Grayscale: #434343. Windows color (decimal): -16752792 or 6840064. OLE color: 6840064.
HSL color Cylindrical-coordinate representation of color #005F68: hue angle of 185.19º 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 #005F68 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 95 | 104 | - |
| CMYK | 1 | 0.09 | 0 | 0.59 |
| HSL | 185.19º | 1% | 0.2% | - |
| HSV(B) | 185.19º | 1% | 0.41% | - |
| XYZ | 6.59 | 9.18 | 14.52 | - |
| YUV | 67.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 104 | 1 | 0.09 | 0 | 0.59 | 185.19 | 1 | 0.2 |
| Hex | 0 | 5F | 68 | 64 | 9 | 0 | 3B | B9 | 64 | 14 |
| Octal | 0 | 137 | 150 | 144 | 11 | 0 | 73 | 271 | 144 | 24 |
| Binary | 0 | 1011111 | 1101000 | 1100100 | 1001 | 0 | 111011 | 10111001 | 1100100 | 10100 |
Color Harmonies of #005F68
Complementary color
Monochromatic Colors of #005F68
Black with #005F68
Text Example
Text Example
White with #005F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F68; }
p { color: rgb(0,95,104); }
H1.HeaderClassName
{
color: #005F68;
}
.AnyTagClassName
{
color: #005F68;
}
</style>
background-color css
<style>
a { background-color: #005F68; }
a { background-color: rgb(0,95,104); }
div.DivClassName
{
background-color: #005F68;
}
.BgClassName
{
background-color: #005F68;
}
</style>
border-color css
<style>
span { border-color: #005F68; }
span { border-color: rgb(0,95,104); }
td.TdClassName
{
border-color: #005F68;
}
.TagClassName
{
border-color: #005F68;
}
</style>