Shades of Blue Lagoon #01687B
Tints of Blue Lagoon #01687B
RGB
CMYK
RGB Variations
Color information
#01687B (or 0x01687B) is known color: Blue Lagoon. HEX triplet: 01, 68 and 7B. RGB value is (1,104,123). Sum of RGB (Red+Green+Blue) = 1+104+123=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #01687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01687B is #FE9784. Grayscale: #4B4B4B. Windows color (decimal): -16684933 or 8087553. OLE color: 8087553.
HSL color Cylindrical-coordinate representation of color #01687B: hue angle of 189.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01687B is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 104 | 123 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.52 |
| HSL | 189.34º | 0.98% | 0.24% | - |
| HSV(B) | 189.34º | 0.99% | 0.48% | - |
| XYZ | 8.54 | 11.34 | 20.48 | - |
| YUV | 75.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 123 | 0.99 | 0.15 | 0 | 0.52 | 189.34 | 0.98 | 0.24 |
| Hex | 1 | 68 | 7B | 63 | F | 0 | 34 | BD | 62 | 18 |
| Octal | 1 | 150 | 173 | 143 | 17 | 0 | 64 | 275 | 142 | 30 |
| Binary | 1 | 1101000 | 1111011 | 1100011 | 1111 | 0 | 110100 | 10111101 | 1100010 | 11000 |
Color Harmonies of #01687B
Complementary color
Monochromatic Colors of #01687B
Black with #01687B
Text Example
Text Example
White with #01687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01687B; }
p { color: rgb(1,104,123); }
H1.HeaderClassName
{
color: #01687B;
}
.AnyTagClassName
{
color: #01687B;
}
</style>
background-color css
<style>
a { background-color: #01687B; }
a { background-color: rgb(1,104,123); }
div.DivClassName
{
background-color: #01687B;
}
.BgClassName
{
background-color: #01687B;
}
</style>
border-color css
<style>
span { border-color: #01687B; }
span { border-color: rgb(1,104,123); }
td.TdClassName
{
border-color: #01687B;
}
.TagClassName
{
border-color: #01687B;
}
</style>