Shades of Blue Lagoon #105A68
Tints of Blue Lagoon #105A68
RGB
CMYK
RGB Variations
Color information
#105A68 (or 0x105A68) is known color: Blue Lagoon. HEX triplet: 10, 5A and 68. RGB value is (16,90,104). Sum of RGB (Red+Green+Blue) = 16+90+104=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #105A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A68 is #EFA597. Grayscale: #454545. Windows color (decimal): -15705496 or 6838800. OLE color: 6838800.
HSL color Cylindrical-coordinate representation of color #105A68: hue angle of 189.55º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105A68 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 90 | 104 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.59 |
| HSL | 189.55º | 0.73% | 0.24% | - |
| HSV(B) | 189.55º | 0.85% | 0.41% | - |
| XYZ | 6.37 | 8.42 | 14.39 | - |
| YUV | 69.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 104 | 0.85 | 0.13 | 0 | 0.59 | 189.55 | 0.73 | 0.24 |
| Hex | 10 | 5A | 68 | 55 | D | 0 | 3B | BE | 49 | 18 |
| Octal | 20 | 132 | 150 | 125 | 15 | 0 | 73 | 276 | 111 | 30 |
| Binary | 10000 | 1011010 | 1101000 | 1010101 | 1101 | 0 | 111011 | 10111110 | 1001001 | 11000 |
Color Harmonies of #105A68
Complementary color
Monochromatic Colors of #105A68
Black with #105A68
Text Example
Text Example
White with #105A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A68; }
p { color: rgb(16,90,104); }
H1.HeaderClassName
{
color: #105A68;
}
.AnyTagClassName
{
color: #105A68;
}
</style>
background-color css
<style>
a { background-color: #105A68; }
a { background-color: rgb(16,90,104); }
div.DivClassName
{
background-color: #105A68;
}
.BgClassName
{
background-color: #105A68;
}
</style>
border-color css
<style>
span { border-color: #105A68; }
span { border-color: rgb(16,90,104); }
td.TdClassName
{
border-color: #105A68;
}
.TagClassName
{
border-color: #105A68;
}
</style>