Shades of Lochmara #1D679C
Tints of Lochmara #1D679C
RGB
CMYK
RGB Variations
Color information
#1D679C (or 0x1D679C) is known color: Lochmara. HEX triplet: 1D, 67 and 9C. RGB value is (29,103,156). Sum of RGB (Red+Green+Blue) = 29+103+156=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D679C is #E29863. Grayscale: #565656. Windows color (decimal): -14850148 or 10250013. OLE color: 10250013.
HSL color Cylindrical-coordinate representation of color #1D679C: hue angle of 205.04º degrees, saturation: 0.69, 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 #1D679C is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 103 | 156 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.39 |
| HSL | 205.04º | 0.69% | 0.36% | - |
| HSV(B) | 205.04º | 0.81% | 0.61% | - |
| XYZ | 11.36 | 12.36 | 33.24 | - |
| YUV | 86.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 156 | 0.81 | 0.34 | 0 | 0.39 | 205.04 | 0.69 | 0.36 |
| Hex | 1D | 67 | 9C | 51 | 22 | 0 | 27 | CD | 45 | 24 |
| Octal | 35 | 147 | 234 | 121 | 42 | 0 | 47 | 315 | 105 | 44 |
| Binary | 11101 | 1100111 | 10011100 | 1010001 | 100010 | 0 | 100111 | 11001101 | 1000101 | 100100 |
Color Harmonies of #1D679C
Complementary color
Monochromatic Colors of #1D679C
Black with #1D679C
Text Example
Text Example
White with #1D679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D679C; }
p { color: rgb(29,103,156); }
H1.HeaderClassName
{
color: #1D679C;
}
.AnyTagClassName
{
color: #1D679C;
}
</style>
background-color css
<style>
a { background-color: #1D679C; }
a { background-color: rgb(29,103,156); }
div.DivClassName
{
background-color: #1D679C;
}
.BgClassName
{
background-color: #1D679C;
}
</style>
border-color css
<style>
span { border-color: #1D679C; }
span { border-color: rgb(29,103,156); }
td.TdClassName
{
border-color: #1D679C;
}
.TagClassName
{
border-color: #1D679C;
}
</style>