Shades of Blue Lagoon #0D6675
Tints of Blue Lagoon #0D6675
RGB
CMYK
RGB Variations
Color information
#0D6675 (or 0x0D6675) is known color: Blue Lagoon. HEX triplet: 0D, 66 and 75. RGB value is (13,102,117). Sum of RGB (Red+Green+Blue) = 13+102+117=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6675 is #F2998A. Grayscale: #4C4C4C. Windows color (decimal): -15899019 or 7693837. OLE color: 7693837.
HSL color Cylindrical-coordinate representation of color #0D6675: hue angle of 188.65º 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 #0D6675 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 102 | 117 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.54 |
| HSL | 188.65º | 0.8% | 0.25% | - |
| HSV(B) | 188.65º | 0.89% | 0.46% | - |
| XYZ | 8.13 | 10.87 | 18.5 | - |
| YUV | 77.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 117 | 0.89 | 0.13 | 0 | 0.54 | 188.65 | 0.8 | 0.25 |
| Hex | D | 66 | 75 | 59 | D | 0 | 36 | BD | 50 | 19 |
| Octal | 15 | 146 | 165 | 131 | 15 | 0 | 66 | 275 | 120 | 31 |
| Binary | 1101 | 1100110 | 1110101 | 1011001 | 1101 | 0 | 110110 | 10111101 | 1010000 | 11001 |
Color Harmonies of #0D6675
Complementary color
Monochromatic Colors of #0D6675
Black with #0D6675
Text Example
Text Example
White with #0D6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6675; }
p { color: rgb(13,102,117); }
H1.HeaderClassName
{
color: #0D6675;
}
.AnyTagClassName
{
color: #0D6675;
}
</style>
background-color css
<style>
a { background-color: #0D6675; }
a { background-color: rgb(13,102,117); }
div.DivClassName
{
background-color: #0D6675;
}
.BgClassName
{
background-color: #0D6675;
}
</style>
border-color css
<style>
span { border-color: #0D6675; }
span { border-color: rgb(13,102,117); }
td.TdClassName
{
border-color: #0D6675;
}
.TagClassName
{
border-color: #0D6675;
}
</style>