Shades of Blue Lagoon #0D6575
Tints of Blue Lagoon #0D6575
RGB
CMYK
RGB Variations
Color information
#0D6575 (or 0x0D6575) is known color: Blue Lagoon. HEX triplet: 0D, 65 and 75. RGB value is (13,101,117). Sum of RGB (Red+Green+Blue) = 13+101+117=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6575 is #F29A8A. Grayscale: #4C4C4C. Windows color (decimal): -15899275 or 7693581. OLE color: 7693581.
HSL color Cylindrical-coordinate representation of color #0D6575: hue angle of 189.23º 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 #0D6575 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 101 | 117 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.54 |
| HSL | 189.23º | 0.8% | 0.25% | - |
| HSV(B) | 189.23º | 0.89% | 0.46% | - |
| XYZ | 8.03 | 10.68 | 18.47 | - |
| YUV | 76.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 117 | 0.89 | 0.14 | 0 | 0.54 | 189.23 | 0.8 | 0.25 |
| Hex | D | 65 | 75 | 59 | E | 0 | 36 | BD | 50 | 19 |
| Octal | 15 | 145 | 165 | 131 | 16 | 0 | 66 | 275 | 120 | 31 |
| Binary | 1101 | 1100101 | 1110101 | 1011001 | 1110 | 0 | 110110 | 10111101 | 1010000 | 11001 |
Color Harmonies of #0D6575
Complementary color
Monochromatic Colors of #0D6575
Black with #0D6575
Text Example
Text Example
White with #0D6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6575; }
p { color: rgb(13,101,117); }
H1.HeaderClassName
{
color: #0D6575;
}
.AnyTagClassName
{
color: #0D6575;
}
</style>
background-color css
<style>
a { background-color: #0D6575; }
a { background-color: rgb(13,101,117); }
div.DivClassName
{
background-color: #0D6575;
}
.BgClassName
{
background-color: #0D6575;
}
</style>
border-color css
<style>
span { border-color: #0D6575; }
span { border-color: rgb(13,101,117); }
td.TdClassName
{
border-color: #0D6575;
}
.TagClassName
{
border-color: #0D6575;
}
</style>