Shades of Blue Lagoon #0D596F
Tints of Blue Lagoon #0D596F
RGB
CMYK
RGB Variations
Color information
#0D596F (or 0x0D596F) is known color: Blue Lagoon. HEX triplet: 0D, 59 and 6F. RGB value is (13,89,111). Sum of RGB (Red+Green+Blue) = 13+89+111=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D596F is #F2A690. Grayscale: #444444. Windows color (decimal): -15902353 or 7297293. OLE color: 7297293.
HSL color Cylindrical-coordinate representation of color #0D596F: hue angle of 193.47º 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 #0D596F is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 89 | 111 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.56 |
| HSL | 193.47º | 0.79% | 0.24% | - |
| HSV(B) | 193.47º | 0.88% | 0.44% | - |
| XYZ | 6.61 | 8.38 | 16.31 | - |
| YUV | 68.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 111 | 0.88 | 0.20 | 0 | 0.56 | 193.47 | 0.79 | 0.24 |
| Hex | D | 59 | 6F | 58 | 14 | 0 | 38 | C1 | 4F | 18 |
| Octal | 15 | 131 | 157 | 130 | 24 | 0 | 70 | 301 | 117 | 30 |
| Binary | 1101 | 1011001 | 1101111 | 1011000 | 10100 | 0 | 111000 | 11000001 | 1001111 | 11000 |
Color Harmonies of #0D596F
Complementary color
Monochromatic Colors of #0D596F
Black with #0D596F
Text Example
Text Example
White with #0D596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D596F; }
p { color: rgb(13,89,111); }
H1.HeaderClassName
{
color: #0D596F;
}
.AnyTagClassName
{
color: #0D596F;
}
</style>
background-color css
<style>
a { background-color: #0D596F; }
a { background-color: rgb(13,89,111); }
div.DivClassName
{
background-color: #0D596F;
}
.BgClassName
{
background-color: #0D596F;
}
</style>
border-color css
<style>
span { border-color: #0D596F; }
span { border-color: rgb(13,89,111); }
td.TdClassName
{
border-color: #0D596F;
}
.TagClassName
{
border-color: #0D596F;
}
</style>