Shades of Blue Lagoon #01688B
Tints of Blue Lagoon #01688B
RGB
CMYK
RGB Variations
Color information
#01688B (or 0x01688B) is known color: Blue Lagoon. HEX triplet: 01, 68 and 8B. RGB value is (1,104,139). Sum of RGB (Red+Green+Blue) = 1+104+139=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #01688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01688B is #FE9774. Grayscale: #4C4C4C. Windows color (decimal): -16684917 or 9136129. OLE color: 9136129.
HSL color Cylindrical-coordinate representation of color #01688B: hue angle of 195.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01688B is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 104 | 139 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.45 |
| HSL | 195.22º | 0.99% | 0.27% | - |
| HSV(B) | 195.22º | 0.99% | 0.55% | - |
| XYZ | 9.62 | 11.77 | 26.19 | - |
| YUV | 77.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 139 | 0.99 | 0.25 | 0 | 0.45 | 195.22 | 0.99 | 0.27 |
| Hex | 1 | 68 | 8B | 63 | 19 | 0 | 2D | C3 | 63 | 1B |
| Octal | 1 | 150 | 213 | 143 | 31 | 0 | 55 | 303 | 143 | 33 |
| Binary | 1 | 1101000 | 10001011 | 1100011 | 11001 | 0 | 101101 | 11000011 | 1100011 | 11011 |
Color Harmonies of #01688B
Complementary color
Monochromatic Colors of #01688B
Black with #01688B
Text Example
Text Example
White with #01688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01688B; }
p { color: rgb(1,104,139); }
H1.HeaderClassName
{
color: #01688B;
}
.AnyTagClassName
{
color: #01688B;
}
</style>
background-color css
<style>
a { background-color: #01688B; }
a { background-color: rgb(1,104,139); }
div.DivClassName
{
background-color: #01688B;
}
.BgClassName
{
background-color: #01688B;
}
</style>
border-color css
<style>
span { border-color: #01688B; }
span { border-color: rgb(1,104,139); }
td.TdClassName
{
border-color: #01688B;
}
.TagClassName
{
border-color: #01688B;
}
</style>