Shades of Blue Lagoon #10626D
Tints of Blue Lagoon #10626D
RGB
CMYK
RGB Variations
Color information
#10626D (or 0x10626D) is known color: Blue Lagoon. HEX triplet: 10, 62 and 6D. RGB value is (16,98,109). Sum of RGB (Red+Green+Blue) = 16+98+109=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #10626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10626D is #EF9D92. Grayscale: #4A4A4A. Windows color (decimal): -15703443 or 7168528. OLE color: 7168528.
HSL color Cylindrical-coordinate representation of color #10626D: hue angle of 187.1º 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 #10626D is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 98 | 109 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.57 |
| HSL | 187.1º | 0.74% | 0.25% | - |
| HSV(B) | 187.1º | 0.85% | 0.43% | - |
| XYZ | 7.34 | 9.95 | 16 | - |
| YUV | 74.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 109 | 0.85 | 0.10 | 0 | 0.57 | 187.1 | 0.74 | 0.25 |
| Hex | 10 | 62 | 6D | 55 | A | 0 | 39 | BB | 4A | 19 |
| Octal | 20 | 142 | 155 | 125 | 12 | 0 | 71 | 273 | 112 | 31 |
| Binary | 10000 | 1100010 | 1101101 | 1010101 | 1010 | 0 | 111001 | 10111011 | 1001010 | 11001 |
Color Harmonies of #10626D
Complementary color
Monochromatic Colors of #10626D
Black with #10626D
Text Example
Text Example
White with #10626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10626D; }
p { color: rgb(16,98,109); }
H1.HeaderClassName
{
color: #10626D;
}
.AnyTagClassName
{
color: #10626D;
}
</style>
background-color css
<style>
a { background-color: #10626D; }
a { background-color: rgb(16,98,109); }
div.DivClassName
{
background-color: #10626D;
}
.BgClassName
{
background-color: #10626D;
}
</style>
border-color css
<style>
span { border-color: #10626D; }
span { border-color: rgb(16,98,109); }
td.TdClassName
{
border-color: #10626D;
}
.TagClassName
{
border-color: #10626D;
}
</style>