Shades of Lochmara #1D639D
Tints of Lochmara #1D639D
RGB
CMYK
RGB Variations
Color information
#1D639D (or 0x1D639D) is known color: Lochmara. HEX triplet: 1D, 63 and 9D. RGB value is (29,99,157). Sum of RGB (Red+Green+Blue) = 29+99+157=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D639D is #E29C62. Grayscale: #545454. Windows color (decimal): -14851171 or 10314525. OLE color: 10314525.
HSL color Cylindrical-coordinate representation of color #1D639D: hue angle of 207.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D639D is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 99 | 157 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.38 |
| HSL | 207.19º | 0.69% | 0.36% | - |
| HSV(B) | 207.19º | 0.82% | 0.62% | - |
| XYZ | 11.05 | 11.62 | 33.56 | - |
| YUV | 84.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 157 | 0.82 | 0.37 | 0 | 0.38 | 207.19 | 0.69 | 0.36 |
| Hex | 1D | 63 | 9D | 52 | 25 | 0 | 26 | CF | 45 | 24 |
| Octal | 35 | 143 | 235 | 122 | 45 | 0 | 46 | 317 | 105 | 44 |
| Binary | 11101 | 1100011 | 10011101 | 1010010 | 100101 | 0 | 100110 | 11001111 | 1000101 | 100100 |
Color Harmonies of #1D639D
Complementary color
Monochromatic Colors of #1D639D
Black with #1D639D
Text Example
Text Example
White with #1D639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D639D; }
p { color: rgb(29,99,157); }
H1.HeaderClassName
{
color: #1D639D;
}
.AnyTagClassName
{
color: #1D639D;
}
</style>
background-color css
<style>
a { background-color: #1D639D; }
a { background-color: rgb(29,99,157); }
div.DivClassName
{
background-color: #1D639D;
}
.BgClassName
{
background-color: #1D639D;
}
</style>
border-color css
<style>
span { border-color: #1D639D; }
span { border-color: rgb(29,99,157); }
td.TdClassName
{
border-color: #1D639D;
}
.TagClassName
{
border-color: #1D639D;
}
</style>