Shades of Blue Lagoon #01677D
Tints of Blue Lagoon #01677D
RGB
CMYK
RGB Variations
Color information
#01677D (or 0x01677D) is known color: Blue Lagoon. HEX triplet: 01, 67 and 7D. RGB value is (1,103,125). Sum of RGB (Red+Green+Blue) = 1+103+125=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #01677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01677D is #FE9882. Grayscale: #4A4A4A. Windows color (decimal): -16685187 or 8218369. OLE color: 8218369.
HSL color Cylindrical-coordinate representation of color #01677D: hue angle of 190.65º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01677D is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 103 | 125 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.51 |
| HSL | 190.65º | 0.98% | 0.25% | - |
| HSV(B) | 190.65º | 0.99% | 0.49% | - |
| XYZ | 8.56 | 11.19 | 21.11 | - |
| YUV | 75.01 | 156.21 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 125 | 0.99 | 0.18 | 0 | 0.51 | 190.65 | 0.98 | 0.25 |
| Hex | 1 | 67 | 7D | 63 | 12 | 0 | 33 | BF | 62 | 19 |
| Octal | 1 | 147 | 175 | 143 | 22 | 0 | 63 | 277 | 142 | 31 |
| Binary | 1 | 1100111 | 1111101 | 1100011 | 10010 | 0 | 110011 | 10111111 | 1100010 | 11001 |
Color Harmonies of #01677D
Complementary color
Monochromatic Colors of #01677D
Black with #01677D
Text Example
Text Example
White with #01677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01677D; }
p { color: rgb(1,103,125); }
H1.HeaderClassName
{
color: #01677D;
}
.AnyTagClassName
{
color: #01677D;
}
</style>
background-color css
<style>
a { background-color: #01677D; }
a { background-color: rgb(1,103,125); }
div.DivClassName
{
background-color: #01677D;
}
.BgClassName
{
background-color: #01677D;
}
</style>
border-color css
<style>
span { border-color: #01677D; }
span { border-color: rgb(1,103,125); }
td.TdClassName
{
border-color: #01677D;
}
.TagClassName
{
border-color: #01677D;
}
</style>