Shades of Blue Lagoon #01647F
Tints of Blue Lagoon #01647F
RGB
CMYK
RGB Variations
Color information
#01647F (or 0x01647F) is known color: Blue Lagoon. HEX triplet: 01, 64 and 7F. RGB value is (1,100,127). Sum of RGB (Red+Green+Blue) = 1+100+127=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #01647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647F is #FE9B80. Grayscale: #494949. Windows color (decimal): -16685953 or 8348673. OLE color: 8348673.
HSL color Cylindrical-coordinate representation of color #01647F: hue angle of 192.86º 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 #01647F is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 100 | 127 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.50 |
| HSL | 192.86º | 0.98% | 0.25% | - |
| HSV(B) | 192.86º | 0.99% | 0.5% | - |
| XYZ | 8.4 | 10.65 | 21.69 | - |
| YUV | 73.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 127 | 0.99 | 0.21 | 0 | 0.50 | 192.86 | 0.98 | 0.25 |
| Hex | 1 | 64 | 7F | 63 | 15 | 0 | 32 | C1 | 62 | 19 |
| Octal | 1 | 144 | 177 | 143 | 25 | 0 | 62 | 301 | 142 | 31 |
| Binary | 1 | 1100100 | 1111111 | 1100011 | 10101 | 0 | 110010 | 11000001 | 1100010 | 11001 |
Color Harmonies of #01647F
Complementary color
Monochromatic Colors of #01647F
Black with #01647F
Text Example
Text Example
White with #01647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01647F; }
p { color: rgb(1,100,127); }
H1.HeaderClassName
{
color: #01647F;
}
.AnyTagClassName
{
color: #01647F;
}
</style>
background-color css
<style>
a { background-color: #01647F; }
a { background-color: rgb(1,100,127); }
div.DivClassName
{
background-color: #01647F;
}
.BgClassName
{
background-color: #01647F;
}
</style>
border-color css
<style>
span { border-color: #01647F; }
span { border-color: rgb(1,100,127); }
td.TdClassName
{
border-color: #01647F;
}
.TagClassName
{
border-color: #01647F;
}
</style>