Shades of Blue Lagoon #01676B
Tints of Blue Lagoon #01676B
RGB
CMYK
RGB Variations
Color information
#01676B (or 0x01676B) is known color: Blue Lagoon. HEX triplet: 01, 67 and 6B. RGB value is (1,103,107). Sum of RGB (Red+Green+Blue) = 1+103+107=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #01676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01676B is #FE9894. Grayscale: #484848. Windows color (decimal): -16685205 or 7038721. OLE color: 7038721.
HSL color Cylindrical-coordinate representation of color #01676B: hue angle of 182.26º 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 #01676B is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 103 | 107 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.58 |
| HSL | 182.26º | 0.98% | 0.21% | - |
| HSV(B) | 182.26º | 0.99% | 0.42% | - |
| XYZ | 7.52 | 10.77 | 15.59 | - |
| YUV | 72.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 107 | 0.99 | 0.04 | 0 | 0.58 | 182.26 | 0.98 | 0.21 |
| Hex | 1 | 67 | 6B | 63 | 4 | 0 | 3A | B6 | 62 | 15 |
| Octal | 1 | 147 | 153 | 143 | 4 | 0 | 72 | 266 | 142 | 25 |
| Binary | 1 | 1100111 | 1101011 | 1100011 | 100 | 0 | 111010 | 10110110 | 1100010 | 10101 |
Color Harmonies of #01676B
Complementary color
Monochromatic Colors of #01676B
Black with #01676B
Text Example
Text Example
White with #01676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01676B; }
p { color: rgb(1,103,107); }
H1.HeaderClassName
{
color: #01676B;
}
.AnyTagClassName
{
color: #01676B;
}
</style>
background-color css
<style>
a { background-color: #01676B; }
a { background-color: rgb(1,103,107); }
div.DivClassName
{
background-color: #01676B;
}
.BgClassName
{
background-color: #01676B;
}
</style>
border-color css
<style>
span { border-color: #01676B; }
span { border-color: rgb(1,103,107); }
td.TdClassName
{
border-color: #01676B;
}
.TagClassName
{
border-color: #01676B;
}
</style>