Shades of Lochmara #1D779B
Tints of Lochmara #1D779B
RGB
CMYK
RGB Variations
Color information
#1D779B (or 0x1D779B) is known color: Lochmara. HEX triplet: 1D, 77 and 9B. RGB value is (29,119,155). Sum of RGB (Red+Green+Blue) = 29+119+155=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D779B is #E28864. Grayscale: #5F5F5F. Windows color (decimal): -14846053 or 10188573. OLE color: 10188573.
HSL color Cylindrical-coordinate representation of color #1D779B: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D779B is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 119 | 155 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.39 |
| HSL | 197.14º | 0.68% | 0.36% | - |
| HSV(B) | 197.14º | 0.81% | 0.61% | - |
| XYZ | 13.02 | 15.82 | 33.38 | - |
| YUV | 96.19 | 161.18 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 155 | 0.81 | 0.23 | 0 | 0.39 | 197.14 | 0.68 | 0.36 |
| Hex | 1D | 77 | 9B | 51 | 17 | 0 | 27 | C5 | 44 | 24 |
| Octal | 35 | 167 | 233 | 121 | 27 | 0 | 47 | 305 | 104 | 44 |
| Binary | 11101 | 1110111 | 10011011 | 1010001 | 10111 | 0 | 100111 | 11000101 | 1000100 | 100100 |
Color Harmonies of #1D779B
Complementary color
Monochromatic Colors of #1D779B
Black with #1D779B
Text Example
Text Example
White with #1D779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D779B; }
p { color: rgb(29,119,155); }
H1.HeaderClassName
{
color: #1D779B;
}
.AnyTagClassName
{
color: #1D779B;
}
</style>
background-color css
<style>
a { background-color: #1D779B; }
a { background-color: rgb(29,119,155); }
div.DivClassName
{
background-color: #1D779B;
}
.BgClassName
{
background-color: #1D779B;
}
</style>
border-color css
<style>
span { border-color: #1D779B; }
span { border-color: rgb(29,119,155); }
td.TdClassName
{
border-color: #1D779B;
}
.TagClassName
{
border-color: #1D779B;
}
</style>