Shades of Blue Lagoon #0D696F
Tints of Blue Lagoon #0D696F
RGB
CMYK
RGB Variations
Color information
#0D696F (or 0x0D696F) is known color: Blue Lagoon. HEX triplet: 0D, 69 and 6F. RGB value is (13,105,111). Sum of RGB (Red+Green+Blue) = 13+105+111=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D696F is #F29690. Grayscale: #4E4E4E. Windows color (decimal): -15898257 or 7301389. OLE color: 7301389.
HSL color Cylindrical-coordinate representation of color #0D696F: hue angle of 183.67º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D696F is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 105 | 111 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.56 |
| HSL | 183.67º | 0.79% | 0.24% | - |
| HSV(B) | 183.67º | 0.88% | 0.44% | - |
| XYZ | 8.09 | 11.34 | 16.8 | - |
| YUV | 78.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 111 | 0.88 | 0.05 | 0 | 0.56 | 183.67 | 0.79 | 0.24 |
| Hex | D | 69 | 6F | 58 | 5 | 0 | 38 | B8 | 4F | 18 |
| Octal | 15 | 151 | 157 | 130 | 5 | 0 | 70 | 270 | 117 | 30 |
| Binary | 1101 | 1101001 | 1101111 | 1011000 | 101 | 0 | 111000 | 10111000 | 1001111 | 11000 |
Color Harmonies of #0D696F
Complementary color
Monochromatic Colors of #0D696F
Black with #0D696F
Text Example
Text Example
White with #0D696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D696F; }
p { color: rgb(13,105,111); }
H1.HeaderClassName
{
color: #0D696F;
}
.AnyTagClassName
{
color: #0D696F;
}
</style>
background-color css
<style>
a { background-color: #0D696F; }
a { background-color: rgb(13,105,111); }
div.DivClassName
{
background-color: #0D696F;
}
.BgClassName
{
background-color: #0D696F;
}
</style>
border-color css
<style>
span { border-color: #0D696F; }
span { border-color: rgb(13,105,111); }
td.TdClassName
{
border-color: #0D696F;
}
.TagClassName
{
border-color: #0D696F;
}
</style>