Shades of Blue Lagoon #0D696D
Tints of Blue Lagoon #0D696D
RGB
CMYK
RGB Variations
Color information
#0D696D (or 0x0D696D) is known color: Blue Lagoon. HEX triplet: 0D, 69 and 6D. RGB value is (13,105,109). Sum of RGB (Red+Green+Blue) = 13+105+109=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D696D is #F29692. Grayscale: #4D4D4D. Windows color (decimal): -15898259 or 7170317. OLE color: 7170317.
HSL color Cylindrical-coordinate representation of color #0D696D: hue angle of 182.5º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D696D is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 105 | 109 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.57 |
| HSL | 182.5º | 0.79% | 0.24% | - |
| HSV(B) | 182.5º | 0.88% | 0.43% | - |
| XYZ | 7.98 | 11.29 | 16.23 | - |
| YUV | 77.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 109 | 0.88 | 0.04 | 0 | 0.57 | 182.5 | 0.79 | 0.24 |
| Hex | D | 69 | 6D | 58 | 4 | 0 | 39 | B6 | 4F | 18 |
| Octal | 15 | 151 | 155 | 130 | 4 | 0 | 71 | 266 | 117 | 30 |
| Binary | 1101 | 1101001 | 1101101 | 1011000 | 100 | 0 | 111001 | 10110110 | 1001111 | 11000 |
Color Harmonies of #0D696D
Complementary color
Monochromatic Colors of #0D696D
Black with #0D696D
Text Example
Text Example
White with #0D696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D696D; }
p { color: rgb(13,105,109); }
H1.HeaderClassName
{
color: #0D696D;
}
.AnyTagClassName
{
color: #0D696D;
}
</style>
background-color css
<style>
a { background-color: #0D696D; }
a { background-color: rgb(13,105,109); }
div.DivClassName
{
background-color: #0D696D;
}
.BgClassName
{
background-color: #0D696D;
}
</style>
border-color css
<style>
span { border-color: #0D696D; }
span { border-color: rgb(13,105,109); }
td.TdClassName
{
border-color: #0D696D;
}
.TagClassName
{
border-color: #0D696D;
}
</style>