Shades of Blue Lagoon #0D6A75
Tints of Blue Lagoon #0D6A75
RGB
CMYK
RGB Variations
Color information
#0D6A75 (or 0x0D6A75) is known color: Blue Lagoon. HEX triplet: 0D, 6A and 75. RGB value is (13,106,117). Sum of RGB (Red+Green+Blue) = 13+106+117=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6A75 is #F2958A. Grayscale: #4F4F4F. Windows color (decimal): -15897995 or 7694861. OLE color: 7694861.
HSL color Cylindrical-coordinate representation of color #0D6A75: hue angle of 186.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6A75 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 106 | 117 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.54 |
| HSL | 186.35º | 0.8% | 0.25% | - |
| HSV(B) | 186.35º | 0.89% | 0.46% | - |
| XYZ | 8.53 | 11.68 | 18.63 | - |
| YUV | 79.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 117 | 0.89 | 0.09 | 0 | 0.54 | 186.35 | 0.8 | 0.25 |
| Hex | D | 6A | 75 | 59 | 9 | 0 | 36 | BA | 50 | 19 |
| Octal | 15 | 152 | 165 | 131 | 11 | 0 | 66 | 272 | 120 | 31 |
| Binary | 1101 | 1101010 | 1110101 | 1011001 | 1001 | 0 | 110110 | 10111010 | 1010000 | 11001 |
Color Harmonies of #0D6A75
Complementary color
Monochromatic Colors of #0D6A75
Black with #0D6A75
Text Example
Text Example
White with #0D6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A75; }
p { color: rgb(13,106,117); }
H1.HeaderClassName
{
color: #0D6A75;
}
.AnyTagClassName
{
color: #0D6A75;
}
</style>
background-color css
<style>
a { background-color: #0D6A75; }
a { background-color: rgb(13,106,117); }
div.DivClassName
{
background-color: #0D6A75;
}
.BgClassName
{
background-color: #0D6A75;
}
</style>
border-color css
<style>
span { border-color: #0D6A75; }
span { border-color: rgb(13,106,117); }
td.TdClassName
{
border-color: #0D6A75;
}
.TagClassName
{
border-color: #0D6A75;
}
</style>