Shades of Blue Lagoon #01656C
Tints of Blue Lagoon #01656C
RGB
CMYK
RGB Variations
Color information
#01656C (or 0x01656C) is known color: Blue Lagoon. HEX triplet: 01, 65 and 6C. RGB value is (1,101,108). Sum of RGB (Red+Green+Blue) = 1+101+108=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #01656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01656C is #FE9A93. Grayscale: #474747. Windows color (decimal): -16685716 or 7103745. OLE color: 7103745.
HSL color Cylindrical-coordinate representation of color #01656C: hue angle of 183.93º 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 #01656C is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 101 | 108 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.58 |
| HSL | 183.93º | 0.98% | 0.21% | - |
| HSV(B) | 183.93º | 0.99% | 0.42% | - |
| XYZ | 7.37 | 10.4 | 15.81 | - |
| YUV | 71.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 108 | 0.99 | 0.06 | 0 | 0.58 | 183.93 | 0.98 | 0.21 |
| Hex | 1 | 65 | 6C | 63 | 6 | 0 | 3A | B8 | 62 | 15 |
| Octal | 1 | 145 | 154 | 143 | 6 | 0 | 72 | 270 | 142 | 25 |
| Binary | 1 | 1100101 | 1101100 | 1100011 | 110 | 0 | 111010 | 10111000 | 1100010 | 10101 |
Color Harmonies of #01656C
Complementary color
Monochromatic Colors of #01656C
Black with #01656C
Text Example
Text Example
White with #01656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01656C; }
p { color: rgb(1,101,108); }
H1.HeaderClassName
{
color: #01656C;
}
.AnyTagClassName
{
color: #01656C;
}
</style>
background-color css
<style>
a { background-color: #01656C; }
a { background-color: rgb(1,101,108); }
div.DivClassName
{
background-color: #01656C;
}
.BgClassName
{
background-color: #01656C;
}
</style>
border-color css
<style>
span { border-color: #01656C; }
span { border-color: rgb(1,101,108); }
td.TdClassName
{
border-color: #01656C;
}
.TagClassName
{
border-color: #01656C;
}
</style>