Shades of Blue Lagoon #0D6176
Tints of Blue Lagoon #0D6176
RGB
CMYK
RGB Variations
Color information
#0D6176 (or 0x0D6176) is known color: Blue Lagoon. HEX triplet: 0D, 61 and 76. RGB value is (13,97,118). Sum of RGB (Red+Green+Blue) = 13+97+118=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D6176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6176 is #F29E89. Grayscale: #4A4A4A. Windows color (decimal): -15900298 or 7758093. OLE color: 7758093.
HSL color Cylindrical-coordinate representation of color #0D6176: hue angle of 192º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6176 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 97 | 118 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.54 |
| HSL | 192º | 0.8% | 0.26% | - |
| HSV(B) | 192º | 0.89% | 0.46% | - |
| XYZ | 7.71 | 9.94 | 18.65 | - |
| YUV | 74.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 118 | 0.89 | 0.18 | 0 | 0.54 | 192 | 0.8 | 0.26 |
| Hex | D | 61 | 76 | 59 | 12 | 0 | 36 | C0 | 50 | 1A |
| Octal | 15 | 141 | 166 | 131 | 22 | 0 | 66 | 300 | 120 | 32 |
| Binary | 1101 | 1100001 | 1110110 | 1011001 | 10010 | 0 | 110110 | 11000000 | 1010000 | 11010 |
Color Harmonies of #0D6176
Complementary color
Monochromatic Colors of #0D6176
Black with #0D6176
Text Example
Text Example
White with #0D6176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6176; }
p { color: rgb(13,97,118); }
H1.HeaderClassName
{
color: #0D6176;
}
.AnyTagClassName
{
color: #0D6176;
}
</style>
background-color css
<style>
a { background-color: #0D6176; }
a { background-color: rgb(13,97,118); }
div.DivClassName
{
background-color: #0D6176;
}
.BgClassName
{
background-color: #0D6176;
}
</style>
border-color css
<style>
span { border-color: #0D6176; }
span { border-color: rgb(13,97,118); }
td.TdClassName
{
border-color: #0D6176;
}
.TagClassName
{
border-color: #0D6176;
}
</style>