Shades of Blue Lagoon #0D596A
Tints of Blue Lagoon #0D596A
RGB
CMYK
RGB Variations
Color information
#0D596A (or 0x0D596A) is known color: Blue Lagoon. HEX triplet: 0D, 59 and 6A. RGB value is (13,89,106). Sum of RGB (Red+Green+Blue) = 13+89+106=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D596A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D596A is #F2A695. Grayscale: #444444. Windows color (decimal): -15902358 or 6969613. OLE color: 6969613.
HSL color Cylindrical-coordinate representation of color #0D596A: hue angle of 190.97º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D596A is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 89 | 106 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.58 |
| HSL | 190.97º | 0.78% | 0.23% | - |
| HSV(B) | 190.97º | 0.88% | 0.42% | - |
| XYZ | 6.34 | 8.27 | 14.9 | - |
| YUV | 68.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 106 | 0.88 | 0.16 | 0 | 0.58 | 190.97 | 0.78 | 0.23 |
| Hex | D | 59 | 6A | 58 | 10 | 0 | 3A | BF | 4E | 17 |
| Octal | 15 | 131 | 152 | 130 | 20 | 0 | 72 | 277 | 116 | 27 |
| Binary | 1101 | 1011001 | 1101010 | 1011000 | 10000 | 0 | 111010 | 10111111 | 1001110 | 10111 |
Color Harmonies of #0D596A
Complementary color
Monochromatic Colors of #0D596A
Black with #0D596A
Text Example
Text Example
White with #0D596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D596A; }
p { color: rgb(13,89,106); }
H1.HeaderClassName
{
color: #0D596A;
}
.AnyTagClassName
{
color: #0D596A;
}
</style>
background-color css
<style>
a { background-color: #0D596A; }
a { background-color: rgb(13,89,106); }
div.DivClassName
{
background-color: #0D596A;
}
.BgClassName
{
background-color: #0D596A;
}
</style>
border-color css
<style>
span { border-color: #0D596A; }
span { border-color: rgb(13,89,106); }
td.TdClassName
{
border-color: #0D596A;
}
.TagClassName
{
border-color: #0D596A;
}
</style>