Shades of Blue Lagoon #01676E
Tints of Blue Lagoon #01676E
RGB
CMYK
RGB Variations
Color information
#01676E (or 0x01676E) is known color: Blue Lagoon. HEX triplet: 01, 67 and 6E. RGB value is (1,103,110). Sum of RGB (Red+Green+Blue) = 1+103+110=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #01676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01676E is #FE9891. Grayscale: #494949. Windows color (decimal): -16685202 or 7235329. OLE color: 7235329.
HSL color Cylindrical-coordinate representation of color #01676E: hue angle of 183.85º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01676E is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 103 | 110 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.57 |
| HSL | 183.85º | 0.98% | 0.22% | - |
| HSV(B) | 183.85º | 0.99% | 0.43% | - |
| XYZ | 7.68 | 10.83 | 16.44 | - |
| YUV | 73.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 110 | 0.99 | 0.06 | 0 | 0.57 | 183.85 | 0.98 | 0.22 |
| Hex | 1 | 67 | 6E | 63 | 6 | 0 | 39 | B8 | 62 | 16 |
| Octal | 1 | 147 | 156 | 143 | 6 | 0 | 71 | 270 | 142 | 26 |
| Binary | 1 | 1100111 | 1101110 | 1100011 | 110 | 0 | 111001 | 10111000 | 1100010 | 10110 |
Color Harmonies of #01676E
Complementary color
Monochromatic Colors of #01676E
Black with #01676E
Text Example
Text Example
White with #01676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01676E; }
p { color: rgb(1,103,110); }
H1.HeaderClassName
{
color: #01676E;
}
.AnyTagClassName
{
color: #01676E;
}
</style>
background-color css
<style>
a { background-color: #01676E; }
a { background-color: rgb(1,103,110); }
div.DivClassName
{
background-color: #01676E;
}
.BgClassName
{
background-color: #01676E;
}
</style>
border-color css
<style>
span { border-color: #01676E; }
span { border-color: rgb(1,103,110); }
td.TdClassName
{
border-color: #01676E;
}
.TagClassName
{
border-color: #01676E;
}
</style>