Shades of Blue Lagoon #0D596E
Tints of Blue Lagoon #0D596E
RGB
CMYK
RGB Variations
Color information
#0D596E (or 0x0D596E) is known color: Blue Lagoon. HEX triplet: 0D, 59 and 6E. RGB value is (13,89,110). Sum of RGB (Red+Green+Blue) = 13+89+110=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D596E is #F2A691. Grayscale: #444444. Windows color (decimal): -15902354 or 7231757. OLE color: 7231757.
HSL color Cylindrical-coordinate representation of color #0D596E: hue angle of 192.99º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D596E is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 89 | 110 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.57 |
| HSL | 192.99º | 0.79% | 0.24% | - |
| HSV(B) | 192.99º | 0.88% | 0.43% | - |
| XYZ | 6.55 | 8.36 | 16.02 | - |
| YUV | 68.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 110 | 0.88 | 0.19 | 0 | 0.57 | 192.99 | 0.79 | 0.24 |
| Hex | D | 59 | 6E | 58 | 13 | 0 | 39 | C1 | 4F | 18 |
| Octal | 15 | 131 | 156 | 130 | 23 | 0 | 71 | 301 | 117 | 30 |
| Binary | 1101 | 1011001 | 1101110 | 1011000 | 10011 | 0 | 111001 | 11000001 | 1001111 | 11000 |
Color Harmonies of #0D596E
Complementary color
Monochromatic Colors of #0D596E
Black with #0D596E
Text Example
Text Example
White with #0D596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D596E; }
p { color: rgb(13,89,110); }
H1.HeaderClassName
{
color: #0D596E;
}
.AnyTagClassName
{
color: #0D596E;
}
</style>
background-color css
<style>
a { background-color: #0D596E; }
a { background-color: rgb(13,89,110); }
div.DivClassName
{
background-color: #0D596E;
}
.BgClassName
{
background-color: #0D596E;
}
</style>
border-color css
<style>
span { border-color: #0D596E; }
span { border-color: rgb(13,89,110); }
td.TdClassName
{
border-color: #0D596E;
}
.TagClassName
{
border-color: #0D596E;
}
</style>