Shades of Blue Lagoon #01646D
Tints of Blue Lagoon #01646D
RGB
CMYK
RGB Variations
Color information
#01646D (or 0x01646D) is known color: Blue Lagoon. HEX triplet: 01, 64 and 6D. RGB value is (1,100,109). Sum of RGB (Red+Green+Blue) = 1+100+109=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #01646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01646D is #FE9B92. Grayscale: #474747. Windows color (decimal): -16685971 or 7169025. OLE color: 7169025.
HSL color Cylindrical-coordinate representation of color #01646D: hue angle of 185º 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 #01646D is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 100 | 109 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.57 |
| HSL | 185º | 0.98% | 0.22% | - |
| HSV(B) | 185º | 0.99% | 0.43% | - |
| XYZ | 7.33 | 10.22 | 16.06 | - |
| YUV | 71.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 109 | 0.99 | 0.08 | 0 | 0.57 | 185 | 0.98 | 0.22 |
| Hex | 1 | 64 | 6D | 63 | 8 | 0 | 39 | B9 | 62 | 16 |
| Octal | 1 | 144 | 155 | 143 | 10 | 0 | 71 | 271 | 142 | 26 |
| Binary | 1 | 1100100 | 1101101 | 1100011 | 1000 | 0 | 111001 | 10111001 | 1100010 | 10110 |
Color Harmonies of #01646D
Complementary color
Monochromatic Colors of #01646D
Black with #01646D
Text Example
Text Example
White with #01646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01646D; }
p { color: rgb(1,100,109); }
H1.HeaderClassName
{
color: #01646D;
}
.AnyTagClassName
{
color: #01646D;
}
</style>
background-color css
<style>
a { background-color: #01646D; }
a { background-color: rgb(1,100,109); }
div.DivClassName
{
background-color: #01646D;
}
.BgClassName
{
background-color: #01646D;
}
</style>
border-color css
<style>
span { border-color: #01646D; }
span { border-color: rgb(1,100,109); }
td.TdClassName
{
border-color: #01646D;
}
.TagClassName
{
border-color: #01646D;
}
</style>