Shades of Blue Lagoon #01687C
Tints of Blue Lagoon #01687C
RGB
CMYK
RGB Variations
Color information
#01687C (or 0x01687C) is known color: Blue Lagoon. HEX triplet: 01, 68 and 7C. RGB value is (1,104,124). Sum of RGB (Red+Green+Blue) = 1+104+124=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #01687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01687C is #FE9783. Grayscale: #4B4B4B. Windows color (decimal): -16684932 or 8153089. OLE color: 8153089.
HSL color Cylindrical-coordinate representation of color #01687C: hue angle of 189.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01687C is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 104 | 124 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.51 |
| HSL | 189.76º | 0.98% | 0.25% | - |
| HSV(B) | 189.76º | 0.99% | 0.49% | - |
| XYZ | 8.6 | 11.36 | 20.81 | - |
| YUV | 75.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 124 | 0.99 | 0.16 | 0 | 0.51 | 189.76 | 0.98 | 0.25 |
| Hex | 1 | 68 | 7C | 63 | 10 | 0 | 33 | BE | 62 | 19 |
| Octal | 1 | 150 | 174 | 143 | 20 | 0 | 63 | 276 | 142 | 31 |
| Binary | 1 | 1101000 | 1111100 | 1100011 | 10000 | 0 | 110011 | 10111110 | 1100010 | 11001 |
Color Harmonies of #01687C
Complementary color
Monochromatic Colors of #01687C
Black with #01687C
Text Example
Text Example
White with #01687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01687C; }
p { color: rgb(1,104,124); }
H1.HeaderClassName
{
color: #01687C;
}
.AnyTagClassName
{
color: #01687C;
}
</style>
background-color css
<style>
a { background-color: #01687C; }
a { background-color: rgb(1,104,124); }
div.DivClassName
{
background-color: #01687C;
}
.BgClassName
{
background-color: #01687C;
}
</style>
border-color css
<style>
span { border-color: #01687C; }
span { border-color: rgb(1,104,124); }
td.TdClassName
{
border-color: #01687C;
}
.TagClassName
{
border-color: #01687C;
}
</style>