Shades of Blue Lagoon #0D686C
Tints of Blue Lagoon #0D686C
RGB
CMYK
RGB Variations
Color information
#0D686C (or 0x0D686C) is known color: Blue Lagoon. HEX triplet: 0D, 68 and 6C. RGB value is (13,104,108). Sum of RGB (Red+Green+Blue) = 13+104+108=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D686C is #F29793. Grayscale: #4D4D4D. Windows color (decimal): -15898516 or 7104525. OLE color: 7104525.
HSL color Cylindrical-coordinate representation of color #0D686C: hue angle of 182.53º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D686C is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 104 | 108 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.58 |
| HSL | 182.53º | 0.79% | 0.24% | - |
| HSV(B) | 182.53º | 0.88% | 0.42% | - |
| XYZ | 7.82 | 11.07 | 15.91 | - |
| YUV | 77.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 108 | 0.88 | 0.04 | 0 | 0.58 | 182.53 | 0.79 | 0.24 |
| Hex | D | 68 | 6C | 58 | 4 | 0 | 3A | B7 | 4F | 18 |
| Octal | 15 | 150 | 154 | 130 | 4 | 0 | 72 | 267 | 117 | 30 |
| Binary | 1101 | 1101000 | 1101100 | 1011000 | 100 | 0 | 111010 | 10110111 | 1001111 | 11000 |
Color Harmonies of #0D686C
Complementary color
Monochromatic Colors of #0D686C
Black with #0D686C
Text Example
Text Example
White with #0D686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D686C; }
p { color: rgb(13,104,108); }
H1.HeaderClassName
{
color: #0D686C;
}
.AnyTagClassName
{
color: #0D686C;
}
</style>
background-color css
<style>
a { background-color: #0D686C; }
a { background-color: rgb(13,104,108); }
div.DivClassName
{
background-color: #0D686C;
}
.BgClassName
{
background-color: #0D686C;
}
</style>
border-color css
<style>
span { border-color: #0D686C; }
span { border-color: rgb(13,104,108); }
td.TdClassName
{
border-color: #0D686C;
}
.TagClassName
{
border-color: #0D686C;
}
</style>