Shades of Blue Lagoon #01677F
Tints of Blue Lagoon #01677F
RGB
CMYK
RGB Variations
Color information
#01677F (or 0x01677F) is known color: Blue Lagoon. HEX triplet: 01, 67 and 7F. RGB value is (1,103,127). Sum of RGB (Red+Green+Blue) = 1+103+127=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #01677F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01677F is #FE9880. Grayscale: #4B4B4B. Windows color (decimal): -16685185 or 8349441. OLE color: 8349441.
HSL color Cylindrical-coordinate representation of color #01677F: hue angle of 191.43º 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 #01677F is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 103 | 127 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.50 |
| HSL | 191.43º | 0.98% | 0.25% | - |
| HSV(B) | 191.43º | 0.99% | 0.5% | - |
| XYZ | 8.69 | 11.24 | 21.79 | - |
| YUV | 75.24 | 157.21 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 127 | 0.99 | 0.19 | 0 | 0.50 | 191.43 | 0.98 | 0.25 |
| Hex | 1 | 67 | 7F | 63 | 13 | 0 | 32 | BF | 62 | 19 |
| Octal | 1 | 147 | 177 | 143 | 23 | 0 | 62 | 277 | 142 | 31 |
| Binary | 1 | 1100111 | 1111111 | 1100011 | 10011 | 0 | 110010 | 10111111 | 1100010 | 11001 |
Color Harmonies of #01677F
Complementary color
Monochromatic Colors of #01677F
Black with #01677F
Text Example
Text Example
White with #01677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01677F; }
p { color: rgb(1,103,127); }
H1.HeaderClassName
{
color: #01677F;
}
.AnyTagClassName
{
color: #01677F;
}
</style>
background-color css
<style>
a { background-color: #01677F; }
a { background-color: rgb(1,103,127); }
div.DivClassName
{
background-color: #01677F;
}
.BgClassName
{
background-color: #01677F;
}
</style>
border-color css
<style>
span { border-color: #01677F; }
span { border-color: rgb(1,103,127); }
td.TdClassName
{
border-color: #01677F;
}
.TagClassName
{
border-color: #01677F;
}
</style>