Shades of Blue Lagoon #01647E
Tints of Blue Lagoon #01647E
RGB
CMYK
RGB Variations
Color information
#01647E (or 0x01647E) is known color: Blue Lagoon. HEX triplet: 01, 64 and 7E. RGB value is (1,100,126). Sum of RGB (Red+Green+Blue) = 1+100+126=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #01647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647E is #FE9B81. Grayscale: #494949. Windows color (decimal): -16685954 or 8283137. OLE color: 8283137.
HSL color Cylindrical-coordinate representation of color #01647E: hue angle of 192.48º 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 #01647E is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 100 | 126 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.51 |
| HSL | 192.48º | 0.98% | 0.25% | - |
| HSV(B) | 192.48º | 0.99% | 0.49% | - |
| XYZ | 8.34 | 10.63 | 21.35 | - |
| YUV | 73.36 | 157.7 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 126 | 0.99 | 0.21 | 0 | 0.51 | 192.48 | 0.98 | 0.25 |
| Hex | 1 | 64 | 7E | 63 | 15 | 0 | 33 | C0 | 62 | 19 |
| Octal | 1 | 144 | 176 | 143 | 25 | 0 | 63 | 300 | 142 | 31 |
| Binary | 1 | 1100100 | 1111110 | 1100011 | 10101 | 0 | 110011 | 11000000 | 1100010 | 11001 |
Color Harmonies of #01647E
Complementary color
Monochromatic Colors of #01647E
Black with #01647E
Text Example
Text Example
White with #01647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01647E; }
p { color: rgb(1,100,126); }
H1.HeaderClassName
{
color: #01647E;
}
.AnyTagClassName
{
color: #01647E;
}
</style>
background-color css
<style>
a { background-color: #01647E; }
a { background-color: rgb(1,100,126); }
div.DivClassName
{
background-color: #01647E;
}
.BgClassName
{
background-color: #01647E;
}
</style>
border-color css
<style>
span { border-color: #01647E; }
span { border-color: rgb(1,100,126); }
td.TdClassName
{
border-color: #01647E;
}
.TagClassName
{
border-color: #01647E;
}
</style>