Shades of Blue Lagoon #105263
Tints of Blue Lagoon #105263
RGB
CMYK
RGB Variations
Color information
#105263 (or 0x105263) is known color: Blue Lagoon. HEX triplet: 10, 52 and 63. RGB value is (16,82,99). Sum of RGB (Red+Green+Blue) = 16+82+99=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #105263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105263 is #EFAD9C. Grayscale: #404040. Windows color (decimal): -15707549 or 6509072. OLE color: 6509072.
HSL color Cylindrical-coordinate representation of color #105263: hue angle of 192.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105263 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 82 | 99 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.61 |
| HSL | 192.29º | 0.72% | 0.23% | - |
| HSV(B) | 192.29º | 0.84% | 0.39% | - |
| XYZ | 5.48 | 7.05 | 12.88 | - |
| YUV | 64.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 99 | 0.84 | 0.17 | 0 | 0.61 | 192.29 | 0.72 | 0.23 |
| Hex | 10 | 52 | 63 | 54 | 11 | 0 | 3D | C0 | 48 | 17 |
| Octal | 20 | 122 | 143 | 124 | 21 | 0 | 75 | 300 | 110 | 27 |
| Binary | 10000 | 1010010 | 1100011 | 1010100 | 10001 | 0 | 111101 | 11000000 | 1001000 | 10111 |
Color Harmonies of #105263
Complementary color
Monochromatic Colors of #105263
Black with #105263
Text Example
Text Example
White with #105263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105263; }
p { color: rgb(16,82,99); }
H1.HeaderClassName
{
color: #105263;
}
.AnyTagClassName
{
color: #105263;
}
</style>
background-color css
<style>
a { background-color: #105263; }
a { background-color: rgb(16,82,99); }
div.DivClassName
{
background-color: #105263;
}
.BgClassName
{
background-color: #105263;
}
</style>
border-color css
<style>
span { border-color: #105263; }
span { border-color: rgb(16,82,99); }
td.TdClassName
{
border-color: #105263;
}
.TagClassName
{
border-color: #105263;
}
</style>