Shades of Lochmara #1D7095
Tints of Lochmara #1D7095
RGB
CMYK
RGB Variations
Color information
#1D7095 (or 0x1D7095) is known color: Lochmara. HEX triplet: 1D, 70 and 95. RGB value is (29,112,149). Sum of RGB (Red+Green+Blue) = 29+112+149=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7095 is #E28F6A. Grayscale: #5B5B5B. Windows color (decimal): -14847851 or 9793565. OLE color: 9793565.
HSL color Cylindrical-coordinate representation of color #1D7095: hue angle of 198.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D7095 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 112 | 149 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.42 |
| HSL | 198.5º | 0.67% | 0.35% | - |
| HSV(B) | 198.5º | 0.81% | 0.58% | - |
| XYZ | 11.73 | 14.02 | 30.52 | - |
| YUV | 91.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 149 | 0.81 | 0.25 | 0 | 0.42 | 198.5 | 0.67 | 0.35 |
| Hex | 1D | 70 | 95 | 51 | 19 | 0 | 2A | C6 | 43 | 23 |
| Octal | 35 | 160 | 225 | 121 | 31 | 0 | 52 | 306 | 103 | 43 |
| Binary | 11101 | 1110000 | 10010101 | 1010001 | 11001 | 0 | 101010 | 11000110 | 1000011 | 100011 |
Color Harmonies of #1D7095
Complementary color
Monochromatic Colors of #1D7095
Black with #1D7095
Text Example
Text Example
White with #1D7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7095; }
p { color: rgb(29,112,149); }
H1.HeaderClassName
{
color: #1D7095;
}
.AnyTagClassName
{
color: #1D7095;
}
</style>
background-color css
<style>
a { background-color: #1D7095; }
a { background-color: rgb(29,112,149); }
div.DivClassName
{
background-color: #1D7095;
}
.BgClassName
{
background-color: #1D7095;
}
</style>
border-color css
<style>
span { border-color: #1D7095; }
span { border-color: rgb(29,112,149); }
td.TdClassName
{
border-color: #1D7095;
}
.TagClassName
{
border-color: #1D7095;
}
</style>