Shades of Blue Lagoon #10596E
Tints of Blue Lagoon #10596E
RGB
CMYK
RGB Variations
Color information
#10596E (or 0x10596E) is known color: Blue Lagoon. HEX triplet: 10, 59 and 6E. RGB value is (16,89,110). Sum of RGB (Red+Green+Blue) = 16+89+110=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #10596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10596E is #EFA691. Grayscale: #454545. Windows color (decimal): -15705746 or 7231760. OLE color: 7231760.
HSL color Cylindrical-coordinate representation of color #10596E: hue angle of 193.4º degrees, saturation: 0.75, 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 #10596E is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 89 | 110 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.57 |
| HSL | 193.4º | 0.75% | 0.25% | - |
| HSV(B) | 193.4º | 0.85% | 0.43% | - |
| XYZ | 6.6 | 8.38 | 16.02 | - |
| YUV | 69.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 110 | 0.85 | 0.19 | 0 | 0.57 | 193.4 | 0.75 | 0.25 |
| Hex | 10 | 59 | 6E | 55 | 13 | 0 | 39 | C1 | 4B | 19 |
| Octal | 20 | 131 | 156 | 125 | 23 | 0 | 71 | 301 | 113 | 31 |
| Binary | 10000 | 1011001 | 1101110 | 1010101 | 10011 | 0 | 111001 | 11000001 | 1001011 | 11001 |
Color Harmonies of #10596E
Complementary color
Monochromatic Colors of #10596E
Black with #10596E
Text Example
Text Example
White with #10596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10596E; }
p { color: rgb(16,89,110); }
H1.HeaderClassName
{
color: #10596E;
}
.AnyTagClassName
{
color: #10596E;
}
</style>
background-color css
<style>
a { background-color: #10596E; }
a { background-color: rgb(16,89,110); }
div.DivClassName
{
background-color: #10596E;
}
.BgClassName
{
background-color: #10596E;
}
</style>
border-color css
<style>
span { border-color: #10596E; }
span { border-color: rgb(16,89,110); }
td.TdClassName
{
border-color: #10596E;
}
.TagClassName
{
border-color: #10596E;
}
</style>