Shades of Lochmara #1D789B
Tints of Lochmara #1D789B
RGB
CMYK
RGB Variations
Color information
#1D789B (or 0x1D789B) is known color: Lochmara. HEX triplet: 1D, 78 and 9B. RGB value is (29,120,155). Sum of RGB (Red+Green+Blue) = 29+120+155=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D789B is #E28764. Grayscale: #606060. Windows color (decimal): -14845797 or 10188829. OLE color: 10188829.
HSL color Cylindrical-coordinate representation of color #1D789B: hue angle of 196.67º 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 #1D789B is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 120 | 155 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.39 |
| HSL | 196.67º | 0.68% | 0.36% | - |
| HSV(B) | 196.67º | 0.81% | 0.61% | - |
| XYZ | 13.14 | 16.06 | 33.42 | - |
| YUV | 96.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 155 | 0.81 | 0.23 | 0 | 0.39 | 196.67 | 0.68 | 0.36 |
| Hex | 1D | 78 | 9B | 51 | 17 | 0 | 27 | C5 | 44 | 24 |
| Octal | 35 | 170 | 233 | 121 | 27 | 0 | 47 | 305 | 104 | 44 |
| Binary | 11101 | 1111000 | 10011011 | 1010001 | 10111 | 0 | 100111 | 11000101 | 1000100 | 100100 |
Color Harmonies of #1D789B
Complementary color
Monochromatic Colors of #1D789B
Black with #1D789B
Text Example
Text Example
White with #1D789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D789B; }
p { color: rgb(29,120,155); }
H1.HeaderClassName
{
color: #1D789B;
}
.AnyTagClassName
{
color: #1D789B;
}
</style>
background-color css
<style>
a { background-color: #1D789B; }
a { background-color: rgb(29,120,155); }
div.DivClassName
{
background-color: #1D789B;
}
.BgClassName
{
background-color: #1D789B;
}
</style>
border-color css
<style>
span { border-color: #1D789B; }
span { border-color: rgb(29,120,155); }
td.TdClassName
{
border-color: #1D789B;
}
.TagClassName
{
border-color: #1D789B;
}
</style>