Shades of Blue Lagoon #01688C
Tints of Blue Lagoon #01688C
RGB
CMYK
RGB Variations
Color information
#01688C (or 0x01688C) is known color: Blue Lagoon. HEX triplet: 01, 68 and 8C. RGB value is (1,104,140). Sum of RGB (Red+Green+Blue) = 1+104+140=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #01688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01688C is #FE9773. Grayscale: #4D4D4D. Windows color (decimal): -16684916 or 9201665. OLE color: 9201665.
HSL color Cylindrical-coordinate representation of color #01688C: hue angle of 195.54º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01688C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 104 | 140 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.45 |
| HSL | 195.54º | 0.99% | 0.28% | - |
| HSV(B) | 195.54º | 0.99% | 0.55% | - |
| XYZ | 9.7 | 11.8 | 26.58 | - |
| YUV | 77.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 140 | 0.99 | 0.26 | 0 | 0.45 | 195.54 | 0.99 | 0.28 |
| Hex | 1 | 68 | 8C | 63 | 1A | 0 | 2D | C4 | 63 | 1C |
| Octal | 1 | 150 | 214 | 143 | 32 | 0 | 55 | 304 | 143 | 34 |
| Binary | 1 | 1101000 | 10001100 | 1100011 | 11010 | 0 | 101101 | 11000100 | 1100011 | 11100 |
Color Harmonies of #01688C
Complementary color
Monochromatic Colors of #01688C
Black with #01688C
Text Example
Text Example
White with #01688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01688C; }
p { color: rgb(1,104,140); }
H1.HeaderClassName
{
color: #01688C;
}
.AnyTagClassName
{
color: #01688C;
}
</style>
background-color css
<style>
a { background-color: #01688C; }
a { background-color: rgb(1,104,140); }
div.DivClassName
{
background-color: #01688C;
}
.BgClassName
{
background-color: #01688C;
}
</style>
border-color css
<style>
span { border-color: #01688C; }
span { border-color: rgb(1,104,140); }
td.TdClassName
{
border-color: #01688C;
}
.TagClassName
{
border-color: #01688C;
}
</style>