Shades of Blue Lagoon #105A70
Tints of Blue Lagoon #105A70
RGB
CMYK
RGB Variations
Color information
#105A70 (or 0x105A70) is known color: Blue Lagoon. HEX triplet: 10, 5A and 70. RGB value is (16,90,112). Sum of RGB (Red+Green+Blue) = 16+90+112=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #105A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A70 is #EFA58F. Grayscale: #464646. Windows color (decimal): -15705488 or 7363088. OLE color: 7363088.
HSL color Cylindrical-coordinate representation of color #105A70: hue angle of 193.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105A70 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 90 | 112 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.56 |
| HSL | 193.75º | 0.75% | 0.25% | - |
| HSV(B) | 193.75º | 0.86% | 0.44% | - |
| XYZ | 6.79 | 8.59 | 16.63 | - |
| YUV | 70.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 112 | 0.86 | 0.20 | 0 | 0.56 | 193.75 | 0.75 | 0.25 |
| Hex | 10 | 5A | 70 | 56 | 14 | 0 | 38 | C2 | 4B | 19 |
| Octal | 20 | 132 | 160 | 126 | 24 | 0 | 70 | 302 | 113 | 31 |
| Binary | 10000 | 1011010 | 1110000 | 1010110 | 10100 | 0 | 111000 | 11000010 | 1001011 | 11001 |
Color Harmonies of #105A70
Complementary color
Monochromatic Colors of #105A70
Black with #105A70
Text Example
Text Example
White with #105A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A70; }
p { color: rgb(16,90,112); }
H1.HeaderClassName
{
color: #105A70;
}
.AnyTagClassName
{
color: #105A70;
}
</style>
background-color css
<style>
a { background-color: #105A70; }
a { background-color: rgb(16,90,112); }
div.DivClassName
{
background-color: #105A70;
}
.BgClassName
{
background-color: #105A70;
}
</style>
border-color css
<style>
span { border-color: #105A70; }
span { border-color: rgb(16,90,112); }
td.TdClassName
{
border-color: #105A70;
}
.TagClassName
{
border-color: #105A70;
}
</style>