Shades of Lochmara #1D639C
Tints of Lochmara #1D639C
RGB
CMYK
RGB Variations
Color information
#1D639C (or 0x1D639C) is known color: Lochmara. HEX triplet: 1D, 63 and 9C. RGB value is (29,99,156). Sum of RGB (Red+Green+Blue) = 29+99+156=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D639C is #E29C63. Grayscale: #545454. Windows color (decimal): -14851172 or 10248989. OLE color: 10248989.
HSL color Cylindrical-coordinate representation of color #1D639C: hue angle of 206.93º 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 #1D639C is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 99 | 156 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.39 |
| HSL | 206.93º | 0.69% | 0.36% | - |
| HSV(B) | 206.93º | 0.81% | 0.61% | - |
| XYZ | 10.97 | 11.59 | 33.11 | - |
| YUV | 84.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 156 | 0.81 | 0.37 | 0 | 0.39 | 206.93 | 0.69 | 0.36 |
| Hex | 1D | 63 | 9C | 51 | 25 | 0 | 27 | CF | 45 | 24 |
| Octal | 35 | 143 | 234 | 121 | 45 | 0 | 47 | 317 | 105 | 44 |
| Binary | 11101 | 1100011 | 10011100 | 1010001 | 100101 | 0 | 100111 | 11001111 | 1000101 | 100100 |
Color Harmonies of #1D639C
Complementary color
Monochromatic Colors of #1D639C
Black with #1D639C
Text Example
Text Example
White with #1D639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D639C; }
p { color: rgb(29,99,156); }
H1.HeaderClassName
{
color: #1D639C;
}
.AnyTagClassName
{
color: #1D639C;
}
</style>
background-color css
<style>
a { background-color: #1D639C; }
a { background-color: rgb(29,99,156); }
div.DivClassName
{
background-color: #1D639C;
}
.BgClassName
{
background-color: #1D639C;
}
</style>
border-color css
<style>
span { border-color: #1D639C; }
span { border-color: rgb(29,99,156); }
td.TdClassName
{
border-color: #1D639C;
}
.TagClassName
{
border-color: #1D639C;
}
</style>