Shades of Lochmara #1D679B
Tints of Lochmara #1D679B
RGB
CMYK
RGB Variations
Color information
#1D679B (or 0x1D679B) is known color: Lochmara. HEX triplet: 1D, 67 and 9B. RGB value is (29,103,155). Sum of RGB (Red+Green+Blue) = 29+103+155=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D679B is #E29864. Grayscale: #565656. Windows color (decimal): -14850149 or 10184477. OLE color: 10184477.
HSL color Cylindrical-coordinate representation of color #1D679B: hue angle of 204.76º 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 #1D679B is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 103 | 155 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.39 |
| HSL | 204.76º | 0.68% | 0.36% | - |
| HSV(B) | 204.76º | 0.81% | 0.61% | - |
| XYZ | 11.27 | 12.33 | 32.8 | - |
| YUV | 86.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 155 | 0.81 | 0.34 | 0 | 0.39 | 204.76 | 0.68 | 0.36 |
| Hex | 1D | 67 | 9B | 51 | 22 | 0 | 27 | CD | 44 | 24 |
| Octal | 35 | 147 | 233 | 121 | 42 | 0 | 47 | 315 | 104 | 44 |
| Binary | 11101 | 1100111 | 10011011 | 1010001 | 100010 | 0 | 100111 | 11001101 | 1000100 | 100100 |
Color Harmonies of #1D679B
Complementary color
Monochromatic Colors of #1D679B
Black with #1D679B
Text Example
Text Example
White with #1D679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D679B; }
p { color: rgb(29,103,155); }
H1.HeaderClassName
{
color: #1D679B;
}
.AnyTagClassName
{
color: #1D679B;
}
</style>
background-color css
<style>
a { background-color: #1D679B; }
a { background-color: rgb(29,103,155); }
div.DivClassName
{
background-color: #1D679B;
}
.BgClassName
{
background-color: #1D679B;
}
</style>
border-color css
<style>
span { border-color: #1D679B; }
span { border-color: rgb(29,103,155); }
td.TdClassName
{
border-color: #1D679B;
}
.TagClassName
{
border-color: #1D679B;
}
</style>