Shades of Blue Lagoon #105265
Tints of Blue Lagoon #105265
RGB
CMYK
RGB Variations
Color information
#105265 (or 0x105265) is known color: Blue Lagoon. HEX triplet: 10, 52 and 65. RGB value is (16,82,101). Sum of RGB (Red+Green+Blue) = 16+82+101=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #105265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105265 is #EFAD9A. Grayscale: #404040. Windows color (decimal): -15707547 or 6640144. OLE color: 6640144.
HSL color Cylindrical-coordinate representation of color #105265: hue angle of 193.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105265 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 82 | 101 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.60 |
| HSL | 193.41º | 0.73% | 0.23% | - |
| HSV(B) | 193.41º | 0.84% | 0.4% | - |
| XYZ | 5.58 | 7.08 | 13.39 | - |
| YUV | 64.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 101 | 0.84 | 0.19 | 0 | 0.60 | 193.41 | 0.73 | 0.23 |
| Hex | 10 | 52 | 65 | 54 | 13 | 0 | 3C | C1 | 49 | 17 |
| Octal | 20 | 122 | 145 | 124 | 23 | 0 | 74 | 301 | 111 | 27 |
| Binary | 10000 | 1010010 | 1100101 | 1010100 | 10011 | 0 | 111100 | 11000001 | 1001001 | 10111 |
Color Harmonies of #105265
Complementary color
Monochromatic Colors of #105265
Black with #105265
Text Example
Text Example
White with #105265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105265; }
p { color: rgb(16,82,101); }
H1.HeaderClassName
{
color: #105265;
}
.AnyTagClassName
{
color: #105265;
}
</style>
background-color css
<style>
a { background-color: #105265; }
a { background-color: rgb(16,82,101); }
div.DivClassName
{
background-color: #105265;
}
.BgClassName
{
background-color: #105265;
}
</style>
border-color css
<style>
span { border-color: #105265; }
span { border-color: rgb(16,82,101); }
td.TdClassName
{
border-color: #105265;
}
.TagClassName
{
border-color: #105265;
}
</style>