Shades of Blue Lagoon #01656A
Tints of Blue Lagoon #01656A
RGB
CMYK
RGB Variations
Color information
#01656A (or 0x01656A) is known color: Blue Lagoon. HEX triplet: 01, 65 and 6A. RGB value is (1,101,106). Sum of RGB (Red+Green+Blue) = 1+101+106=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #01656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01656A is #FE9A95. Grayscale: #474747. Windows color (decimal): -16685718 or 6972673. OLE color: 6972673.
HSL color Cylindrical-coordinate representation of color #01656A: hue angle of 182.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01656A is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 101 | 106 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.58 |
| HSL | 182.86º | 0.98% | 0.21% | - |
| HSV(B) | 182.86º | 0.99% | 0.42% | - |
| XYZ | 7.27 | 10.35 | 15.25 | - |
| YUV | 71.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 106 | 0.99 | 0.05 | 0 | 0.58 | 182.86 | 0.98 | 0.21 |
| Hex | 1 | 65 | 6A | 63 | 5 | 0 | 3A | B7 | 62 | 15 |
| Octal | 1 | 145 | 152 | 143 | 5 | 0 | 72 | 267 | 142 | 25 |
| Binary | 1 | 1100101 | 1101010 | 1100011 | 101 | 0 | 111010 | 10110111 | 1100010 | 10101 |
Color Harmonies of #01656A
Complementary color
Monochromatic Colors of #01656A
Black with #01656A
Text Example
Text Example
White with #01656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01656A; }
p { color: rgb(1,101,106); }
H1.HeaderClassName
{
color: #01656A;
}
.AnyTagClassName
{
color: #01656A;
}
</style>
background-color css
<style>
a { background-color: #01656A; }
a { background-color: rgb(1,101,106); }
div.DivClassName
{
background-color: #01656A;
}
.BgClassName
{
background-color: #01656A;
}
</style>
border-color css
<style>
span { border-color: #01656A; }
span { border-color: rgb(1,101,106); }
td.TdClassName
{
border-color: #01656A;
}
.TagClassName
{
border-color: #01656A;
}
</style>