Shades of Blue Lagoon #10656D
Tints of Blue Lagoon #10656D
RGB
CMYK
RGB Variations
Color information
#10656D (or 0x10656D) is known color: Blue Lagoon. HEX triplet: 10, 65 and 6D. RGB value is (16,101,109). Sum of RGB (Red+Green+Blue) = 16+101+109=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #10656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10656D is #EF9A92. Grayscale: #4C4C4C. Windows color (decimal): -15702675 or 7169296. OLE color: 7169296.
HSL color Cylindrical-coordinate representation of color #10656D: hue angle of 185.16º 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 #10656D is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 101 | 109 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.57 |
| HSL | 185.16º | 0.74% | 0.25% | - |
| HSV(B) | 185.16º | 0.85% | 0.43% | - |
| XYZ | 7.63 | 10.52 | 16.1 | - |
| YUV | 76.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 109 | 0.85 | 0.07 | 0 | 0.57 | 185.16 | 0.74 | 0.25 |
| Hex | 10 | 65 | 6D | 55 | 7 | 0 | 39 | B9 | 4A | 19 |
| Octal | 20 | 145 | 155 | 125 | 7 | 0 | 71 | 271 | 112 | 31 |
| Binary | 10000 | 1100101 | 1101101 | 1010101 | 111 | 0 | 111001 | 10111001 | 1001010 | 11001 |
Color Harmonies of #10656D
Complementary color
Monochromatic Colors of #10656D
Black with #10656D
Text Example
Text Example
White with #10656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10656D; }
p { color: rgb(16,101,109); }
H1.HeaderClassName
{
color: #10656D;
}
.AnyTagClassName
{
color: #10656D;
}
</style>
background-color css
<style>
a { background-color: #10656D; }
a { background-color: rgb(16,101,109); }
div.DivClassName
{
background-color: #10656D;
}
.BgClassName
{
background-color: #10656D;
}
</style>
border-color css
<style>
span { border-color: #10656D; }
span { border-color: rgb(16,101,109); }
td.TdClassName
{
border-color: #10656D;
}
.TagClassName
{
border-color: #10656D;
}
</style>