Shades of Blue Lagoon #01676C
Tints of Blue Lagoon #01676C
RGB
CMYK
RGB Variations
Color information
#01676C (or 0x01676C) is known color: Blue Lagoon. HEX triplet: 01, 67 and 6C. RGB value is (1,103,108). Sum of RGB (Red+Green+Blue) = 1+103+108=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #01676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01676C is #FE9893. Grayscale: #484848. Windows color (decimal): -16685204 or 7104257. OLE color: 7104257.
HSL color Cylindrical-coordinate representation of color #01676C: hue angle of 182.8º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01676C is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 103 | 108 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.58 |
| HSL | 182.8º | 0.98% | 0.21% | - |
| HSV(B) | 182.8º | 0.99% | 0.42% | - |
| XYZ | 7.57 | 10.79 | 15.87 | - |
| YUV | 73.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 108 | 0.99 | 0.05 | 0 | 0.58 | 182.8 | 0.98 | 0.21 |
| Hex | 1 | 67 | 6C | 63 | 5 | 0 | 3A | B7 | 62 | 15 |
| Octal | 1 | 147 | 154 | 143 | 5 | 0 | 72 | 267 | 142 | 25 |
| Binary | 1 | 1100111 | 1101100 | 1100011 | 101 | 0 | 111010 | 10110111 | 1100010 | 10101 |
Color Harmonies of #01676C
Complementary color
Monochromatic Colors of #01676C
Black with #01676C
Text Example
Text Example
White with #01676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01676C; }
p { color: rgb(1,103,108); }
H1.HeaderClassName
{
color: #01676C;
}
.AnyTagClassName
{
color: #01676C;
}
</style>
background-color css
<style>
a { background-color: #01676C; }
a { background-color: rgb(1,103,108); }
div.DivClassName
{
background-color: #01676C;
}
.BgClassName
{
background-color: #01676C;
}
</style>
border-color css
<style>
span { border-color: #01676C; }
span { border-color: rgb(1,103,108); }
td.TdClassName
{
border-color: #01676C;
}
.TagClassName
{
border-color: #01676C;
}
</style>