Shades of Blue Lagoon #006087
Tints of Blue Lagoon #006087
RGB
CMYK
RGB Variations
Color information
#006087 (or 0x006087) is known color: Blue Lagoon. HEX triplet: 00, 60 and 87. RGB value is (0,96,135). Sum of RGB (Red+Green+Blue) = 0+96+135=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #006087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006087 is #FF9F78. Grayscale: #474747. Windows color (decimal): -16752505 or 8871936. OLE color: 8871936.
HSL color Cylindrical-coordinate representation of color #006087: hue angle of 197.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006087 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 96 | 135 | - |
| CMYK | 1 | 0.29 | 0 | 0.47 |
| HSL | 197.33º | 1% | 0.26% | - |
| HSV(B) | 197.33º | 1% | 0.53% | - |
| XYZ | 8.56 | 10.12 | 24.42 | - |
| YUV | 71.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 135 | 1 | 0.29 | 0 | 0.47 | 197.33 | 1 | 0.26 |
| Hex | 0 | 60 | 87 | 64 | 1D | 0 | 2F | C5 | 64 | 1A |
| Octal | 0 | 140 | 207 | 144 | 35 | 0 | 57 | 305 | 144 | 32 |
| Binary | 0 | 1100000 | 10000111 | 1100100 | 11101 | 0 | 101111 | 11000101 | 1100100 | 11010 |
Color Harmonies of #006087
Complementary color
Monochromatic Colors of #006087
Black with #006087
Text Example
Text Example
White with #006087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006087; }
p { color: rgb(0,96,135); }
H1.HeaderClassName
{
color: #006087;
}
.AnyTagClassName
{
color: #006087;
}
</style>
background-color css
<style>
a { background-color: #006087; }
a { background-color: rgb(0,96,135); }
div.DivClassName
{
background-color: #006087;
}
.BgClassName
{
background-color: #006087;
}
</style>
border-color css
<style>
span { border-color: #006087; }
span { border-color: rgb(0,96,135); }
td.TdClassName
{
border-color: #006087;
}
.TagClassName
{
border-color: #006087;
}
</style>