Shades of Blue Lagoon #00647F
Tints of Blue Lagoon #00647F
RGB
CMYK
RGB Variations
Color information
#00647F (or 0x00647F) is known color: Blue Lagoon. HEX triplet: 00, 64 and 7F. RGB value is (0,100,127). Sum of RGB (Red+Green+Blue) = 0+100+127=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #00647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00647F is #FF9B80. Grayscale: #484848. Windows color (decimal): -16751489 or 8348672. OLE color: 8348672.
HSL color Cylindrical-coordinate representation of color #00647F: hue angle of 192.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00647F is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 100 | 127 | - |
| CMYK | 1 | 0.21 | 0 | 0.50 |
| HSL | 192.76º | 1% | 0.25% | - |
| HSV(B) | 192.76º | 1% | 0.5% | - |
| XYZ | 8.39 | 10.65 | 21.69 | - |
| YUV | 73.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 127 | 1 | 0.21 | 0 | 0.50 | 192.76 | 1 | 0.25 |
| Hex | 0 | 64 | 7F | 64 | 15 | 0 | 32 | C1 | 64 | 19 |
| Octal | 0 | 144 | 177 | 144 | 25 | 0 | 62 | 301 | 144 | 31 |
| Binary | 0 | 1100100 | 1111111 | 1100100 | 10101 | 0 | 110010 | 11000001 | 1100100 | 11001 |
Color Harmonies of #00647F
Complementary color
Monochromatic Colors of #00647F
Black with #00647F
Text Example
Text Example
White with #00647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00647F; }
p { color: rgb(0,100,127); }
H1.HeaderClassName
{
color: #00647F;
}
.AnyTagClassName
{
color: #00647F;
}
</style>
background-color css
<style>
a { background-color: #00647F; }
a { background-color: rgb(0,100,127); }
div.DivClassName
{
background-color: #00647F;
}
.BgClassName
{
background-color: #00647F;
}
</style>
border-color css
<style>
span { border-color: #00647F; }
span { border-color: rgb(0,100,127); }
td.TdClassName
{
border-color: #00647F;
}
.TagClassName
{
border-color: #00647F;
}
</style>