Shades of Blue Lagoon #105465
Tints of Blue Lagoon #105465
RGB
CMYK
RGB Variations
Color information
#105465 (or 0x105465) is known color: Blue Lagoon. HEX triplet: 10, 54 and 65. RGB value is (16,84,101). Sum of RGB (Red+Green+Blue) = 16+84+101=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #105465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105465 is #EFAB9A. Grayscale: #414141. Windows color (decimal): -15707035 or 6640656. OLE color: 6640656.
HSL color Cylindrical-coordinate representation of color #105465: hue angle of 192º 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 #105465 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 84 | 101 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.60 |
| HSL | 192º | 0.73% | 0.23% | - |
| HSV(B) | 192º | 0.84% | 0.4% | - |
| XYZ | 5.73 | 7.39 | 13.44 | - |
| YUV | 65.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 101 | 0.84 | 0.17 | 0 | 0.60 | 192 | 0.73 | 0.23 |
| Hex | 10 | 54 | 65 | 54 | 11 | 0 | 3C | C0 | 49 | 17 |
| Octal | 20 | 124 | 145 | 124 | 21 | 0 | 74 | 300 | 111 | 27 |
| Binary | 10000 | 1010100 | 1100101 | 1010100 | 10001 | 0 | 111100 | 11000000 | 1001001 | 10111 |
Color Harmonies of #105465
Complementary color
Monochromatic Colors of #105465
Black with #105465
Text Example
Text Example
White with #105465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105465; }
p { color: rgb(16,84,101); }
H1.HeaderClassName
{
color: #105465;
}
.AnyTagClassName
{
color: #105465;
}
</style>
background-color css
<style>
a { background-color: #105465; }
a { background-color: rgb(16,84,101); }
div.DivClassName
{
background-color: #105465;
}
.BgClassName
{
background-color: #105465;
}
</style>
border-color css
<style>
span { border-color: #105465; }
span { border-color: rgb(16,84,101); }
td.TdClassName
{
border-color: #105465;
}
.TagClassName
{
border-color: #105465;
}
</style>