Shades of Blue Lagoon #105A6B
Tints of Blue Lagoon #105A6B
RGB
CMYK
RGB Variations
Color information
#105A6B (or 0x105A6B) is known color: Blue Lagoon. HEX triplet: 10, 5A and 6B. RGB value is (16,90,107). Sum of RGB (Red+Green+Blue) = 16+90+107=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #105A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A6B is #EFA594. Grayscale: #454545. Windows color (decimal): -15705493 or 7035408. OLE color: 7035408.
HSL color Cylindrical-coordinate representation of color #105A6B: hue angle of 191.21º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105A6B is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 90 | 107 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.58 |
| HSL | 191.21º | 0.74% | 0.24% | - |
| HSV(B) | 191.21º | 0.85% | 0.42% | - |
| XYZ | 6.52 | 8.48 | 15.2 | - |
| YUV | 69.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 107 | 0.85 | 0.16 | 0 | 0.58 | 191.21 | 0.74 | 0.24 |
| Hex | 10 | 5A | 6B | 55 | 10 | 0 | 3A | BF | 4A | 18 |
| Octal | 20 | 132 | 153 | 125 | 20 | 0 | 72 | 277 | 112 | 30 |
| Binary | 10000 | 1011010 | 1101011 | 1010101 | 10000 | 0 | 111010 | 10111111 | 1001010 | 11000 |
Color Harmonies of #105A6B
Complementary color
Monochromatic Colors of #105A6B
Black with #105A6B
Text Example
Text Example
White with #105A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A6B; }
p { color: rgb(16,90,107); }
H1.HeaderClassName
{
color: #105A6B;
}
.AnyTagClassName
{
color: #105A6B;
}
</style>
background-color css
<style>
a { background-color: #105A6B; }
a { background-color: rgb(16,90,107); }
div.DivClassName
{
background-color: #105A6B;
}
.BgClassName
{
background-color: #105A6B;
}
</style>
border-color css
<style>
span { border-color: #105A6B; }
span { border-color: rgb(16,90,107); }
td.TdClassName
{
border-color: #105A6B;
}
.TagClassName
{
border-color: #105A6B;
}
</style>