Shades of Blue Lagoon #01687F
Tints of Blue Lagoon #01687F
RGB
CMYK
RGB Variations
Color information
#01687F (or 0x01687F) is known color: Blue Lagoon. HEX triplet: 01, 68 and 7F. RGB value is (1,104,127). Sum of RGB (Red+Green+Blue) = 1+104+127=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #01687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01687F is #FE9780. Grayscale: #4B4B4B. Windows color (decimal): -16684929 or 8349697. OLE color: 8349697.
HSL color Cylindrical-coordinate representation of color #01687F: hue angle of 190.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01687F is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 104 | 127 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.50 |
| HSL | 190.95º | 0.98% | 0.25% | - |
| HSV(B) | 190.95º | 0.99% | 0.5% | - |
| XYZ | 8.79 | 11.44 | 21.82 | - |
| YUV | 75.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 127 | 0.99 | 0.18 | 0 | 0.50 | 190.95 | 0.98 | 0.25 |
| Hex | 1 | 68 | 7F | 63 | 12 | 0 | 32 | BF | 62 | 19 |
| Octal | 1 | 150 | 177 | 143 | 22 | 0 | 62 | 277 | 142 | 31 |
| Binary | 1 | 1101000 | 1111111 | 1100011 | 10010 | 0 | 110010 | 10111111 | 1100010 | 11001 |
Color Harmonies of #01687F
Complementary color
Monochromatic Colors of #01687F
Black with #01687F
Text Example
Text Example
White with #01687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01687F; }
p { color: rgb(1,104,127); }
H1.HeaderClassName
{
color: #01687F;
}
.AnyTagClassName
{
color: #01687F;
}
</style>
background-color css
<style>
a { background-color: #01687F; }
a { background-color: rgb(1,104,127); }
div.DivClassName
{
background-color: #01687F;
}
.BgClassName
{
background-color: #01687F;
}
</style>
border-color css
<style>
span { border-color: #01687F; }
span { border-color: rgb(1,104,127); }
td.TdClassName
{
border-color: #01687F;
}
.TagClassName
{
border-color: #01687F;
}
</style>