Shades of Lochmara #1D7BA3
Tints of Lochmara #1D7BA3
RGB
CMYK
RGB Variations
Color information
#1D7BA3 (or 0x1D7BA3) is known color: Lochmara. HEX triplet: 1D, 7B and A3. RGB value is (29,123,163). Sum of RGB (Red+Green+Blue) = 29+123+163=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D7BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7BA3 is #E2845C. Grayscale: #636363. Windows color (decimal): -14845021 or 10713885. OLE color: 10713885.
HSL color Cylindrical-coordinate representation of color #1D7BA3: hue angle of 197.91º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D7BA3 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 123 | 163 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.36 |
| HSL | 197.91º | 0.7% | 0.38% | - |
| HSV(B) | 197.91º | 0.82% | 0.64% | - |
| XYZ | 14.2 | 17.07 | 37.2 | - |
| YUV | 99.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 163 | 0.82 | 0.25 | 0 | 0.36 | 197.91 | 0.7 | 0.38 |
| Hex | 1D | 7B | A3 | 52 | 19 | 0 | 24 | C6 | 46 | 26 |
| Octal | 35 | 173 | 243 | 122 | 31 | 0 | 44 | 306 | 106 | 46 |
| Binary | 11101 | 1111011 | 10100011 | 1010010 | 11001 | 0 | 100100 | 11000110 | 1000110 | 100110 |
Color Harmonies of #1D7BA3
Complementary color
Monochromatic Colors of #1D7BA3
Black with #1D7BA3
Text Example
Text Example
White with #1D7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7BA3; }
p { color: rgb(29,123,163); }
H1.HeaderClassName
{
color: #1D7BA3;
}
.AnyTagClassName
{
color: #1D7BA3;
}
</style>
background-color css
<style>
a { background-color: #1D7BA3; }
a { background-color: rgb(29,123,163); }
div.DivClassName
{
background-color: #1D7BA3;
}
.BgClassName
{
background-color: #1D7BA3;
}
</style>
border-color css
<style>
span { border-color: #1D7BA3; }
span { border-color: rgb(29,123,163); }
td.TdClassName
{
border-color: #1D7BA3;
}
.TagClassName
{
border-color: #1D7BA3;
}
</style>