Shades of Blue Lagoon #10596D
Tints of Blue Lagoon #10596D
RGB
CMYK
RGB Variations
Color information
#10596D (or 0x10596D) is known color: Blue Lagoon. HEX triplet: 10, 59 and 6D. RGB value is (16,89,109). Sum of RGB (Red+Green+Blue) = 16+89+109=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #10596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10596D is #EFA692. Grayscale: #454545. Windows color (decimal): -15705747 or 7166224. OLE color: 7166224.
HSL color Cylindrical-coordinate representation of color #10596D: hue angle of 192.9º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10596D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 89 | 109 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.57 |
| HSL | 192.9º | 0.74% | 0.25% | - |
| HSV(B) | 192.9º | 0.85% | 0.43% | - |
| XYZ | 6.55 | 8.36 | 15.74 | - |
| YUV | 69.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 109 | 0.85 | 0.18 | 0 | 0.57 | 192.9 | 0.74 | 0.25 |
| Hex | 10 | 59 | 6D | 55 | 12 | 0 | 39 | C1 | 4A | 19 |
| Octal | 20 | 131 | 155 | 125 | 22 | 0 | 71 | 301 | 112 | 31 |
| Binary | 10000 | 1011001 | 1101101 | 1010101 | 10010 | 0 | 111001 | 11000001 | 1001010 | 11001 |
Color Harmonies of #10596D
Complementary color
Monochromatic Colors of #10596D
Black with #10596D
Text Example
Text Example
White with #10596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10596D; }
p { color: rgb(16,89,109); }
H1.HeaderClassName
{
color: #10596D;
}
.AnyTagClassName
{
color: #10596D;
}
</style>
background-color css
<style>
a { background-color: #10596D; }
a { background-color: rgb(16,89,109); }
div.DivClassName
{
background-color: #10596D;
}
.BgClassName
{
background-color: #10596D;
}
</style>
border-color css
<style>
span { border-color: #10596D; }
span { border-color: rgb(16,89,109); }
td.TdClassName
{
border-color: #10596D;
}
.TagClassName
{
border-color: #10596D;
}
</style>